Home
last modified time | relevance | path

Searched refs:INREG (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/video/fbdev/aty/
A Dradeon_pm.c782 reg = INREG(BUS_CNTL1); in radeon_pm_low_current()
798 reg = INREG(TV_DAC_CNTL); in radeon_pm_low_current()
809 reg = INREG(DAC_CNTL); in radeon_pm_low_current()
813 reg = INREG(DAC_CNTL2); in radeon_pm_low_current()
817 reg = INREG(TV_DAC_CNTL); in radeon_pm_low_current()
1205 mc = INREG(MC_CNTL); in radeon_pm_enable_dll_m10()
1441 INREG(PAD_CTLR_STRENGTH); in radeon_pm_reset_pad_ctlr_strength()
1626 INREG(RBBM_STATUS); in radeon_pm_m10_enable_lvds_spread_spectrum()
1756 INREG(SURFACE_CNTL); in radeon_reinitialize_M10()
2007 INREG(SURFACE_CNTL); in radeon_reinitialize_M9P()
[all …]
A Dradeon_base.c291 (void)INREG(CLOCK_CNTL_DATA); in radeon_pll_errata_after_index_slow()
292 (void)INREG(CRTC_GEN_CNTL); in radeon_pll_errata_after_index_slow()
306 tmp = INREG(CLOCK_CNTL_DATA); in radeon_pll_errata_after_data_slow()
317 tmp = INREG(addr); in _OUTREGP()
330 data = INREG(CLOCK_CNTL_DATA); in __INPLL()
428 temp = INREG(MPP_TB_CONFIG); in radeon_map_ROM()
432 temp = INREG(MPP_TB_CONFIG); in radeon_map_ROM()
1020 tmp = INREG(LVDS_GEN_CNTL); in radeonfb_ioctl()
1048 val = INREG(CRTC_EXT_CNTL); in radeon_screen_blank()
1085 val = INREG(LVDS_GEN_CNTL); in radeon_screen_blank()
[all …]
A Dradeon_accel.c30 local_base = INREG(MC_FB_LOCATION) << 16; in radeon_fixup_offset()
201 clock_cntl_index = INREG(CLOCK_CNTL_INDEX); in radeonfb_engine_reset()
212 host_path_cntl = INREG(HOST_PATH_CNTL); in radeonfb_engine_reset()
213 rbbm_soft_reset = INREG(RBBM_SOFT_RESET); in radeonfb_engine_reset()
222 INREG(RBBM_SOFT_RESET); in radeonfb_engine_reset()
224 tmp = INREG(RB2D_DSTCACHE_MODE); in radeonfb_engine_reset()
235 INREG(RBBM_SOFT_RESET); in radeonfb_engine_reset()
244 INREG(RBBM_SOFT_RESET); in radeonfb_engine_reset()
248 INREG(HOST_PATH_CNTL); in radeonfb_engine_reset()
269 OUTREG(RB2D_DSTCACHE_MODE, INREG(RB2D_DSTCACHE_MODE) | in radeonfb_engine_init()
[all …]
A Dradeon_i2c.c24 val = INREG(chan->ddc_reg) & ~(VGA_DDC_CLK_OUT_EN); in radeon_gpio_setscl()
29 (void)INREG(chan->ddc_reg); in radeon_gpio_setscl()
38 val = INREG(chan->ddc_reg) & ~(VGA_DDC_DATA_OUT_EN); in radeon_gpio_setsda()
43 (void)INREG(chan->ddc_reg); in radeon_gpio_setsda()
52 val = INREG(chan->ddc_reg); in radeon_gpio_getscl()
63 val = INREG(chan->ddc_reg); in radeon_gpio_getsda()
157 (INREG(LVDS_GEN_CNTL) & LVDS_ON)) { in radeon_probe_i2c_connector()
A Dradeon_monitor.c325 ulOrigCRTC_EXT_CNTL = INREG(CRTC_EXT_CNTL); in radeon_crt_is_connected()
330 ulOrigDAC_EXT_CNTL = INREG(DAC_EXT_CNTL); in radeon_crt_is_connected()
344 ulOrigDAC_CNTL = INREG(DAC_CNTL); in radeon_crt_is_connected()
354 ulData = INREG(DAC_CNTL); in radeon_crt_is_connected()
567 ((rinfo->bios_seg && (INREG(BIOS_4_SCRATCH) & 4)) in radeon_probe_screens()
568 || (INREG(LVDS_GEN_CNTL) & LVDS_ON))) { in radeon_probe_screens()
850 u32 tmp = INREG(FP_HORZ_STRETCH) & HORZ_PANEL_SIZE; in radeon_check_modes()
852 tmp = INREG(FP_VERT_STRETCH) & VERT_PANEL_SIZE; in radeon_check_modes()
A Dradeon_backlight.c69 lvds_gen_cntl = INREG(LVDS_GEN_CNTL); in radeon_bl_update_status()
A Dradeonfb.h380 #define INREG(addr) readl((rinfo->mmio_base)+addr) macro
/linux/drivers/video/fbdev/intelfb/
A Dintelfbhw.c427 tmp = INREG(DSPACNTR); in intelfbhw_do_blank()
434 tmp = INREG(DSPABASE); in intelfbhw_do_blank()
536 hw->fpa0 = INREG(FPA0); in intelfbhw_read_hw_state()
537 hw->fpa1 = INREG(FPA1); in intelfbhw_read_hw_state()
538 hw->fpb0 = INREG(FPB0); in intelfbhw_read_hw_state()
539 hw->fpb1 = INREG(FPB1); in intelfbhw_read_hw_state()
575 hw->adpa = INREG(ADPA); in intelfbhw_read_hw_state()
576 hw->dvoa = INREG(DVOA); in intelfbhw_read_hw_state()
577 hw->dvob = INREG(DVOB); in intelfbhw_read_hw_state()
1389 tmp = INREG(ADPA); in intelfbhw_program_mode()
[all …]
A Dintelfb_i2c.c62 val = INREG(chan->reg); in intelfb_gpio_setscl()
73 val = INREG(chan->reg); in intelfb_gpio_setsda()
84 val = INREG(chan->reg); in intelfb_gpio_getscl()
96 val = INREG(chan->reg); in intelfb_gpio_getsda()
A Dintelfbhw.h525 #define INREG(addr) readl((u32 __iomem *)(dinfo->mmio_base + (addr))) macro
553 head = INREG(PRI_RING_HEAD) & RING_HEAD_MASK; \
554 tail = INREG(PRI_RING_TAIL) & RING_TAIL_MASK; \
A Dintelfbdrv.c1336 OUTREG(DPLL_A, INREG(DPLL_A) & ~DPLL_VCO_ENABLE); in intelfb_set_par()
1557 if (INREG(CURSOR_A_BASEADDR) != physical) { in intelfb_cursor()

Completed in 35 milliseconds