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

  /src/sys/arch/hp300/dev/
topcatreg.h 44 while (((volatile struct tcboxfb *)(regaddr))->cmap_busy & 0x04) \
50 while (((volatile struct tcboxfb *)(regaddr))->busy & planes) \
54 struct tcboxfb { struct
  /src/sys/arch/hp300/stand/common/
grf_tcreg.h 44 while (((struct tcboxfb *)(regaddr))->cmap_busy & 0x04) DELAY(100)
47 while (((struct tcboxfb *)(regaddr))->busy & planes) DELAY(100)
49 struct tcboxfb { struct

Completed in 13 milliseconds