Searched refs:pipe_stat_reg (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/gma500/ |
H A D | psb_irq.c | 85 uint32_t pipe_stat_reg = gma_pipestat(pipe); in gma_pipe_event_handler() local 93 pipe_stat_val = PSB_RVDC32(pipe_stat_reg); in gma_pipe_event_handler() 102 PSB_WVDC32(PSB_RVDC32(pipe_stat_reg), pipe_stat_reg); in gma_pipe_event_handler() 103 pipe_clear = PSB_RVDC32(pipe_stat_reg) & pipe_status; in gma_pipe_event_handler() 112 __func__, pipe, PSB_RVDC32(pipe_stat_reg)); in gma_pipe_event_handler()
|
/openbmc/linux/drivers/video/fbdev/intelfb/ |
H A D | intelfbhw.c | 1281 u32 dpll_reg, fp0_reg, fp1_reg, pipe_conf_reg, pipe_stat_reg; in intelfbhw_program_mode() local 1316 pipe_stat_reg = PIPEBSTAT; in intelfbhw_program_mode() 1340 pipe_stat_reg = PIPEASTAT; in intelfbhw_program_mode() 1430 OUTREG(pipe_stat_reg, 0xFFFF | PIPESTAT_FLD_EVT_ODD_EN); in intelfbhw_program_mode() 1433 OUTREG(pipe_stat_reg, 0xFFFF | PIPESTAT_FLD_EVT_EVEN_EN); in intelfbhw_program_mode() 1436 OUTREG(pipe_stat_reg, 0xFFFF); /* clear all status bits only */ in intelfbhw_program_mode()
|