Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpio/
Dgpio-mxc.c46 struct mxc_gpio_hwdata { struct
71 static struct mxc_gpio_hwdata imx1_imx21_gpio_hwdata = { argument
86 static struct mxc_gpio_hwdata imx31_gpio_hwdata = {
101 static struct mxc_gpio_hwdata imx35_gpio_hwdata = {
117 static struct mxc_gpio_hwdata *mxc_gpio_hwdata; variable
119 #define GPIO_DR (mxc_gpio_hwdata->dr_reg)
120 #define GPIO_GDIR (mxc_gpio_hwdata->gdir_reg)
121 #define GPIO_PSR (mxc_gpio_hwdata->psr_reg)
122 #define GPIO_ICR1 (mxc_gpio_hwdata->icr1_reg)
123 #define GPIO_ICR2 (mxc_gpio_hwdata->icr2_reg)
[all …]