Searched refs:gcu_status (Results 1 – 1 of 1) sorted by relevance
162 static u64 get_pipeline_event(struct d71_pipeline *d71_pipeline, u32 gcu_status) in get_pipeline_event() argument166 if (gcu_status & (GLB_IRQ_STATUS_LPU0 | GLB_IRQ_STATUS_LPU1)) in get_pipeline_event()169 if (gcu_status & (GLB_IRQ_STATUS_CU0 | GLB_IRQ_STATUS_CU1)) in get_pipeline_event()172 if (gcu_status & (GLB_IRQ_STATUS_DOU0 | GLB_IRQ_STATUS_DOU1)) in get_pipeline_event()182 u32 status, gcu_status, raw_status; in d71_irq_handler() local184 gcu_status = malidp_read32(d71->gcu_addr, GLB_IRQ_STATUS); in d71_irq_handler()186 if (gcu_status & GLB_IRQ_STATUS_GCU) { in d71_irq_handler()204 if (gcu_status & GLB_IRQ_STATUS_PIPE0) in d71_irq_handler()205 evts->pipes[0] |= get_pipeline_event(d71->pipes[0], gcu_status); in d71_irq_handler()207 if (gcu_status & GLB_IRQ_STATUS_PIPE1) in d71_irq_handler()[all …]