• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/

Lines Matching refs:OUTREG

313 	OUTREG(MPP_TB_CONFIG, temp);
849 OUTREG(CRTC_OFFSET, ((var->yoffset * var->xres_virtual + var->xoffset)
889 OUTREG(LVDS_GEN_CNTL, tmp);
903 OUTREG(CRTC_EXT_CNTL, tmp);
959 OUTREG(CRTC_EXT_CNTL, val);
981 OUTREG(LVDS_GEN_CNTL, target_val);
983 OUTREG(LVDS_GEN_CNTL, target_val
990 OUTREG(LVDS_GEN_CNTL, target_val);
1001 OUTREG(LVDS_GEN_CNTL, val);
1014 OUTREG(LVDS_GEN_CNTL, val);
1017 OUTREG(LVDS_GEN_CNTL, val);
1084 OUTREG(PALETTE_INDEX, pindex>>1);
1085 OUTREG(PALETTE_DATA,
1094 OUTREG(PALETTE_INDEX, pindex);
1095 OUTREG(PALETTE_DATA, (red << 16) |
1139 OUTREG(DAC_CNTL2, dac_cntl2);
1169 OUTREG(DAC_CNTL2, dac_cntl2);
1327 OUTREG(LVDS_GEN_CNTL, rinfo->pending_lvds_gen_cntl);
1348 OUTREG(common_regs[i].reg, common_regs[i].val);
1352 OUTREG(SURFACE0_LOWER_BOUND + 0x10*i, mode->surf_lower_bound[i]);
1353 OUTREG(SURFACE0_UPPER_BOUND + 0x10*i, mode->surf_upper_bound[i]);
1354 OUTREG(SURFACE0_INFO + 0x10*i, mode->surf_info[i]);
1357 OUTREG(CRTC_GEN_CNTL, mode->crtc_gen_cntl);
1360 OUTREG(CRTC_MORE_CNTL, mode->crtc_more_cntl);
1362 OUTREG(CRTC_H_TOTAL_DISP, mode->crtc_h_total_disp);
1363 OUTREG(CRTC_H_SYNC_STRT_WID, mode->crtc_h_sync_strt_wid);
1364 OUTREG(CRTC_V_TOTAL_DISP, mode->crtc_v_total_disp);
1365 OUTREG(CRTC_V_SYNC_STRT_WID, mode->crtc_v_sync_strt_wid);
1366 OUTREG(CRTC_OFFSET, 0);
1367 OUTREG(CRTC_OFFSET_CNTL, 0);
1368 OUTREG(CRTC_PITCH, mode->crtc_pitch);
1369 OUTREG(SURFACE_CNTL, mode->surface_cntl);
1375 OUTREG(FP_CRTC_H_TOTAL_DISP, mode->fp_crtc_h_total_disp);
1376 OUTREG(FP_CRTC_V_TOTAL_DISP, mode->fp_crtc_v_total_disp);
1377 OUTREG(FP_H_SYNC_STRT_WID, mode->fp_h_sync_strt_wid);
1378 OUTREG(FP_V_SYNC_STRT_WID, mode->fp_v_sync_strt_wid);
1379 OUTREG(FP_HORZ_STRETCH, mode->fp_horz_stretch);
1380 OUTREG(FP_VERT_STRETCH, mode->fp_vert_stretch);
1381 OUTREG(FP_GEN_CNTL, mode->fp_gen_cntl);
1382 OUTREG(TMDS_CRC, mode->tmds_crc);
1383 OUTREG(TMDS_TRANSMITTER_CNTL, mode->tmds_transmitter_cntl);
1898 OUTREG(CRTC2_GEN_CNTL, save_crtc2_gen_cntl | CRTC2_DISP_REQ_EN_B);
1903 OUTREG(CRTC_EXT_CNTL, save_crtc_ext_cntl | CRTC_DISPLAY_DIS);
1904 OUTREG(CRTC_GEN_CNTL, save_crtc_gen_cntl | CRTC_DISP_REQ_EN_B);
1912 OUTREG(MC_FB_LOCATION,
1916 OUTREG(MC_FB_LOCATION, 0x7fff0000);
1928 OUTREG(MC_AGP_LOCATION, 0xffff0000 | (agp_base >> 16));
1930 OUTREG(MC_AGP_LOCATION, 0xffffe000);
1937 OUTREG(DISPLAY_BASE_ADDR, aper_base);
1939 OUTREG(CRTC2_DISPLAY_BASE_ADDR, aper_base);
1940 OUTREG(OV0_BASE_ADDR, aper_base);
1942 OUTREG(DISPLAY_BASE_ADDR, 0);
1944 OUTREG(CRTC2_DISPLAY_BASE_ADDR, 0);
1945 OUTREG(OV0_BASE_ADDR, 0);
1950 OUTREG(CRTC_GEN_CNTL, save_crtc_gen_cntl);
1951 OUTREG(CRTC_EXT_CNTL, save_crtc_ext_cntl);
1953 OUTREG(CRTC2_GEN_CNTL, save_crtc2_gen_cntl);
1978 OUTREG(MC_FB_LOCATION, tom);
1979 OUTREG(DISPLAY_BASE_ADDR, (tom & 0xffff) << 16);
1980 OUTREG(CRTC2_DISPLAY_BASE_ADDR, (tom & 0xffff) << 16);
1981 OUTREG(OV0_BASE_ADDR, (tom & 0xffff) << 16);
1984 OUTREG(GRPH2_BUFFER_CNTL, INREG(GRPH2_BUFFER_CNTL) & ~0x7f0000);