Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhciReg.h66 #define USBSTS_INTACK_MASK 0x003F // Mask for the interrupt ACK, the WC macro
DEhcPeim.c217 Data &= ~USBSTS_INTACK_MASK; in EhcSetAndWaitDoorBell()
237 EhcWriteOpReg (Ehc, EHC_USBSTS_OFFSET, USBSTS_INTACK_MASK); in EhcAckAllInterrupt()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhciReg.h69 #define USBSTS_INTACK_MASK 0x003F // Mask for the interrupt ACK, the WC macro
DEhciReg.c324 Data &= ~USBSTS_INTACK_MASK; in EhcSetAndWaitDoorBell()
345 EhcWriteOpReg (Ehc, EHC_USBSTS_OFFSET, USBSTS_INTACK_MASK); in EhcAckAllInterrupt()