Searched refs:DacRegs (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/ |
| H A D | TI.c | 159 if (ramdacReg->DacRegs[TIDAC_PIXEL_VALID]) { in TIramdacRestore() 167 ramdacReg->DacRegs[TIDAC_PIXEL_N]); in TIramdacRestore() 169 ramdacReg->DacRegs[TIDAC_PIXEL_M]); in TIramdacRestore() 171 ramdacReg->DacRegs[TIDAC_PIXEL_P]); in TIramdacRestore() 185 if (ramdacReg->DacRegs[TIDAC_LOOP_VALID]) { in TIramdacRestore() 193 ramdacReg->DacRegs[TIDAC_LOOP_N]); in TIramdacRestore() 195 ramdacReg->DacRegs[TIDAC_LOOP_M]); in TIramdacRestore() 197 ramdacReg->DacRegs[TIDAC_LOOP_P]); in TIramdacRestore() 237 ramdacReg->DacRegs[TIDAC_PIXEL_N] = in TIramdacSave() 240 ramdacReg->DacRegs[TIDAC_PIXEL_M] = in TIramdacSave() [all …]
|
| H A D | IBM.c | 183 (pScrn, i, (ramdacReg->DacRegs[i] & 0xFF00) >> 8, in IBMramdacRestore() 184 ramdacReg->DacRegs[i]); in IBMramdacRestore() 213 ramdacReg->DacRegs[i] = (*ramdacPtr->ReadDAC) (pScrn, i); in IBMramdacSave() 323 ramdacReg->DacRegs[IBMRGB_key_control] = 0x00; /* Disable Chroma Key */ in IBMramdac526SetBpp() 327 ramdacReg->DacRegs[IBMRGB_pix_fmt] = PIXEL_FORMAT_32BPP; in IBMramdac526SetBpp() 328 ramdacReg->DacRegs[IBMRGB_32bpp] = B32_DCOL_DIRECT; in IBMramdac526SetBpp() 329 ramdacReg->DacRegs[IBMRGB_24bpp] = 0; in IBMramdac526SetBpp() 330 ramdacReg->DacRegs[IBMRGB_16bpp] = 0; in IBMramdac526SetBpp() 331 ramdacReg->DacRegs[IBMRGB_8bpp] = 0; in IBMramdac526SetBpp() 333 ramdacReg->DacRegs[IBMRGB_key_control] = 0x01; /* Enable Key */ in IBMramdac526SetBpp() [all …]
|
| H A D | BT.c | 49 (pScrn, i, (ramdacReg->DacRegs[i] & 0xFF00) >> 8, in BTramdacRestore() 50 ramdacReg->DacRegs[i]); in BTramdacRestore() 65 ramdacReg->DacRegs[i] = (*ramdacPtr->ReadDAC) (pScrn, i); in BTramdacSave() 149 ramdacReg->DacRegs[BT_COMMAND_REG_1] = 0x10; in BTramdacSetBpp() 152 ramdacReg->DacRegs[BT_COMMAND_REG_1] = 0x10; in BTramdacSetBpp() 155 ramdacReg->DacRegs[BT_COMMAND_REG_1] = 0x38; in BTramdacSetBpp() 158 ramdacReg->DacRegs[BT_COMMAND_REG_1] = 0x30; in BTramdacSetBpp() 161 ramdacReg->DacRegs[BT_COMMAND_REG_1] = 0x40; in BTramdacSetBpp() 164 ramdacReg->DacRegs[BT_COMMAND_REG_1] = 0x60; in BTramdacSetBpp()
|
| H A D | TIPriv.h | 22 ramdacReg->DacRegs[_reg] = (*ramdacPtr->ReadDAC)(pScrn, _reg); \ 27 (ramdacReg->DacRegs[_reg] & 0xFF00) >> 8, \ 28 ramdacReg->DacRegs[_reg]); \
|
| H A D | xf86RamDac.h | 19 unsigned short DacRegs[0x400]; /* register set */ member
|