Searched refs:LVDS_GEN_CNTL (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/video/ |
D | radeonfb.c | 1790 INREG(TMDS_TRANSMITTER_CNTL), INREG(TMDS_CNTL), INREG(LVDS_GEN_CNTL)); in radeonfb_pci_register() 2618 tmp = INREG(LVDS_GEN_CNTL); in radeonfb_ioctl() 2622 tmp = INREG(LVDS_GEN_CNTL); in radeonfb_ioctl() 2627 OUTREG(LVDS_GEN_CNTL, tmp); in radeonfb_ioctl() 2655 tmp = INREG(LVDS_GEN_CNTL); in radeonfb_ioctl() 2736 u32 val_lvds = INREG(LVDS_GEN_CNTL); in radeonfb_blank() 2774 OUTREG(LVDS_GEN_CNTL, val_lvds); in radeonfb_blank() 2937 save->lvds_gen_cntl = INREG(LVDS_GEN_CNTL); in radeon_save_state() 3420 unsigned int tmp = INREG(LVDS_GEN_CNTL); in radeon_write_mode() 3427 OUTREG(LVDS_GEN_CNTL, mode->lvds_gen_cntl); in radeon_write_mode() [all …]
|
D | aty128fb.c | 1080 reg = aty_ld_le32(LVDS_GEN_CNTL); in aty128_set_lcd_enable() 1083 aty_st_le32(LVDS_GEN_CNTL, reg); in aty128_set_lcd_enable() 1091 reg = aty_ld_le32(LVDS_GEN_CNTL); in aty128_set_lcd_enable() 1093 aty_st_le32(LVDS_GEN_CNTL, reg); in aty128_set_lcd_enable() 1096 aty_st_le32(LVDS_GEN_CNTL, reg); in aty128_set_lcd_enable() 2534 unsigned int reg = aty_ld_le32(LVDS_GEN_CNTL); in aty128_set_backlight_enable() 2543 aty_st_le32(LVDS_GEN_CNTL, reg); in aty128_set_backlight_enable() 2544 (void)aty_ld_le32(LVDS_GEN_CNTL); in aty128_set_backlight_enable() 2547 aty_st_le32(LVDS_GEN_CNTL, reg); in aty128_set_backlight_enable() 2555 aty_st_le32(LVDS_GEN_CNTL, reg); in aty128_set_backlight_enable() [all …]
|
D | aty128.h | 51 #define LVDS_GEN_CNTL 0x02d0 macro
|
D | radeon.h | 377 #define LVDS_GEN_CNTL 0x02d0 macro
|