Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/plat-mxc/
Dgpio.c36 #define GPIO_GDIR (cpu_is_mx1_mx2() ? 0x00 : 0x04) macro
253 l = __raw_readl(port->base + GPIO_GDIR); in _set_gpio_direction()
258 __raw_writel(l, port->base + GPIO_GDIR); in _set_gpio_direction()