Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dmcfgpio.h105 #define MCFGPIO_PORTSIZE 8 macro
114 #define MCFGPIO_PORTSIZE 16 macro
123 #define MCFGPIO_PORTSIZE 32 macro
129 #define mcfgpio_bit(gpio) (1 << ((gpio) % MCFGPIO_PORTSIZE))
130 #define mcfgpio_port(gpio) ((gpio) / MCFGPIO_PORTSIZE)