Home
last modified time | relevance | path

Searched defs:GPIO_bit (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dgpio-pxa.h5 #define GPIO_bit(x) (1 << ((x) & 0x1f)) macro
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h1270 #define GPIO_bit(x) (1 << ((x) & 0x1f)) macro