Searched refs:OUT1DAVIRQ (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | max3420_udc.c | 77 #define OUT1DAVIRQ BIT(2) macro 829 if (epirq & OUT1DAVIRQ && max3420_do_data(udc, 1, 0)) { in max3420_handle_irqs() 830 spi_wr8_ack(udc, MAX3420_REG_EPIRQ, OUT1DAVIRQ, 1); in max3420_handle_irqs()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | max3420_udc.c | 75 #define OUT1DAVIRQ BIT(2) macro 825 if (epirq & OUT1DAVIRQ && max3420_do_data(udc, 1, 0)) { in max3420_handle_irqs() 826 spi_wr8_ack(udc, MAX3420_REG_EPIRQ, OUT1DAVIRQ, 1); in max3420_handle_irqs()
|
Completed in 5 milliseconds