Home
last modified time | relevance | path

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

/Linux-v5.4/arch/m68k/include/asm/
Dmcfgpio.h146 #define MCFGPIO_SCR_START 40 macro
149 #define MCFGPIO_SCR_START 0 macro
151 #define MCFGPIO_SCR_START 8 macro
155 mcfgpio_port(gpio - MCFGPIO_SCR_START))
158 mcfgpio_port(gpio - MCFGPIO_SCR_START))
161 #define MCFGPIO_SCR_START MCFGPIO_PIN_MAX macro
208 return MCFGPIO_PPDR + mcfgpio_port(gpio - MCFGPIO_SCR_START); in __mcfgpio_ppdr()
251 return MCFGPIO_PODR + mcfgpio_port(gpio - MCFGPIO_SCR_START); in __mcfgpio_podr()
294 return MCFGPIO_PDDR + mcfgpio_port(gpio - MCFGPIO_SCR_START); in __mcfgpio_pddr()
Dgpio.h33 if (gpio < MCFGPIO_SCR_START) { in gpio_set_value()
/Linux-v5.4/arch/m68k/coldfire/
Dgpio.c27 if (gpio < MCFGPIO_SCR_START) { in __mcfgpio_set_value()
76 if (gpio < MCFGPIO_SCR_START) { in __mcfgpio_direction_output()