Home
last modified time | relevance | path

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

1234567891011

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/aty/
H 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 …]
H 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 …]
H 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 …]
H 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()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/aty/
H 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 …]
H 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 …]
H 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 …]
H 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/aty/
H 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 …]
H 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 …]
H 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 …]
H 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()
/dports/graphics/svgalib/svgalib-1.4.3/src/
H A Dr128.c144 return INREG(R128_CLOCK_CNTL_DATA); in R128INPLL()
153 if (INREG(R128_GEN_INT_STATUS) & R128_VSYNC_INT) break; in R128WaitForVerticalSync()
226 tmp = INREG(R128_LVDS_GEN_CNTL); in R128RestoreFPRegisters()
332 save->ovr_clr = INREG(R128_OVR_CLR); in R128SaveCommonRegisters()
340 save->i2c_cntl_1 = INREG(R128_I2C_CNTL_1); in R128SaveCommonRegisters()
344 save->bus_cntl = INREG(R128_BUS_CNTL); in R128SaveCommonRegisters()
355 save->dac_cntl = INREG(R128_DAC_CNTL); in R128SaveCrtcRegisters()
378 save->tmds_crc = INREG(R128_TMDS_CRC); in R128SaveFPRegisters()
422 save->dp_datatype = INREG(R128_DP_DATATYPE); in R128SaveMode()
426 save->amcgpio_mask = INREG(R128_AMCGPIO_MASK); in R128SaveMode()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/intelfb/
H 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 …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/intelfb/
H 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 …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/intelfb/
H 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 …]
/dports/multimedia/libxine/xine-lib-1.2.11/contrib/vidix/drivers/
H A Dmach64_vid.c189 unsigned int _tmp = INREG(addr); \
198 return INREG(LCD_DATA); in ATIGetMach64LCDReg()
206 in= INREG(CLOCK_CNTL); in INPLL()
316 h_total = INREG(CRTC_H_TOTAL_DISP); in mach64_get_xres()
344 lcd_index= INREG(LCD_INDEX); in mach64_get_vert_stretch()
1353 INREG(BM_FRAME_BUF_OFFSET), in mach64_transfer_frame()
1354 INREG(BM_SYSTEM_MEM_ADDR), in mach64_transfer_frame()
1355 INREG(BM_COMMAND), in mach64_transfer_frame()
1356 INREG(BM_STATUS), in mach64_transfer_frame()
1357 INREG(AGP_BASE), in mach64_transfer_frame()
[all …]
H A Dradeon_vid.c465 unsigned int _tmp = INREG(addr); \
475 return (INREG(CLOCK_CNTL_DATA)); in INPLL()
517 h_total = INREG(CRTC_H_TOTAL_DISP); in radeon_get_xres()
526 v_total = INREG(CRTC_V_TOTAL_DISP); in radeon_get_yres()
575 INREG(GEN_RESET_CNTL); in radeon_engine_reset()
578 INREG(GEN_RESET_CNTL); in radeon_engine_reset()
632 INREG(RBBM_SOFT_RESET); in radeon_engine_reset()
642 INREG(RBBM_SOFT_RESET); in radeon_engine_reset()
1132 tmp = INREG(RADEON_BIOS_4_SCRATCH); in radeon_get_moninfo()
1161 tmp = INREG(FP_GEN_CNTL); in radeon_get_moninfo()
[all …]
/dports/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0/src/
H A Dr128_driver.c348 return INREG(R128_CLOCK_CNTL_DATA); in R128INPLL()
359 return INREG(R128_PALETTE_DATA);
372 if (INREG(R128_GEN_INT_STATUS) & R128_VSYNC_INT) break; in R128WaitForVerticalSync()
881 info->MemCntl = INREG(R128_MEM_CNTL); in R128PreInitConfig()
882 info->BusCntl = INREG(R128_BUS_CNTL); in R128PreInitConfig()
2202 tmp = INREG(R128_LVDS_GEN_CNTL); in R128RestoreLVDSRegisters()
2246 save->ovr_clr = INREG(R128_OVR_CLR); in R128SaveCommonRegisters()
2254 save->i2c_cntl_1 = INREG(R128_I2C_CNTL_1); in R128SaveCommonRegisters()
2258 save->bus_cntl = INREG(R128_BUS_CNTL); in R128SaveCommonRegisters()
2270 save->dac_cntl = INREG(R128_DAC_CNTL); in R128SaveCrtcRegisters()
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/vidix/
H A Dmach64_vid.c150 static inline uint32_t INREG (uint32_t addr) { in INREG() function
158 unsigned int _tmp = INREG(addr); \
167 return INREG(LCD_DATA); in ATIGetMach64LCDReg()
175 in= INREG(CLOCK_CNTL); in INPLL()
180 res = (INREG(CLOCK_CNTL)>>16)&0xFF; in INPLL()
210 while ((INREG(GUI_STAT) & 1)!= 0); in mach64_wait_for_idle()
244 dbpp = (INREG(CRTC_GEN_CNTL)>>8)& 0x7; in mach64_vid_get_dbpp()
271 h_total = INREG(CRTC_H_TOTAL_DISP); in mach64_get_xres()
280 v_total = INREG(CRTC_V_TOTAL_DISP); in mach64_get_yres()
299 lcd_index= INREG(LCD_INDEX); in mach64_get_vert_stretch()
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/vidix/
H A Dmach64_vid.c150 static inline uint32_t INREG (uint32_t addr) { in INREG() function
158 unsigned int _tmp = INREG(addr); \
167 return INREG(LCD_DATA); in ATIGetMach64LCDReg()
175 in= INREG(CLOCK_CNTL); in INPLL()
180 res = (INREG(CLOCK_CNTL)>>16)&0xFF; in INPLL()
210 while ((INREG(GUI_STAT) & 1)!= 0); in mach64_wait_for_idle()
244 dbpp = (INREG(CRTC_GEN_CNTL)>>8)& 0x7; in mach64_vid_get_dbpp()
271 h_total = INREG(CRTC_H_TOTAL_DISP); in mach64_get_xres()
280 v_total = INREG(CRTC_V_TOTAL_DISP); in mach64_get_yres()
299 lcd_index= INREG(LCD_INDEX); in mach64_get_vert_stretch()
[all …]
/dports/x11-drivers/xf86-video-neomagic/xf86-video-neomagic-1.3.0/src/
H A Dneo_macros.h39 while( INREG(NEOREG_BLTSTAT) & NEO_BS0_FIFO_PEND); \
43 while( INREG(NEOREG_BLTSTAT) & NEO_BS0_BLT_BUSY); \
53 NeoFifoCount = (INREG(NEOREG_BLTSTAT) >> 8); \
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/video/
H A Dati_radeon_fb.h70 #define INREG(addr) readl((rinfo->mmio_base)+addr) macro
78 tmp = INREG(addr); in _OUTREGP()
98 if (!(INREG(RB2D_DSTCACHE_CTLSTAT) & RB2D_DC_BUSY)) in radeon_engine_flush()
110 if ((INREG(RBBM_STATUS) & 0x7f) >= entries) in _radeon_fifo_wait()
125 if (((INREG(RBBM_STATUS) & GUI_ACTIVE)) == 0) { in _radeon_engine_idle()
252 data = INREG(CLOCK_CNTL_DATA); in __INPLL()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/drivers/video/
H A Dati_radeon_fb.h70 #define INREG(addr) readl((rinfo->mmio_base)+addr) macro
78 tmp = INREG(addr); in _OUTREGP()
98 if (!(INREG(RB2D_DSTCACHE_CTLSTAT) & RB2D_DC_BUSY)) in radeon_engine_flush()
110 if ((INREG(RBBM_STATUS) & 0x7f) >= entries) in _radeon_fifo_wait()
125 if (((INREG(RBBM_STATUS) & GUI_ACTIVE)) == 0) { in _radeon_engine_idle()
252 data = INREG(CLOCK_CNTL_DATA); in __INPLL()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/video/
H A Dati_radeon_fb.h70 #define INREG(addr) readl((rinfo->mmio_base)+addr) macro
78 tmp = INREG(addr); in _OUTREGP()
98 if (!(INREG(RB2D_DSTCACHE_CTLSTAT) & RB2D_DC_BUSY)) in radeon_engine_flush()
110 if ((INREG(RBBM_STATUS) & 0x7f) >= entries) in _radeon_fifo_wait()
125 if (((INREG(RBBM_STATUS) & GUI_ACTIVE)) == 0) { in _radeon_engine_idle()
252 data = INREG(CLOCK_CNTL_DATA); in __INPLL()

1234567891011