Home
last modified time | relevance | path

Searched refs:GPIO_SWPORTA_DR (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/board/micronas/vct/
H A Dgpio.c60 clrsetbits(GPIO_SWPORTA_DR(gpio_base), MASK(pin), 0); in vct_gpio_set()
62 clrsetbits(GPIO_SWPORTA_DR(gpio_base), 0, MASK(pin)); in vct_gpio_set()
/openbmc/u-boot/board/micronas/vct/vcth/
H A Dreg_gpio.h14 #define GPIO_SWPORTA_DR(base) ((base) + GPIO_SWPORTA_DR_OFFS) macro
/openbmc/u-boot/board/micronas/vct/vctv/
H A Dreg_gpio.h14 #define GPIO_SWPORTA_DR(base) ((base) + GPIO_SWPORTA_DR_OFFS) macro
/openbmc/linux/drivers/gpio/
H A Dgpio-dwapb.c27 #define GPIO_SWPORTA_DR 0x00 macro
519 set = gpio->regs + GPIO_SWPORTA_DR + pp->idx * GPIO_SWPORT_DR_STRIDE; in dwapb_gpio_add_port()
763 offset = GPIO_SWPORTA_DR + idx * GPIO_SWPORT_DR_STRIDE; in dwapb_gpio_suspend()
807 offset = GPIO_SWPORTA_DR + idx * GPIO_SWPORT_DR_STRIDE; in dwapb_gpio_resume()