Home
last modified time | relevance | path

Searched refs:IMAN_IE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h387 #define IMAN_IE BIT(1) macro
390 #define IMAN_IE_SET(p) ((p) | IMAN_IE)
391 #define IMAN_IE_CLEAR(p) ((p) & ~IMAN_IE)
/linux/drivers/usb/host/
H A Dxhci.c322 iman |= IMAN_IE; in xhci_enable_interrupter()
339 iman &= ~IMAN_IE; in xhci_disable_interrupter()