Home
last modified time | relevance | path

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

/linux-2.6.39/arch/m68k/include/asm/
Dgpio.h84 #define MCFGPIO_SCR_START 40 macro
86 #define MCFGPIO_SCR_START 8 macro
90 mcfgpio_port(gpio - MCFGPIO_SCR_START))
93 mcfgpio_port(gpio - MCFGPIO_SCR_START))
96 #define MCFGPIO_SCR_START MCFGPIO_PIN_MAX macro
139 return MCFGPIO_PPDR + mcfgpio_port(gpio - MCFGPIO_SCR_START); in __mcf_gpio_ppdr()
178 return MCFGPIO_PODR + mcfgpio_port(gpio - MCFGPIO_SCR_START); in __mcf_gpio_podr()
202 if (gpio < MCFGPIO_SCR_START) { in gpio_set_value()