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