Searched refs:reg_add (Results 1 – 3 of 3) sorted by relevance
| /drivers/staging/media/starfive/camss/ |
| A D | stf-isp-hw-ops.c | 21 for (reg_add = ISP_REG_OBCG_CFG_0; reg_add <= ISP_REG_OBCG_CFG_3;) { in stf_isp_config_obc() 23 reg_add += 4; in stf_isp_config_obc() 30 reg_add += 4; in stf_isp_config_obc() 99 reg_add += 4; in stf_isp_config_oecf() 105 u32 reg_add; in stf_isp_config_lccf() local 114 reg_add += 4; in stf_isp_config_lccf() 128 reg_add += 4; in stf_isp_config_awb() 136 reg_add += 4; in stf_isp_config_awb() 165 u32 reg_add; in stf_isp_config_ccm() local 223 u32 reg_add; in stf_isp_config_y_curve() local [all …]
|
| /drivers/mfd/ |
| A 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()
|
| A 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()
|
Completed in 9 milliseconds