Home
last modified time | relevance | path

Searched refs:GPIO_SWPORT_DR (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Ddwapb_gpio.c22 #define GPIO_SWPORT_DR(p) (0x00 + (p) * 0xc) macro
56 setbits_le32(plat->base + GPIO_SWPORT_DR(plat->bank), 1 << pin); in dwapb_gpio_direction_output()
58 clrbits_le32(plat->base + GPIO_SWPORT_DR(plat->bank), 1 << pin); in dwapb_gpio_direction_output()
75 setbits_le32(plat->base + GPIO_SWPORT_DR(plat->bank), 1 << pin); in dwapb_gpio_set_value()
77 clrbits_le32(plat->base + GPIO_SWPORT_DR(plat->bank), 1 << pin); in dwapb_gpio_set_value()
/OK3568_Linux_fs/u-boot/drivers/irq/
H A Dirq-gpio.c28 #define GPIO_SWPORT_DR 0x00 macro
H A Dirq-gpio-v2.c28 #define GPIO_SWPORT_DR 0x00 macro