Home
last modified time | relevance | path

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

/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c119 bool sc_is2711; member
306 if (sc->sc_is2711) { /* BCM2711 */ in bcm_gpio_set_pud()
815 sc->sc_is2711 = ofw_bus_node_is_compatible(gpio, "brcm,bcm2711-gpio"); in bcm_gpio_attach()
816 sc->sc_maxpins = sc->sc_is2711 ? BCM2711_GPIO_PINS : BCM2835_GPIO_PINS; in bcm_gpio_attach()