Home
last modified time | relevance | path

Searched refs:PR_CSTS (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/arch/vax/vax/
Dctu.c144 #define WAIT while ((mfpr(PR_CSTS) & 0x80) == 0) in ctuinit()
150 mtpr(0101, PR_CSTS); /* Enable transmit interrupt + send break */ in ctuinit()
174 mtpr(0101, PR_CSTS); /* Enable transmit interrupt + send break */ in ctuopen()
197 mtpr(0, PR_CSTS); in ctuclose()
371 #define WAIT while ((mfpr(PR_CSTS) & 0x80) == 0) in cturintr()
433 while ((mfpr(PR_CSTS) & 0x80) == 0) in ctutintr()
/netbsd/src/sys/arch/vax/include/
Dmtpr.h66 #define PR_CSTS 30 /* Console Storage T/S */ macro
/netbsd/src/sys/arch/vax/boot/boot/
Dctu.c148 while ((mfpr(PR_CSTS) & 0x80) == 0) in ctutintr()