Searched refs:BI_NODE (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/bi/
H A Dbireg.h44 #define BI_NODE(node) (BI_NODESIZE * (node)) macro
45 #define BI_BASE(bi,nod) ((0x20000000 + (bi) * 0x2000000) + BI_NODE(nod))
H A Dbi.c132 if (bus_space_map(sc->sc_iot, sc->sc_addr + BI_NODE(nodenr),
/netbsd-current/sys/arch/vax/boot/boot/
H A Ddevopen.c166 nexaddr = (nexaddr & 0xff000000) + BI_NODE(ctlr);

Completed in 125 milliseconds