Home
last modified time | relevance | path

Searched refs:irq_readout (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_gp.c259 u32 irq_readout; in mali_gp_resume_with_new_heap() local
263 irq_readout = mali_hw_core_register_read(&core->hw_core, MALIGP2_REG_ADDR_MGMT_INT_RAWSTAT); in mali_gp_resume_with_new_heap()
265 if (irq_readout & MALIGP2_REG_VAL_IRQ_PLBU_OUT_OF_MEM) { in mali_gp_resume_with_new_heap()
306 u32 irq_readout; in mali_gp_irq_probe_ack() local
308 irq_readout = mali_hw_core_register_read(&core->hw_core, MALIGP2_REG_ADDR_MGMT_INT_STAT); in mali_gp_irq_probe_ack()
309 if (MALIGP2_REG_VAL_IRQ_AXI_BUS_ERROR & irq_readout) { in mali_gp_irq_probe_ack()
H A Dmali_pp.c423 u32 irq_readout; in mali_pp_irq_probe_ack() local
425 irq_readout = mali_hw_core_register_read(&core->hw_core, MALI200_REG_ADDR_MGMT_INT_STATUS); in mali_pp_irq_probe_ack()
426 if (MALI200_REG_VAL_IRQ_BUS_ERROR & irq_readout) { in mali_pp_irq_probe_ack()