Searched refs:STORERAMDAC (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| H A D | tx_dac.c | 190 STORERAMDAC(IBMRGB_m0, m); 191 STORERAMDAC(IBMRGB_n0, n); 192 STORERAMDAC(IBMRGB_p0, p); 193 STORERAMDAC(IBMRGB_c0, c); 195 STORERAMDAC(IBMRGB_pll_ctrl1, 0x05); 196 STORERAMDAC(IBMRGB_pll_ctrl2, 0x00); 202 STORERAMDAC(IBMRGB_sysclk, 0x05); 203 STORERAMDAC(IBMRGB_sysclk_m, m); 204 STORERAMDAC(IBMRGB_sysclk_n, n); 205 STORERAMDAC(IBMRGB_sysclk_ [all...] |
| H A D | pm_dac.c | 146 STORERAMDAC(TIDAC_PIXEL_N, ((n & 0x3f) | 0xC0)); 147 STORERAMDAC(TIDAC_PIXEL_M, (m & 0x3f)); 148 STORERAMDAC(TIDAC_PIXEL_P, ((p & 0x03) | 0xbc)); 149 STORERAMDAC(TIDAC_PIXEL_VALID, TRUE); 165 STORERAMDAC(TIDAC_clock_ctrl, (q | 0x38)); 167 STORERAMDAC(TIDAC_LOOP_N, ((n & 0x3f) | 0xC0)); 168 STORERAMDAC(TIDAC_LOOP_M, (m & 0x3f)); 169 STORERAMDAC(TIDAC_LOOP_P, ((p & 0x03) | 0xF0)); 170 STORERAMDAC(TIDAC_LOOP_VALID, TRUE);
|
| H A D | glint_regs.h | 1342 #define STORERAMDAC(address,value) \ macro
|
| /xsrc/external/mit/xf86-video-ag10e/dist/src/ |
| H A D | glint_regs.h | 1349 #define STORERAMDAC(address,value) \ macro
|
Completed in 9 milliseconds