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

/freebsd-10-stable/sys/arm/xscale/pxa/
H A Dpxa_gpio.c211 #define pxagpio_reg_write(softc, reg, val) \ macro
276 pxagpio_reg_write(sc, PXA250_GPIO_REG(GPIO_GPSR0, gpio), bit);
278 pxagpio_reg_write(sc, PXA250_GPIO_REG(GPIO_GPCR0, gpio), bit);
286 pxagpio_reg_write(sc, PXA250_GPIO_REG(GPIO_GPDR0, gpio), rv);
294 pxagpio_reg_write(sc, GPIO_FN_REG(gpio), rv | fn);
315 pxagpio_reg_write(sc, PXA250_GPIO_REG(GPIO_GRER0, gpio), val);
330 pxagpio_reg_write(sc, PXA250_GPIO_REG(GPIO_GRER0, gpio), val);

Completed in 1019 milliseconds