Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/udc/aspeed-vhub/
Dcore.c135 if (istat & (VHUB_IRQ_DEVICE1 | in ast_vhub_irq()
140 if (istat & VHUB_IRQ_DEVICE1) in ast_vhub_irq()
Ddev.c68 hmsk = VHUB_IRQ_DEVICE1 << d->index; in ast_vhub_dev_enable()
87 hmsk = VHUB_IRQ_DEVICE1 << d->index; in ast_vhub_dev_disable()
Dvhub.h58 #define VHUB_IRQ_DEVICE1 (1 << 9) macro