Home
last modified time | relevance | path

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

/openbmc/u-boot/board/micronas/vct/
H A Dgpio.c46 clrsetbits(GPIO_SWPORTA_DDR(gpio_base), MASK(pin), 0); in vct_gpio_dir()
48 clrsetbits(GPIO_SWPORTA_DDR(gpio_base), 0, MASK(pin)); in vct_gpio_dir()
/openbmc/u-boot/board/micronas/vct/vcth/
H A Dreg_gpio.h16 #define GPIO_SWPORTA_DDR(base) ((base) + GPIO_SWPORTA_DDR_OFFS) macro
/openbmc/u-boot/board/micronas/vct/vctv/
H A Dreg_gpio.h16 #define GPIO_SWPORTA_DDR(base) ((base) + GPIO_SWPORTA_DDR_OFFS) macro
/openbmc/linux/drivers/gpio/
H A Dgpio-dwapb.c28 #define GPIO_SWPORTA_DDR 0x04 macro
520 dirout = gpio->regs + GPIO_SWPORTA_DDR + pp->idx * GPIO_SWPORT_DDR_STRIDE; in dwapb_gpio_add_port()
760 offset = GPIO_SWPORTA_DDR + idx * GPIO_SWPORT_DDR_STRIDE; in dwapb_gpio_suspend()
810 offset = GPIO_SWPORTA_DDR + idx * GPIO_SWPORT_DDR_STRIDE; in dwapb_gpio_resume()