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

/freebsd-10-stable/sys/mips/atheros/
H A Dar71xx_gpiovar.h48 #define GPIO_SET_BITS(sc, reg, bits) \ macro
H A Dar71xx_gpio.c98 GPIO_SET_BITS(sc, AR934X_GPIO_REG_FUNC, mask);
100 GPIO_SET_BITS(sc, AR71XX_GPIO_FUNCTION, mask);
129 GPIO_SET_BITS(sc, AR71XX_GPIO_OE, mask);
/freebsd-10-stable/sys/arm/xscale/ixp425/
H A Davila_gpio.c55 #define GPIO_SET_BITS(sc, reg, bits) \ macro
159 GPIO_SET_BITS(sc, IXP425_GPIO_GPOER, mask);
239 GPIO_SET_BITS(sc, IXP425_GPIO_GPOUTR, mask);
277 GPIO_SET_BITS(sc, IXP425_GPIO_GPOUTR, mask);

Completed in 73 milliseconds