Home
last modified time | relevance | path

Searched refs:VHUB_IRQ_DEVICE1 (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/gadget/udc/aspeed-vhub/
Dcore.c137 if (istat & (VHUB_IRQ_DEVICE1 | in ast_vhub_irq()
142 if (istat & VHUB_IRQ_DEVICE1) in ast_vhub_irq()
Ddev.c71 hmsk = VHUB_IRQ_DEVICE1 << d->index; in ast_vhub_dev_enable()
103 hmsk = VHUB_IRQ_DEVICE1 << d->index; in ast_vhub_dev_disable()
Dvhub.h58 #define VHUB_IRQ_DEVICE1 (1 << 9) macro