Home
last modified time | relevance | path

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

/freebsd/sys/arm/xilinx/
H A Dzy7_gpio.c191 #define ZY7_GPIO_DIRM(b) (0x0204+0x40*(b)) /* direction mode */ macro
298 if ((RD4(sc, ZY7_GPIO_DIRM(pin >> 5)) & (1 << (pin & 31))) != 0) { in zy7_gpio_pin_getflags()
326 WR4(sc, ZY7_GPIO_DIRM(pin >> 5), in zy7_gpio_pin_setflags()
327 RD4(sc, ZY7_GPIO_DIRM(pin >> 5)) | (1 << (pin & 31))); in zy7_gpio_pin_setflags()
339 WR4(sc, ZY7_GPIO_DIRM(pin >> 5), in zy7_gpio_pin_setflags()
340 RD4(sc, ZY7_GPIO_DIRM(pin >> 5)) & ~(1 << (pin & 31))); in zy7_gpio_pin_setflags()