Home
last modified time | relevance | path

Searched refs:mcfgpio_port (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dmcfgpio.h130 #define mcfgpio_port(gpio) ((gpio) / MCFGPIO_PORTSIZE) macro
155 mcfgpio_port(gpio - MCFGPIO_SCR_START))
158 mcfgpio_port(gpio - MCFGPIO_SCR_START))
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()
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dmcfgpio.h122 #define mcfgpio_port(gpio) ((gpio) / MCFGPIO_PORTSIZE) macro
147 mcfgpio_port(gpio - MCFGPIO_SCR_START))
150 mcfgpio_port(gpio - MCFGPIO_SCR_START))
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()

Completed in 2 milliseconds