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

  /src/sys/arch/hp300/dev/
gboxreg.h 56 while (((volatile struct gboxfb *)(regaddr))->regs.sec_interrupt & 0x10) \
62 while ((((volatile struct gboxfb *)(regaddr))->status & 0x80) == 0) \
68 while (((volatile struct gboxfb *)(regaddr))->cmap_busy != 0xff) \
72 struct gboxfb { struct
  /src/sys/arch/hp300/stand/common/
grf_gbreg.h 55 while (((struct gboxfb *)(regaddr))->sec_interrupt & 0x10)
58 while ((((struct gboxfb *)(regaddr))->status & 0x80) == 0)
61 while (((struct gboxfb *)(regaddr))->cmap_busy != 0xff)
63 struct gboxfb { struct

Completed in 13 milliseconds