Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/asm/
H A Dmcfgpio.h138 #define MCFGPIO_SCR_START 40 macro
141 #define MCFGPIO_SCR_START 0 macro
143 #define MCFGPIO_SCR_START 8 macro
147 mcfgpio_port(gpio - MCFGPIO_SCR_START))
150 mcfgpio_port(gpio - MCFGPIO_SCR_START))
153 #define MCFGPIO_SCR_START MCFGPIO_PIN_MAX macro
200 return MCFGPIO_PPDR + mcfgpio_port(gpio - MCFGPIO_SCR_START); in __mcfgpio_ppdr()
243 return MCFGPIO_PODR + mcfgpio_port(gpio - MCFGPIO_SCR_START); in __mcfgpio_podr()
286 return MCFGPIO_PDDR + mcfgpio_port(gpio - MCFGPIO_SCR_START); in __mcfgpio_pddr()
/openbmc/linux/arch/m68k/coldfire/
H A Dgpio.c27 if (gpio < MCFGPIO_SCR_START) { in __mcfgpio_set_value()
76 if (gpio < MCFGPIO_SCR_START) { in __mcfgpio_direction_output()