Searched refs:ZY7_GPIO_OEN (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/arm/xilinx/ |
| H A D | zy7_gpio.c | 109 #define ZY7_GPIO_OEN(b) (0x0208+0x40*(b)) /* output enable */ macro 181 if ((RD4(sc, ZY7_GPIO_OEN(pin >> 5)) & (1 << (pin & 31))) == 0) in zy7_gpio_pin_getflags() 211 WR4(sc, ZY7_GPIO_OEN(pin >> 5), in zy7_gpio_pin_setflags() 212 RD4(sc, ZY7_GPIO_OEN(pin >> 5)) & in zy7_gpio_pin_setflags() 215 WR4(sc, ZY7_GPIO_OEN(pin >> 5), in zy7_gpio_pin_setflags() 216 RD4(sc, ZY7_GPIO_OEN(pin >> 5)) | in zy7_gpio_pin_setflags() 222 WR4(sc, ZY7_GPIO_OEN(pin >> 5), in zy7_gpio_pin_setflags() 223 RD4(sc, ZY7_GPIO_OEN(pin >> 5)) & ~(1 << (pin & 31))); in zy7_gpio_pin_setflags()
|