Searched refs:mxc_gpio_hwdata (Results 1 – 1 of 1) sorted by relevance
35 struct mxc_gpio_hwdata { struct73 static struct mxc_gpio_hwdata imx1_imx21_gpio_hwdata = {88 static struct mxc_gpio_hwdata imx31_gpio_hwdata = {103 static struct mxc_gpio_hwdata imx35_gpio_hwdata = {119 static struct mxc_gpio_hwdata *mxc_gpio_hwdata; variable121 #define GPIO_DR (mxc_gpio_hwdata->dr_reg)122 #define GPIO_GDIR (mxc_gpio_hwdata->gdir_reg)123 #define GPIO_PSR (mxc_gpio_hwdata->psr_reg)124 #define GPIO_ICR1 (mxc_gpio_hwdata->icr1_reg)125 #define GPIO_ICR2 (mxc_gpio_hwdata->icr2_reg)[all …]