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

/freebsd-12-stable/sys/arm/freescale/vybrid/
H A Dvf_gpio.c66 #define GPIO_PCOR(n) (0x08 + 0x40 * (n >> 5)) macro
309 WRITE4(sc, GPIO_PCOR(pin->gp_pin),
357 WRITE4(sc, GPIO_PCOR(i), (1 << (i % 32)));

Completed in 55 milliseconds