Searched refs:GPIO_PCOR (Results 1 – 1 of 1) sorted by relevance
63 #define GPIO_PCOR(n) (0x08 + 0x40 * (n >> 5)) macro305 WRITE4(sc, GPIO_PCOR(pin->gp_pin), in vf_gpio_pin_configure()352 WRITE4(sc, GPIO_PCOR(i), (1 << (i % 32))); in vf_gpio_pin_set()