Home
last modified time | relevance | path

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

/arch/m68k/include/asm/
Dmcfgpio.h154 #define MCFGPIO_SCR_START 40 macro
157 #define MCFGPIO_SCR_START 0 macro
159 #define MCFGPIO_SCR_START 8 macro
163 mcfgpio_port(gpio - MCFGPIO_SCR_START))
166 mcfgpio_port(gpio - MCFGPIO_SCR_START))
169 #define MCFGPIO_SCR_START MCFGPIO_PIN_MAX macro
216 return MCFGPIO_PPDR + mcfgpio_port(gpio - MCFGPIO_SCR_START); in __mcfgpio_ppdr()
259 return MCFGPIO_PODR + mcfgpio_port(gpio - MCFGPIO_SCR_START); in __mcfgpio_podr()
302 return MCFGPIO_PDDR + mcfgpio_port(gpio - MCFGPIO_SCR_START); in __mcfgpio_pddr()
Dgpio.h41 if (gpio < MCFGPIO_SCR_START) { in gpio_set_value()
/arch/m68k/coldfire/
Dgpio.c34 if (gpio < MCFGPIO_SCR_START) { in __mcfgpio_set_value()
83 if (gpio < MCFGPIO_SCR_START) { in __mcfgpio_direction_output()