Searched refs:range_ug (Results 1 – 1 of 1) sorted by relevance
144 static int bma4xx_fs_to_reg(int32_t range_ug, uint8_t *reg_val) in bma4xx_fs_to_reg() argument146 if (range_ug == 0) { in bma4xx_fs_to_reg()151 range_ug = abs(range_ug); in bma4xx_fs_to_reg()154 if (range_ug <= fs_to_reg_map[i]) { in bma4xx_fs_to_reg()