HomeSort by: relevance | last modified time | path
    Searched refs:R128_PC_NGUI_CTLSTAT (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm/dist/shared-core/
r128_cce.c 119 tmp = R128_READ(R128_PC_NGUI_CTLSTAT) | R128_PC_FLUSH_ALL;
120 R128_WRITE(R128_PC_NGUI_CTLSTAT, tmp);
123 if (!(R128_READ(R128_PC_NGUI_CTLSTAT) & R128_PC_BUSY)) {
r128_drv.h 254 #define R128_PC_NGUI_CTLSTAT 0x0184
  /src/sys/dev/pci/
r128fbreg.h 87 #define R128_PC_NGUI_CTLSTAT 0x0184
r128fb.c 161 reg = bus_space_read_4(sc->sc_memt, sc->sc_regh, R128_PC_NGUI_CTLSTAT);
163 bus_space_write_4(sc->sc_memt, sc->sc_regh, R128_PC_NGUI_CTLSTAT, reg);
166 R128_PC_NGUI_CTLSTAT);
  /src/sys/external/bsd/drm2/dist/drm/r128/
r128_cce.c 95 tmp = R128_READ(R128_PC_NGUI_CTLSTAT) | R128_PC_FLUSH_ALL;
96 R128_WRITE(R128_PC_NGUI_CTLSTAT, tmp);
99 if (!(R128_READ(R128_PC_NGUI_CTLSTAT) & R128_PC_BUSY))
r128_drv.h 270 #define R128_PC_NGUI_CTLSTAT 0x0184

Completed in 16 milliseconds