Searched refs:pipe_stat_reg (Results 1 – 2 of 2) sorted by relevance
/drivers/gpu/drm/gma500/ |
D | psb_irq.c | 152 uint32_t pipe_stat_reg = psb_pipestat(pipe); in mid_pipe_event_handler() local 160 pipe_stat_val = PSB_RVDC32(pipe_stat_reg); in mid_pipe_event_handler() 169 PSB_WVDC32(PSB_RVDC32(pipe_stat_reg), pipe_stat_reg); in mid_pipe_event_handler() 170 pipe_clear = PSB_RVDC32(pipe_stat_reg) & pipe_status; in mid_pipe_event_handler() 179 __func__, pipe, PSB_RVDC32(pipe_stat_reg)); in mid_pipe_event_handler()
|
/drivers/video/fbdev/intelfb/ |
D | intelfbhw.c | 1286 u32 dpll_reg, fp0_reg, fp1_reg, pipe_conf_reg, pipe_stat_reg; in intelfbhw_program_mode() local 1321 pipe_stat_reg = PIPEBSTAT; in intelfbhw_program_mode() 1345 pipe_stat_reg = PIPEASTAT; in intelfbhw_program_mode() 1435 OUTREG(pipe_stat_reg, 0xFFFF | PIPESTAT_FLD_EVT_ODD_EN); in intelfbhw_program_mode() 1438 OUTREG(pipe_stat_reg, 0xFFFF | PIPESTAT_FLD_EVT_EVEN_EN); in intelfbhw_program_mode() 1441 OUTREG(pipe_stat_reg, 0xFFFF); /* clear all status bits only */ in intelfbhw_program_mode()
|