Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Dkona_gpio.c27 #define GPIO_CONTROL(bank) (0x00000100 + ((bank) << 2)) macro
/openbmc/linux/drivers/gpio/
H A Dgpio-bcm-kona.c28 #define GPIO_CONTROL(gpio) (0x00000100 + ((gpio) << 2)) macro