Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h402 #define ER_IRQ_CLEAR(p) ((p) & 0xfffffffe) macro
403 #define ER_IRQ_ENABLE(p) ((ER_IRQ_CLEAR(p)) | 0x2)
404 #define ER_IRQ_DISABLE(p) ((ER_IRQ_CLEAR(p)) & ~(0x2))
/openbmc/linux/drivers/usb/host/
H A Dxhci.h499 #define ER_IRQ_CLEAR(p) ((p) & 0xfffffffe) macro
500 #define ER_IRQ_ENABLE(p) ((ER_IRQ_CLEAR(p)) | 0x2)
501 #define ER_IRQ_DISABLE(p) ((ER_IRQ_CLEAR(p)) & ~(0x2))