Searched refs:VHUB_IRQ_DEVICE1 (Results 1 – 3 of 3) sorted by relevance
137 if (istat & (VHUB_IRQ_DEVICE1 | in ast_vhub_irq()142 if (istat & VHUB_IRQ_DEVICE1) in ast_vhub_irq()
71 hmsk = VHUB_IRQ_DEVICE1 << d->index; in ast_vhub_dev_enable()103 hmsk = VHUB_IRQ_DEVICE1 << d->index; in ast_vhub_dev_disable()
58 #define VHUB_IRQ_DEVICE1 (1 << 9) macro