Searched refs:GPIO_PCOR (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/arm/freescale/vybrid/
H A Dvf_gpio.c65 #define GPIO_PCOR(n) (0x08 + 0x40 * (n >> 5)) macro
308 WRITE4(sc, GPIO_PCOR(pin->gp_pin),
356 WRITE4(sc, GPIO_PCOR(i), (1 << (i % 32)));

Completed in 47 milliseconds