Lines Matching refs:MXC_GPIO_GET_GPIO
79 mxc_gpio_regs_t *gpio = MXC_GPIO_GET_GPIO(cfg->port); in GPIO_Config()
157 mxc_gpio_regs_t *gpio = MXC_GPIO_GET_GPIO(cfg->port); in GPIO_InGet()
165 mxc_gpio_regs_t *gpio = MXC_GPIO_GET_GPIO(cfg->port); in GPIO_OutSet()
173 mxc_gpio_regs_t *gpio = MXC_GPIO_GET_GPIO(cfg->port); in GPIO_OutClr()
181 mxc_gpio_regs_t *gpio = MXC_GPIO_GET_GPIO(cfg->port); in GPIO_OutGet()
189 mxc_gpio_regs_t *gpio = MXC_GPIO_GET_GPIO(cfg->port); in GPIO_OutPut()
197 mxc_gpio_regs_t *gpio = MXC_GPIO_GET_GPIO(cfg->port); in GPIO_OutToggle()
205 mxc_gpio_regs_t *gpio = MXC_GPIO_GET_GPIO(cfg->port); in GPIO_IntConfig()
240 mxc_gpio_regs_t *gpio = MXC_GPIO_GET_GPIO(cfg->port); in GPIO_IntEnable()
248 mxc_gpio_regs_t *gpio = MXC_GPIO_GET_GPIO(cfg->port); in GPIO_IntDisable()
256 mxc_gpio_regs_t *gpio = MXC_GPIO_GET_GPIO(cfg->port); in GPIO_IntStatus()
264 mxc_gpio_regs_t *gpio = MXC_GPIO_GET_GPIO(cfg->port); in GPIO_IntClr()
296 mxc_gpio_regs_t *gpio = MXC_GPIO_GET_GPIO(port); in GPIO_Handler()