Searched refs:_PSB_IRQ_ASLE (Results 1 – 2 of 2) sorted by relevance
166 if (vdc_stat & _PSB_IRQ_ASLE) in psb_vdc_interrupt()238 if (vdc_stat & (_PSB_PIPE_EVENT_FLAG|_PSB_IRQ_ASLE)) in psb_irq_handler()301 dev_priv->vdc_irq_mask |= _PSB_IRQ_ASLE | _PSB_IRQ_SGX_FLAG; in psb_irq_preinstall()
100 #define _PSB_IRQ_ASLE (1<<0) macro