Searched refs:bcm283x_pin_setfunc (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/arm/broadcom/ |
H A D | bcm2835_gpio.c | 133 void bcm283x_pin_setfunc(const struct bcmgpio_softc * const, u_int, 232 bcm283x_pin_setfunc(sc, pin, value); in bcm283x_pinctrl_set_config() 773 bcm283x_pin_setfunc(const struct bcmgpio_softc * const sc, u_int pin, in bcm283x_pin_setfunc() function 878 bcm283x_pin_setfunc(sc, pin, BCM2835_GPIO_IN); in bcm2835gpio_gpio_pin_ctl() 880 bcm283x_pin_setfunc(sc, pin, BCM2835_GPIO_OUT); in bcm2835gpio_gpio_pin_ctl() 910 bcm283x_pin_setfunc(sc, pin, func); in bcm2835gpio_gpio_pin_ctl()
|