Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dgpio-pxa.h7 #define gpio_to_bank(gpio) ((gpio) >> 5) macro
/OK3568_Linux_fs/u-boot/drivers/irq/
H A Dirq-gpio-switch.c242 struct gpio_bank *gpio_to_bank(u32 gpio) in gpio_to_bank() function