Home
last modified time | relevance | path

Searched refs:RES_CFG (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-max96755f.c126 switch (FIELD_GET(RES_CFG, gpio_a_reg)) { in max96755f_pinconf_get()
138 switch (FIELD_GET(RES_CFG, gpio_a_reg)) { in max96755f_pinconf_get()
203 RES_CFG, FIELD_PREP(RES_CFG, res_cfg)); in max96755f_pinconf_set()
221 RES_CFG, FIELD_PREP(RES_CFG, res_cfg)); in max96755f_pinconf_set()
/OK3568_Linux_fs/u-boot/drivers/pinctrl/
H A Dpinctrl-max96755f.c430 ret = dm_i2c_reg_clrset(dev->parent, GPIO_A_REG(pin), RES_CFG, in max96755f_pinconf_set()
431 FIELD_PREP(RES_CFG, res_cfg)); in max96755f_pinconf_set()
454 ret = dm_i2c_reg_clrset(dev->parent, GPIO_A_REG(pin), RES_CFG, in max96755f_pinconf_set()
455 FIELD_PREP(RES_CFG, res_cfg)); in max96755f_pinconf_set()
/OK3568_Linux_fs/u-boot/include/
H A Dmax96745.h43 #define RES_CFG BIT(7) macro
H A Dmax96755f.h79 #define RES_CFG BIT(7) macro
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dmax96745.h93 #define RES_CFG BIT(7) macro
H A Dmax96755f.h99 #define RES_CFG BIT(7) macro