Home
last modified time | relevance | path

Searched refs:GPIO_D_REG (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dmax96745.h14 #define GPIO_D_REG(gpio) (0x0203 + ((gpio) * 8)) macro
/rk3399_rockchip-uboot/drivers/video/drm/display-serdes/maxim/
H A Dmaxim-max96745.h19 #define GPIO_D_REG(gpio) (0x0203 + ((gpio) * 8)) macro
H A Dmaxim-max96745.c541 GPIO_D_REG(offset), in max96745_pinctrl_set_pin_mux()
612 GPIO_D_REG(offset), in max96745_pinctrl_set_grp_mux()
/rk3399_rockchip-uboot/drivers/pinctrl/
H A Dpinctrl-max96745.c374 dm_i2c_reg_clrset(dev->parent, GPIO_D_REG(grp->pins[i]), in max96745_pinmux_set()