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

/freebsd-12-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c134 #define BCM_GPIO_READ(_sc, _off) \ macro
137 BCM_GPIO_WRITE(_sc, _off, BCM_GPIO_READ(_sc, _off) & ~(_bits))
139 BCM_GPIO_WRITE(_sc, _off, BCM_GPIO_READ(_sc, _off) | _bits)
191 func = (BCM_GPIO_READ(sc, BCM_GPIO_GPFSEL(bank)) >> offset) & 7;
282 data = BCM_GPIO_READ(sc, BCM_GPIO_GPFSEL(bank));
512 reg_data = BCM_GPIO_READ(sc, BCM_GPIO_GPLEV(bank));
537 data = BCM_GPIO_READ(sc, BCM_GPIO_GPLEV(bank));
918 reg = BCM_GPIO_READ(sc, BCM_GPIO_GPEDS(bank));

Completed in 51 milliseconds