Home
last modified time | relevance | path

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

/freebsd/sys/dev/pccbb/
H A Dpccbbvar.h55 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;
[all …]