Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/
DSiI3132AtaPassThru.c65 CONST UINT32 IrqMask = (SII3132_PORT_INT_CMDCOMPL | SII3132_PORT_INT_CMDERR) << 16; in SiI3132AtaPassThruCommand()
257 } else if (Value32 & (SII3132_PORT_INT_CMDCOMPL << 16)) { in SiI3132AtaPassThruCommand()
259 …SATA_PORT_WRITE32 (SataPort->RegBase + SII3132_PORT_INTSTATUS_REG, SII3132_PORT_INT_CMDCOMPL << 16… in SiI3132AtaPassThruCommand()
674 …SATA_PORT_WRITE32 (SataPort->RegBase + SII3132_PORT_ENABLEINT_REG, SII3132_PORT_INT_CMDCOMPL | SII… in SiI3132HwResetPort()
677 …SATA_PORT_WRITE32 (SataPort->RegBase + SII3132_PORT_ENABLEINT_REG, SII3132_PORT_INT_CMDCOMPL | SII… in SiI3132HwResetPort()
DSataSiI3132.h68 #define SII3132_PORT_INT_CMDCOMPL (1 << 0) macro