Searched refs:PCR_OWN (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/arch/vax/boot/boot/ |
| D | if_ni.c | 151 WAITREG(NI_PCR, PCR_OWN); in puton() 153 WAITREG(NI_PCR, PCR_OWN); in puton() 167 WAITREG(NI_PCR, PCR_OWN); in remput() 179 WAITREG(NI_PCR, PCR_OWN); in insput() 253 NI_WREG(NI_PCR, NI_RREG(NI_PCR) & ~PCR_OWN); in niopen() 256 NI_WREG(NI_PCR, (int)gvppqb | PCR_INIT | PCR_OWN); in niopen() 257 while (NI_RREG(NI_PCR) & PCR_OWN) in niopen() 265 WAITREG(NI_PCR, PCR_OWN); in niopen() 266 NI_WREG(NI_PCR, PCR_OWN|PCR_ENABLE); in niopen() 267 WAITREG(NI_PCR, PCR_OWN); in niopen() [all …]
|
| /netbsd/src/sys/dev/bi/ |
| D | if_ni.c | 309 NI_WREG(NI_PCR, NI_RREG(NI_PCR) & ~PCR_OWN); in niattach() 312 NI_WREG(NI_PCR, (uint32_t)sc->sc_pgvppqb | PCR_INIT | PCR_OWN); in niattach() 313 while (NI_RREG(NI_PCR) & PCR_OWN) in niattach() 322 WAITREG(NI_PCR, PCR_OWN); in niattach() 323 NI_WREG(NI_PCR, PCR_OWN | PCR_ENABLE); in niattach() 324 WAITREG(NI_PCR, PCR_OWN); in niattach() 349 WAITREG(NI_PCR, PCR_OWN); in niattach() 350 NI_WREG(NI_PCR, PCR_FREEQNE | PCR_MFREEQ | PCR_OWN); in niattach() 351 WAITREG(NI_PCR, PCR_OWN); in niattach() 372 WAITREG(NI_PCR, PCR_OWN); in niattach() [all …]
|
| D | if_nireg.h | 75 #define PCR_OWN 0x80 macro
|