Searched refs:ZY7_GPIO_OEN (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/arm/xilinx/
H A Dzy7_gpio.c107 #define ZY7_GPIO_OEN(b) (0x0208+0x40*(b)) /* output enable */ macro
170 if ((RD4(sc, ZY7_GPIO_OEN(pin >> 5)) & (1 << (pin & 31))) == 0)
200 WR4(sc, ZY7_GPIO_OEN(pin >> 5),
201 RD4(sc, ZY7_GPIO_OEN(pin >> 5)) &
204 WR4(sc, ZY7_GPIO_OEN(pin >> 5),
205 RD4(sc, ZY7_GPIO_OEN(pin >> 5)) |
211 WR4(sc, ZY7_GPIO_OEN(pin >> 5),
212 RD4(sc, ZY7_GPIO_OEN(pin >> 5)) & ~(1 << (pin & 31)));
297 WR4(sc, ZY7_GPIO_OEN(i), 0);

Completed in 54 milliseconds