Searched defs:cbb_softc (Results 1 – 1 of 1) sorted by relevance
55 struct cbb_softc { struct56 device_t dev;57 struct exca_softc exca;58 struct resource *base_res;59 struct resource *irq_res;60 void *intrhand;61 bus_space_tag_t bst;62 bus_space_handle_t bsh;86 void (*chipinit)(struct cbb_softc *); argument87 int powerintr;[all …]