Searched refs:gcu_status (Results 1 – 1 of 1) sorted by relevance
161 static u64 get_pipeline_event(struct d71_pipeline *d71_pipeline, u32 gcu_status) in get_pipeline_event() argument165 if (gcu_status & (GLB_IRQ_STATUS_LPU0 | GLB_IRQ_STATUS_LPU1)) in get_pipeline_event()168 if (gcu_status & (GLB_IRQ_STATUS_CU0 | GLB_IRQ_STATUS_CU1)) in get_pipeline_event()171 if (gcu_status & (GLB_IRQ_STATUS_DOU0 | GLB_IRQ_STATUS_DOU1)) in get_pipeline_event()181 u32 status, gcu_status, raw_status; in d71_irq_handler() local183 gcu_status = malidp_read32(d71->gcu_addr, GLB_IRQ_STATUS); in d71_irq_handler()185 if (gcu_status & GLB_IRQ_STATUS_GCU) { in d71_irq_handler()203 if (gcu_status & GLB_IRQ_STATUS_PIPE0) in d71_irq_handler()204 evts->pipes[0] |= get_pipeline_event(d71->pipes[0], gcu_status); in d71_irq_handler()206 if (gcu_status & GLB_IRQ_STATUS_PIPE1) in d71_irq_handler()[all …]