HomeSort by: relevance | last modified time | path
    Searched defs:cmap_busy (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/hp300/dev/
gboxreg.h 68 while (((volatile struct gboxfb *)(regaddr))->cmap_busy != 0xff) \
95 uint8_t cmap_busy; /* color map busy 0x6803 */ member in struct:gboxfb
topcatreg.h 44 while (((volatile struct tcboxfb *)(regaddr))->cmap_busy & 0x04) \
108 uint16_t cmap_busy; /* Color Ram busy 0x6002 */ member in struct:tcboxfb
  /src/sys/arch/hp300/stand/common/
grf_gbreg.h 61 while (((struct gboxfb *)(regaddr))->cmap_busy != 0xff)
111 vu_char cmap_busy; /* color map busy 0x6803 */ member in struct:gboxfb
grf_tcreg.h 44 while (((struct tcboxfb *)(regaddr))->cmap_busy & 0x04) DELAY(100)
132 vu_short cmap_busy; /* Color Ram busy 0x6002 */ member in struct:tcboxfb

Completed in 33 milliseconds