Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/pccbb/
Dpccbbvar.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;
65 uint32_t domain;
89 void (*chipinit)(struct cbb_softc *); argument
[all …]