Searched refs:GPIO_TO_BIT (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/arch/mips/jz4740/ | ||
H A D | gpio.c | 73 #define GPIO_TO_BIT(gpio) BIT(gpio & 0x1f) macro 107 writel(GPIO_TO_BIT(gpio), GPIO_TO_REG(gpio, reg)); jz_gpio_write_bit() |
Completed in 38 milliseconds