Searched refs:SII3132_PORT_INT_CMDERR (Results 1 – 2 of 2) sorted by relevance
65 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()
69 #define SII3132_PORT_INT_CMDERR (1 << 1) macro