Searched defs:cbb_softc (Results 1 – 1 of 1) sorted by relevance
57 struct cbb_softc { struct58 device_t dev;59 struct exca_softc exca[CBB_NSLOTS];60 struct resource *base_res;61 struct resource *irq_res;62 void *intrhand;63 bus_space_tag_t bst;64 bus_space_handle_t bsh;88 void (*chipinit)(struct cbb_softc *); argument89 int powerintr;[all …]