Searched refs:mxc_gpio_hwdata (Results 1 – 1 of 1) sorted by relevance
46 struct mxc_gpio_hwdata { struct71 static struct mxc_gpio_hwdata imx1_imx21_gpio_hwdata = { argument86 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; variable119 #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 …]