Searched refs:GPIO_PDOR (Results 1 – 1 of 1) sorted by relevance
61 #define GPIO_PDOR(n) (0x00 + 0x40 * (n >> 5)) macro144 (READ4(sc, GPIO_PDOR(i)) & (1 << (i % 32))) ? in vf_gpio_attach()