Home
last modified time | relevance | path

Searched refs:BI_NODESIZE (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/dev/bi/
Dbireg.h43 #define BI_NODESIZE 0x2000 /* Size of one BI node */ macro
44 #define BI_NODE(node) (BI_NODESIZE * (node))
Dbi.c133 BI_NODESIZE, 0, &ba.ba_ioh)) { in bi_attach()
140 bus_space_unmap(ba.ba_iot, ba.ba_ioh, BI_NODESIZE); in bi_attach()
/netbsd/src/sys/arch/vax/boot/boot/
Dra.c119 nexaddr = (bootrpb.csrphy & ~(BI_NODESIZE - 1)) + KDB_IP; in raopen()
123 kdaddr = nexaddr & ~(BI_NODESIZE - 1); in raopen()
Dif_ni.c196 niaddr = nexaddr & ~(BI_NODESIZE - 1); in niopen()