Searched refs:BI_BASE (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/dev/xmi/
H A Dbi_xmi.c79 sc->sc_addr = (bus_addr_t)BI_BASE(xa->xa_nodenr, 0);
/netbsd-current/sys/arch/vax/bi/
H A Dbi_mainbus.c71 sc->sc_addr = (bus_addr_t)BI_BASE(0, 0);
H A Dbi_nmi.c73 sc->sc_addr = (bus_addr_t)BI_BASE(na->na_slot, 0);
/netbsd-current/sys/arch/vax/boot/boot/
H A Ddevopen.c155 nexaddr = BI_BASE(adapt, ctlr);
168 nexaddr = BI_BASE(adapt, ctlr);
/netbsd-current/sys/dev/bi/
H A Dbireg.h45 #define BI_BASE(bi,nod) ((0x20000000 + (bi) * 0x2000000) + BI_NODE(nod)) macro

Completed in 191 milliseconds