Home
last modified time | relevance | path

Searched defs:cbb_softc (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/dev/pccbb/
HDpccbbvar.h57 struct cbb_softc { struct
58 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 *); argument
89 int powerintr;
[all …]