HomeSort by: relevance | last modified time | path
    Searched defs:nexaddr (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/vax/boot/boot/
devopen.c 41 int nexaddr, csrbase; variable in typeref:typename:int
128 nexaddr = bootrpb.adpphy;
131 csrbase = (nexaddr == 0xf30000 ? 0xffe000 : 0xfbe000);
132 mapaddr = (int *)nexaddr + VAX_NBPG;
135 nexaddr = (NEX750 + NEXSIZE * adapt);
140 csrbase = 0x2007e000 + 0x40000 * ((nexaddr & 0x1e000) >> 13);
141 mapaddr = (int *)nexaddr + VAX_NBPG;
144 nexaddr = ((int)NEX780 + NEXSIZE * adapt);
155 nexaddr = BI_BASE(adapt, ctlr);
162 nexaddr = bootrpb.csrphy
    [all...]

Completed in 11 milliseconds