Searched refs:reg_add (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/staging/media/starfive/camss/ |
D | stf-isp-hw-ops.c | 15 u32 reg_val, reg_add; in stf_isp_config_obc() local 21 for (reg_add = ISP_REG_OBCG_CFG_0; reg_add <= ISP_REG_OBCG_CFG_3;) { in stf_isp_config_obc() 22 stf_isp_reg_write(stfcamss, reg_add, reg_val); in stf_isp_config_obc() 23 reg_add += 4; in stf_isp_config_obc() 28 for (reg_add = ISP_REG_OBCO_CFG_0; reg_add <= ISP_REG_OBCO_CFG_3;) { in stf_isp_config_obc() 29 stf_isp_reg_write(stfcamss, reg_add, reg_val); in stf_isp_config_obc() 30 reg_add += 4; in stf_isp_config_obc() 36 u32 reg_add, par_val; in stf_isp_config_oecf() local 41 for (reg_add = ISP_REG_OECF_X0_CFG0; reg_add <= ISP_REG_OECF_Y3_CFG0;) { in stf_isp_config_oecf() 42 stf_isp_reg_write(stfcamss, reg_add, par_val); in stf_isp_config_oecf() [all …]
|
/linux-6.12.1/drivers/mfd/ |
D | rc5t583.c | 26 u8 reg_add; member 32 .reg_add = RC5T583_##_reg, \ 86 ret = rc5t583_read(dev, deepsleep_data[id].reg_add, &sleepseq_val); in __rc5t583_set_ext_pwrreq1_control() 89 deepsleep_data[id].reg_add); in __rc5t583_set_ext_pwrreq1_control() 103 ret = rc5t583_write(dev, deepsleep_data[id].reg_add, sleepseq_val); in __rc5t583_set_ext_pwrreq1_control() 106 deepsleep_data[id].reg_add); in __rc5t583_set_ext_pwrreq1_control()
|
D | palmas.c | 330 int reg_add = 0; in palmas_ext_control_req_config() local 340 reg_add = PALMAS_NSLEEP_RES_ASSIGN; in palmas_ext_control_req_config() 343 reg_add = PALMAS_ENABLE1_RES_ASSIGN; in palmas_ext_control_req_config() 346 reg_add = PALMAS_ENABLE2_RES_ASSIGN; in palmas_ext_control_req_config() 351 reg_add += pmic_ddata->sleep_req_info[id].reg_offset; in palmas_ext_control_req_config() 354 reg_add, BIT(bit_pos), BIT(bit_pos)); in palmas_ext_control_req_config() 357 reg_add, BIT(bit_pos), 0); in palmas_ext_control_req_config() 360 reg_add, ret); in palmas_ext_control_req_config()
|