HomeSort by: relevance | last modified time | path
    Searched refs:csrphy (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/vax/boot/boot/
ra.c 96 csrbase = bootrpb.csrphy;
109 bootrpb.csrphy = csrbase;
116 nexaddr = bootrpb.csrphy;
119 nexaddr = (bootrpb.csrphy & ~(BI_NODESIZE - 1)) + KDB_IP;
120 bootrpb.csrphy = nexaddr;
devopen.c 162 nexaddr = bootrpb.csrphy;
177 csrbase = bootrpb.csrphy;
191 bootrpb.devtyp, bootrpb.unit, bootrpb.csrphy, bootrpb.adpphy);
if_de.c 94 addr = (char *)bootrpb.csrphy;
97 bootrpb.csrphy = (int)addr;
autoconf.c 87 bootrpb.csrphy = bootregs[2];
if_le.c 149 nireg = (void *)bootrpb.csrphy;
151 bootrpb.csrphy = (int)nireg;
if_ze.c 87 addr = (struct zedevice *)bootrpb.csrphy;
if_qe.c 89 addr = bootrpb.csrphy; /* Autoboot; use RPB instead */
if_ni.c 197 bootrpb.csrphy = niaddr;
  /src/sys/arch/vax/include/
rpb.h 60 long csrphy; /* 4 Physical Address of UBA device CSR */ member in struct:rpb
  /src/sys/arch/vax/vax/
autoconf.c 94 rpb.devtyp, rpb.unit, rpb.csrphy, rpb.adpphy, rpb.slave);
287 if (rpb.csrphy != p)
299 if (jmfr("ni", dev, BDEV_NI) || (kvtophys(ba->ba_ioh) != rpb.csrphy))
382 (device_cfdata(ppdev)->cf_loc[VSBUSCF_CSR] == rpb.csrphy))
426 if (rpb.devtyp == BDEV_UDA && rpb.csrphy == ioaddr)
  /src/sys/arch/vax/boot/xxboot/
bootxx.c 122 rpb->csrphy = bootregs[2];
247 csr = (struct udadevice *)rpb->csrphy;

Completed in 16 milliseconds