Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/bi/
H A Dbivar.h39 struct bi_softc { struct
40 device_t sc_dev;
41 bus_space_tag_t sc_iot; /* Space tag for the BI bus */
42 bus_dma_tag_t sc_dmat;
43 bus_addr_t sc_addr; /* Address base address for this bus */
44 int sc_busnr; /* (Physical) number of this bus */
45 int sc_lastiv; /* last available interrupt vector */
46 int sc_intcpu;