Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h403 #define ER_IRQ_CLEAR(p) ((p) & 0xfffffffe) macro
404 #define ER_IRQ_ENABLE(p) ((ER_IRQ_CLEAR(p)) | 0x2)
405 #define ER_IRQ_DISABLE(p) ((ER_IRQ_CLEAR(p)) & ~(0x2))
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h500 #define ER_IRQ_CLEAR(p) ((p) & 0xfffffffe) macro
501 #define ER_IRQ_ENABLE(p) ((ER_IRQ_CLEAR(p)) | 0x2)
502 #define ER_IRQ_DISABLE(p) ((ER_IRQ_CLEAR(p)) & ~(0x2))