Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c154 #define BCM_GPIO_GPPUD(_bank) (0x94) /* Pin Pull up/down */ macro
298 BCM_GPIO_WRITE(sc, BCM_GPIO_GPPUD(0), state); in bcm_gpio_set_pud()
300 BCM_GPIO_WRITE(sc, BCM_GPIO_GPPUD(0), 0); in bcm_gpio_set_pud()