Searched refs:GPIO_SWPORT_DR (Results 1 – 3 of 3) sorted by relevance
22 #define GPIO_SWPORT_DR(p) (0x00 + (p) * 0xc) macro56 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()
28 #define GPIO_SWPORT_DR 0x00 macro