Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dradeonfb.c463 u32 lvds_gen_cntl; member
2937 save->lvds_gen_cntl = INREG(LVDS_GEN_CNTL); in radeon_save_state()
3276 newmode.lvds_gen_cntl = rinfo->init_state.lvds_gen_cntl; in radeon_load_video_mode()
3282 newmode.lvds_gen_cntl |= (LVDS_ON | LVDS_BLON); in radeon_load_video_mode()
3422 mode->lvds_gen_cntl &= ~LVDS_STATE_MASK; in radeon_write_mode()
3423 mode->lvds_gen_cntl |= (rinfo->init_state.lvds_gen_cntl & LVDS_STATE_MASK); in radeon_write_mode()
3426 (mode->lvds_gen_cntl & (LVDS_ON | LVDS_BLON))) { in radeon_write_mode()
3427 OUTREG(LVDS_GEN_CNTL, mode->lvds_gen_cntl); in radeon_write_mode()
3429 if (mode->lvds_gen_cntl & (LVDS_ON | LVDS_BLON)) { in radeon_write_mode()
3431 OUTREG(LVDS_GEN_CNTL, mode->lvds_gen_cntl); in radeon_write_mode()
[all …]