Searched refs:SCR (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/lvm/libsvm/common/
H A Ddebug.c36 #define SCR 0x2 /* write message to the screen */ macro
37 #define LOGSCR LOG|SCR /* write message to the log and screen */
/illumos-gate/usr/src/uts/common/sys/
H A Dasy.h66 #define SCR 7 /* scratch register */ macro
165 /* SCR - scratch register */
166 #define SCRTEST 0x5a /* arbritrary value for testing SCR register */
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h1675 } SCR; typedef in typeref:struct:_SCR
1768 SCR scr; /* Payload for SCR/ACC */
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c89 * for Exar/Startech ST16C650, as that requires use of the SCR register.
91 int asy_scr_test = 1; /* tunable: set to 0 to disable SCR reg test */
1245 ddi_put8(asy->asy_iohandle, asy->asy_ioaddr + SCR, SCRTEST);
1249 ret = ddi_get8(asy->asy_iohandle, asy->asy_ioaddr + SCR);
1374 ddi_put8(asy->asy_iohandle, asy->asy_ioaddr + SCR, 0);
1379 ret = ddi_get8(asy->asy_iohandle, asy->asy_ioaddr + SCR);
/illumos-gate/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach_asm.s392 ! %o0 content of this processor's SCR

Completed in 67 milliseconds