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

  /src/sys/dev/pci/
tgareg.h 95 #define TGA_REG_CXYR 0x01d /* Cursor XY */
tga.c 836 TGAWREG(dc, TGA_REG_CXYR, ((cursorp->pos.y & 0xfff) << 12) |
865 cursorp->pos.x = TGARREG(dc, TGA_REG_CXYR) & 0xfff;
866 cursorp->pos.y = (TGARREG(dc, TGA_REG_CXYR) >> 12) & 0xfff;
888 TGAWREG(dc, TGA_REG_CXYR,
898 curposp->x = TGARREG(dc, TGA_REG_CXYR) & 0xfff;
899 curposp->y = (TGARREG(dc, TGA_REG_CXYR) >> 12) & 0xfff;
  /src/sys/dev/tc/
sfbplus.c 878 *((uint32_t *)hw + TGA_REG_CXYR) = ((y & 0xfff) << 12) | (x & 0xfff);

Completed in 87 milliseconds