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

  /src/sys/arch/vax/boot/boot/
devopen.c 41 int nexaddr, csrbase; variable in typeref:typename:int
131 csrbase = (nexaddr == 0xf30000 ? 0xffe000 : 0xfbe000);
136 csrbase = (adapt == 8 ? 0xffe000 : 0xfbe000);
140 csrbase = 0x2007e000 + 0x40000 * ((nexaddr & 0x1e000) >> 13);
145 csrbase = 0x2007e000 + 0x40000 * adapt;
150 csrbase = 0;
161 csrbase = 0; /* _may_ be a KDB */
172 csrbase = 0x20000000;
177 csrbase = bootrpb.csrphy;
181 csrbase = 0x20000000
    [all...]
devopen.c 41 int nexaddr, csrbase; variable in typeref:typename:int
131 csrbase = (nexaddr == 0xf30000 ? 0xffe000 : 0xfbe000);
136 csrbase = (adapt == 8 ? 0xffe000 : 0xfbe000);
140 csrbase = 0x2007e000 + 0x40000 * ((nexaddr & 0x1e000) >> 13);
145 csrbase = 0x2007e000 + 0x40000 * adapt;
150 csrbase = 0;
161 csrbase = 0; /* _may_ be a KDB */
172 csrbase = 0x20000000;
177 csrbase = bootrpb.csrphy;
181 csrbase = 0x20000000
    [all...]

Completed in 23 milliseconds