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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/jz4740/
H A Dgpio.c73 #define GPIO_TO_BIT(gpio) BIT(gpio & 0x1f) macro
112 writel(GPIO_TO_BIT(gpio), GPIO_TO_REG(gpio, reg));

Completed in 48 milliseconds