Searched defs:cbb_softc (Results 1 – 1 of 1) sorted by relevance
58 struct cbb_softc { struct59 device_t dev;60 struct exca_softc exca[CBB_NSLOTS];61 struct resource *base_res;62 struct resource *irq_res;63 void *intrhand;64 bus_space_tag_t bst;65 bus_space_handle_t bsh;89 void (*chipinit)(struct cbb_softc *); argument90 volatile int powerintr;[all …]