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