Lines Matching refs:reg3
443 u8 reg3; in tps6131x_flash_timeout_set() local
450 reg3 = timer_config->val << TPS6131X_REG_3_STIM_SHIFT; in tps6131x_flash_timeout_set()
452 reg3 |= TPS6131X_REG_3_SELSTIM_TO; in tps6131x_flash_timeout_set()
455 TPS6131X_REG_3_STIM | TPS6131X_REG_3_SELSTIM_TO, reg3); in tps6131x_flash_timeout_set()
467 unsigned int reg3; in tps6131x_strobe_get() local
470 ret = regmap_read_bypassed(tps6131x->regmap, TPS6131X_REG_3, ®3); in tps6131x_strobe_get()
474 *state = !!(reg3 & TPS6131X_REG_3_SFT); in tps6131x_strobe_get()
482 unsigned int reg3, reg4, reg6; in tps6131x_flash_fault_get() local
487 ret = regmap_read_bypassed(tps6131x->regmap, TPS6131X_REG_3, ®3); in tps6131x_flash_fault_get()
499 if (reg3 & TPS6131X_REG_3_HPFL) in tps6131x_flash_fault_get()
502 if (reg3 & TPS6131X_REG_3_SELSTIM_TO) in tps6131x_flash_fault_get()