OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PR_RXCS
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/vax/boot/boot/
consio.c
196
while (mfpr(
PR_RXCS
) & GC_DON) {
199
while ((mfpr(
PR_RXCS
) & GC_DON) == 0)
219
while ((mfpr(
PR_RXCS
) & GC_DON) == 0)
227
if (mfpr(
PR_RXCS
) & GC_DON)
/src/sys/arch/vax/vax/
gencons.c
69
static int
pr_rxcs
[4] = {
PR_RXCS
, PR_RXCS1, PR_RXCS2, PR_RXCS3};
variable
297
mtpr(GC_RIE,
pr_rxcs
[0]); /* Turn on interrupts */
312
mtpr(0,
PR_RXCS
);
331
while (mfpr(
PR_RXCS
) & GC_DON) {
334
while ((mfpr(
PR_RXCS
) & GC_DON) == 0)
358
while ((mfpr(
PR_RXCS
) & GC_DON) == 0) /* Receive chr */
370
mtpr(0,
PR_RXCS
);
373
mtpr(GC_RIE,
PR_RXCS
);
ka88.c
282
while ((mfpr(
PR_RXCS
) & GC_DON) == 0)
/src/sys/arch/vax/include/
mtpr.h
68
#define
PR_RXCS
32 /* Console Receiver C/S */
/src/sys/arch/vax/boot/xxboot/
bootxx.c
395
while (mfpr(
PR_RXCS
) & GC_DON) {
398
while ((mfpr(
PR_RXCS
) & GC_DON) == 0)
Completed in 22 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026