Home
last modified time | relevance | path

Searched refs:SII3132_PORT_INT_CMDERR (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()
252 } else if (Value32 & (SII3132_PORT_INT_CMDERR << 16)) { in SiI3132AtaPassThruCommand()
674 …taPort->RegBase + SII3132_PORT_ENABLEINT_REG, SII3132_PORT_INT_CMDCOMPL | SII3132_PORT_INT_CMDERR); in SiI3132HwResetPort()
677 …egBase + SII3132_PORT_ENABLEINT_REG, SII3132_PORT_INT_CMDCOMPL | SII3132_PORT_INT_CMDERR | SII3132… in SiI3132HwResetPort()
DSataSiI3132.h69 #define SII3132_PORT_INT_CMDERR (1 << 1) macro