Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/intel/
Dintelfbhw.c442 hw->pipe_a_conf = INREG(PIPEACONF); in intelfbhw_read_hw_state()
614 printk(" PIPEACONF: 0x%08x\n", hw->pipe_a_conf); in intelfbhw_print_hw_state()
850 if (hw->pipe_a_conf & PIPECONF_ENABLE) in intelfbhw_mode_to_hw()
879 pipe_conf = &hw->pipe_a_conf; in intelfbhw_mode_to_hw()
1081 if (hw->pipe_a_conf & PIPECONF_ENABLE) in intelfbhw_program_mode()
1115 pipe_conf = &hw->pipe_a_conf; in intelfbhw_program_mode()
Dintelfb.h201 u32 pipe_a_conf; member