Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/bi/
H A Dbivar.h52 struct bi_attach_args { struct
53 bus_space_tag_t ba_iot;
54 bus_space_handle_t ba_ioh; /* Base address for this node */
55 bus_dma_tag_t ba_dmat;
56 int ba_busnr;
57 int ba_nodenr;
58 int ba_intcpu; /* Mask of which cpus to interrupt */
59 int ba_ivec; /* Interrupt vector to use */
60 void *ba_icookie;