Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/pccard/pccbb/
H A Dpccbbvar.h58 struct cbb_softc { struct
59 device_t dev;
60 struct exca_softc exca[CBB_NSLOTS];
61 struct resource *base_res;
62 struct resource *irq_res;
63 void *intrhand;
64 bus_space_tag_t bst;
65 bus_space_handle_t bsh;
89 void (*chipinit)(struct cbb_softc *); argument
90 volatile int powerintr;
[all …]