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

  /src/sys/dev/pci/
unichromeaccel.h 76 #define VIA_REG_DIMENSION 0x010 /* width and height */
unichromefb.c 1180 MMIO_OUT32(VIA_REG_DIMENSION, 0);
1286 MMIO_OUT32(VIA_REG_DIMENSION,
1308 MMIO_OUT32(VIA_REG_DIMENSION,
1343 MMIO_OUT32(VIA_REG_DIMENSION, ((height - 1) << 16) | (width - 1));
1363 MMIO_OUT32(VIA_REG_DIMENSION, ((height - 1) << 16) | (width - 1));

Completed in 14 milliseconds