Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpio/
Dgpio-mxc.c34 struct mxc_gpio_hwdata { struct
72 static struct mxc_gpio_hwdata imx1_imx21_gpio_hwdata = {
87 static struct mxc_gpio_hwdata imx31_gpio_hwdata = {
102 static struct mxc_gpio_hwdata imx35_gpio_hwdata = {
118 static struct mxc_gpio_hwdata *mxc_gpio_hwdata; variable
120 #define GPIO_DR (mxc_gpio_hwdata->dr_reg)
121 #define GPIO_GDIR (mxc_gpio_hwdata->gdir_reg)
122 #define GPIO_PSR (mxc_gpio_hwdata->psr_reg)
123 #define GPIO_ICR1 (mxc_gpio_hwdata->icr1_reg)
124 #define GPIO_ICR2 (mxc_gpio_hwdata->icr2_reg)
[all …]