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

  /src/sys/arch/vax/boot/boot/
ra.c 69 static volatile u_short *ra_ip, *ra_sa, *ra_sw; variable in typeref:typename:volatile u_short **
102 ra_sa = ra_sw = (u_short *)csrbase + 1;
125 ra_sa = (u_short *)(kdaddr + KDB_SA);
142 while ((*ra_sa & MP_STEP1) == 0)
148 while ((*ra_sa & MP_STEP2) == 0)
155 while ((*ra_sa & MP_STEP3) == 0)
162 while ((*ra_sa & MP_STEP4) == 0)

Completed in 11 milliseconds