Home
last modified time | relevance | path

Searched defs:PINCTRL_DOUT (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/gpio/
H A Dmxs_gpio.c17 #define PINCTRL_DOUT(n) (0x0500 + ((n) * 0x10)) macro
25 #define PINCTRL_DOUT(n) (0x0700 + ((n) * 0x10)) macro
/openbmc/linux/drivers/gpio/
H A Dgpio-mxs.c25 #define PINCTRL_DOUT(p) ((is_imx23_gpio(p) ? 0x0500 : 0x0700) + (p->id) * 0x10) macro