Searched refs:pipe_conf (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/video/fbdev/intelfb/ |
H A D | intelfbhw.c | 1048 u32 *vs, *vb, *vt, *hs, *hb, *ht, *ss, *pipe_conf; in intelfbhw_mode_to_hw() local 1068 pipe_conf = &hw->pipe_b_conf; in intelfbhw_mode_to_hw() 1080 pipe_conf = &hw->pipe_a_conf; in intelfbhw_mode_to_hw() 1264 *pipe_conf &= ~PIPECONF_GAMMA; in intelfbhw_mode_to_hw() 1267 *pipe_conf |= PIPECONF_INTERLACE_W_FIELD_INDICATION; in intelfbhw_mode_to_hw() 1269 *pipe_conf &= ~PIPECONF_INTERLACE_MASK; in intelfbhw_mode_to_hw() 1279 const u32 *dpll, *fp0, *fp1, *pipe_conf; in intelfbhw_program_mode() local 1304 pipe_conf = &hw->pipe_b_conf; in intelfbhw_program_mode() 1328 pipe_conf = &hw->pipe_a_conf; in intelfbhw_program_mode() 1439 OUTREG(pipe_conf_reg, *pipe_conf | PIPECONF_ENABLE); in intelfbhw_program_mode()
|