Home
last modified time | relevance | path

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

/freebsd/sys/arm/freescale/vybrid/
H A Dvf_gpio.c62 #define GPIO_PSOR(n) (0x04 + 0x40 * (n >> 5)) macro
350 WRITE4(sc, GPIO_PSOR(i), (1 << (i % 32))); in vf_gpio_pin_set()