Lines Matching +full:5 +full:g
80 #define BMA400_LP_OSR_SHIFT 5
85 #define BMA400_LP_OSR_MASK GENMASK(6, 5)
86 #define BMA400_NP_OSR_MASK GENMASK(5, 4)
119 #define BMA400_TAP_QUIETDT_MSK GENMASK(5, 4)
124 * converting to micro values for +-2g range.
126 * For +-2g - 1 LSB = 0.976562 milli g = 0.009576 m/s^2
127 * For +-4g - 1 LSB = 1.953125 milli g = 0.019153 m/s^2
128 * For +-16g - 1 LSB = 7.8125 milli g = 0.076614 m/s^2
134 * Scale values for +-2g, +-4g, +-8g and +-16g are populated into bma400_scales
136 * e.g.:
137 * To select +-2g = 9577 << 0 = raw value to write is 0.
138 * To select +-8g = 9577 << 2 = raw value to write is 2.
139 * To select +-16g = 9577 << 3 = raw value to write is 3.