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

/freebsd-10.1-release/sys/arm/freescale/vybrid/
H A Dvf_gpio.c64 #define GPIO_PSOR(n) (0x04 + 0x40 * (n >> 5)) macro
346 WRITE4(sc, GPIO_PSOR(i), (1 << (i % 32)));

Completed in 45 milliseconds