Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Dmxs_gpio.c22 #define PINCTRL_IRQSTAT(n) (0x0c00 + ((n) * 0x10)) macro
30 #define PINCTRL_IRQSTAT(n) (0x1400 + ((n) * 0x10)) macro
/openbmc/linux/drivers/gpio/
H A Dgpio-mxs.c32 #define PINCTRL_IRQSTAT(p) ((is_imx23_gpio(p) ? 0x0c00 : 0x1400) + (p->id) * 0x10) macro