Home
last modified time | relevance | path

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

/freebsd/sys/arm/freescale/vybrid/
H A Dvf_gpio.c63 #define GPIO_PCOR(n) (0x08 + 0x40 * (n >> 5)) macro
305 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()