Searched refs:GPIO_PDIR (Results 1 – 1 of 1) sorted by relevance
65 #define GPIO_PDIR(n) (0x10 + 0x40 * (n >> 5)) macro260 *val = (READ4(sc, GPIO_PDIR(i)) & (1 << (i % 32))) ? 1 : 0; in vf_gpio_pin_get()