Home
last modified time | relevance | path

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

/drivers/gpio/
Dgpio-mxc.c26 enum mxc_gpio_hwtype { enum
117 static enum mxc_gpio_hwtype mxc_gpio_hwtype; variable
377 enum mxc_gpio_hwtype hwtype; in mxc_gpio_get_hw()
383 if (mxc_gpio_hwtype) { in mxc_gpio_get_hw()
389 BUG_ON(mxc_gpio_hwtype != hwtype); in mxc_gpio_get_hw()
400 mxc_gpio_hwtype = hwtype; in mxc_gpio_get_hw()
462 if (mxc_gpio_hwtype == IMX21_GPIO) { in mxc_gpio_probe()