Lines Matching defs:cbb_softc
55 struct cbb_softc { struct
56 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 *); argument
87 int powerintr;
88 struct root_hold_token *sc_root_token;