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_TXCS
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/arch/vax/vax/
gencons.c
68
static int
pr_txcs
[4] = {
PR_TXCS
, PR_TXCS1, PR_TXCS2, PR_TXCS3};
variable
298
mtpr(GC_TIE,
pr_txcs
[0]);
313
mtpr(0,
PR_TXCS
);
345
while ((mfpr(
PR_TXCS
) & GC_RDY) == 0) /* Wait until xmit ready */
371
mtpr(0,
PR_TXCS
);
374
mtpr(GC_TIE,
PR_TXCS
);
ka860.c
342
int s = splhigh(), old = mfpr(
PR_TXCS
);
344
#define WAIT while ((mfpr(
PR_TXCS
) & GC_RDY) == 0) ;
349
mtpr(GC_LT|GC_WRT,
PR_TXCS
);
361
mtpr(old|GC_WRT,
PR_TXCS
);
371
mtpr(GC_LT|GC_WRT,
PR_TXCS
);
ka730.c
186
#define WAIT while ((mfpr(
PR_TXCS
) & GC_RDY) == 0) ;
cfl.c
228
if ((mfpr(
PR_TXCS
) & GC_RDY) == 0)
ka750.c
286
#define WAIT while ((mfpr(
PR_TXCS
) & GC_RDY) == 0) ;
ka88.c
270
while ((mfpr(
PR_TXCS
) & GC_RDY) == 0) /* Wait until xmit ready */
machdep.c
407
while ((mfpr(
PR_TXCS
) & GC_RDY) == 0)
/src/sys/arch/vax/include/
mtpr.h
70
#define
PR_TXCS
34 /* Console Transmit C/S */
/src/sys/arch/vax/boot/boot/
consio.c
207
while ((mfpr(
PR_TXCS
) & GC_RDY) == 0) /* Wait until xmit ready */
/src/sys/arch/vax/boot/xxboot/
bootxx.c
406
while ((mfpr(
PR_TXCS
) & GC_RDY) == 0)
408
mtpr(0,
PR_TXCS
);
Completed in 28 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026