Searched defs:bcmgpio_softc (Results 1 – 1 of 1) sorted by relevance
95 struct bcmgpio_softc { struct96 device_t sc_dev;97 bus_space_tag_t sc_iot;98 bus_space_handle_t sc_ioh;99 struct gpio_chipset_tag sc_gpio_gc;101 kmutex_t sc_lock;102 gpio_pin_t sc_gpio_pins[BCMGPIO_MAXPINS];105 struct bcmgpio_bank sc_banks[BCMGPIO_NBANKS];107 bool sc_is2835; /* for pullup on 2711 */108 u_int sc_maxpins;