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

/freebsd-12-stable/sys/mips/atheros/ar531x/
H A Dar5315_cpudef.h134 static inline uint32_t ar531x_gpio_do(void) { return u_ar531x_gpio_do; } function
H A Dar5315_gpio.c248 state = GPIO_READ(sc, ar531x_gpio_do());
256 GPIO_WRITE(sc, ar531x_gpio_do(), state);
294 res = (GPIO_READ(sc, ar531x_gpio_do()) & (1 << pin)) ? 1 : 0;
296 GPIO_CLEAR_BITS(sc, ar531x_gpio_do(), pin);
298 GPIO_SET_BITS(sc, ar531x_gpio_do(), pin);
468 oe = GPIO_READ(sc, ar531x_gpio_do());
470 GPIO_WRITE(sc, ar531x_gpio_do(), oe);

Completed in 109 milliseconds