Searched refs:RBBM_STATUS (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A Dtools.c726 if ((REGR(RBBM_STATUS) &
731 if ((REGR(RBBM_STATUS) & RBBM_STATUS__CMDFIFO_AVAIL_MASK) < c) {
734 if ((REGR(RBBM_STATUS) &
739 if ((REGR(RBBM_STATUS) &
743 return ((REGR(RBBM_STATUS) &
757 if (!(REGR(RBBM_STATUS) & GUI_ACTIVE))
761 if (REGR(RBBM_STATUS) & GUI_ACTIVE) {
764 if (!(REGR(RBBM_STATUS) & GUI_ACTIVE))
769 if ((REGR(RBBM_STATUS) & GUI_ACTIVE) != 0)
772 return ((REGR(RBBM_STATUS)
[all...]
H A Defb_reg.h321 #define RBBM_STATUS 0xE40 macro
332 /* RBBM_STATUS */
/solaris-x11-s11/open-src/kernel/efb/src/
H A Defb_drv.c812 ((regr(RBBM_STATUS) & MASK) < n) && (limit > 0); limit--) {
816 if ((regr(RBBM_STATUS) & MASK) >= n) {
823 ((regr(RBBM_STATUS) & MASK) < n) && (limit > 0); limit -= dt) {
827 if ((regr(RBBM_STATUS) & MASK) >= n) {
832 func, line, n, regr(RBBM_STATUS));
846 status = regr(RBBM_STATUS);
865 for (limit = 10000; (regr(RBBM_STATUS) & GUI_ACTIVE) && --limit > 0; ) {
869 if (!(regr(RBBM_STATUS) & GUI_ACTIVE)) {
876 (regr(RBBM_STATUS) & GUI_ACTIVE) && (limit > 0); limit -= dt) {
880 if (!(regr(RBBM_STATUS)
[all...]
H A Defb_reg.h239 #define RBBM_STATUS 0xE40 macro
250 /* RBBM_STATUS */

Completed in 17 milliseconds