Searched refs:GPIO_C_REG (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/pinctrl/ |
| H A D | pinctrl-max96755f.c | 370 GPIO_C_REG(grp->pins[i]), in max96755f_pinmux_set() 411 ret = dm_i2c_reg_clrset(dev->parent, GPIO_C_REG(pin), in max96755f_pinconf_set() 435 ret = dm_i2c_reg_clrset(dev->parent, GPIO_C_REG(pin), in max96755f_pinconf_set() 459 ret = dm_i2c_reg_clrset(dev->parent, GPIO_C_REG(pin), in max96755f_pinconf_set()
|
| H A D | pinctrl-max96745.c | 370 dm_i2c_reg_clrset(dev->parent, GPIO_C_REG(grp->pins[i]), in max96745_pinmux_set()
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/ |
| H A D | pinctrl-max96755f.c | 79 regmap_update_bits(mpctl->regmap, GPIO_C_REG(grp->pins[i]), in max96755f_pinmux_set_mux() 186 regmap_update_bits(mpctl->regmap, GPIO_C_REG(pin), in max96755f_pinconf_set() 204 regmap_update_bits(mpctl->regmap, GPIO_C_REG(pin), in max96755f_pinconf_set() 222 regmap_update_bits(mpctl->regmap, GPIO_C_REG(pin), in max96755f_pinconf_set()
|
| H A D | pinctrl-max96745.c | 69 GPIO_C_REG(grp->pins[i]), in max96745_pinmux_set_mux()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | max96745.h | 13 #define GPIO_C_REG(gpio) (0x0202 + ((gpio) * 8)) macro
|
| H A D | max96755f.h | 15 #define GPIO_C_REG(gpio) (0x02c0 + ((gpio) * 3)) macro
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | max96745.h | 25 #define GPIO_C_REG(gpio) (0x0202 + ((gpio) * 8)) macro
|
| H A D | max96755f.h | 28 #define GPIO_C_REG(gpio) (0x02c0 + ((gpio) * 3)) macro
|