Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/xilinx/
H A Dzy7_gpio.c108 #define ZY7_GPIO_DIRM(b) (0x0204+0x40*(b)) /* direction mode */ macro
179 if ((RD4(sc, ZY7_GPIO_DIRM(pin >> 5)) & (1 << (pin & 31))) != 0) { in zy7_gpio_pin_getflags()
207 WR4(sc, ZY7_GPIO_DIRM(pin >> 5), in zy7_gpio_pin_setflags()
208 RD4(sc, ZY7_GPIO_DIRM(pin >> 5)) | (1 << (pin & 31))); in zy7_gpio_pin_setflags()
220 WR4(sc, ZY7_GPIO_DIRM(pin >> 5), in zy7_gpio_pin_setflags()
221 RD4(sc, ZY7_GPIO_DIRM(pin >> 5)) & ~(1 << (pin & 31))); in zy7_gpio_pin_setflags()