Lines Matching refs:PSB_RVDC32
53 u32 writeVal = PSB_RVDC32(reg); in gma_enable_pipestat()
56 (void) PSB_RVDC32(reg); in gma_enable_pipestat()
68 u32 writeVal = PSB_RVDC32(reg); in gma_disable_pipestat()
71 (void) PSB_RVDC32(reg); in gma_disable_pipestat()
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()
207 vdc_stat = PSB_RVDC32(PSB_INT_IDENTITY_R); in gma_irq_handler()
240 (void) PSB_RVDC32(PSB_INT_IDENTITY_R); in gma_irq_handler()
368 PSB_WVDC32(PSB_RVDC32(PSB_INT_IDENTITY_R), PSB_INT_IDENTITY_R); in gma_irq_uninstall()