Home
last modified time | relevance | path

Searched refs:CONTROL_STATUS_INTERRUPT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dnet2280.h181 #define CONTROL_STATUS_INTERRUPT 6 macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dnet2272.h25 #define CONTROL_STATUS_INTERRUPT 1 macro
H A Dnet2280.c3448 stat &= ~(BIT(CONTROL_STATUS_INTERRUPT) | in handle_stat1_irqs()
3453 stat &= ~(BIT(CONTROL_STATUS_INTERRUPT) | in handle_stat1_irqs()
H A Dnet2272.c2049 stat &= ~((1 << CONTROL_STATUS_INTERRUPT) in net2272_handle_stat1_irqs()