Searched refs:IrqMask (Results 1 – 2 of 2) sorted by relevance
65 CONST UINT32 IrqMask = (SII3132_PORT_INT_CMDCOMPL | SII3132_PORT_INT_CMDERR) << 16; in SiI3132AtaPassThruCommand() local192 SATA_PORT_WRITE32 (SataPort->RegBase + SII3132_PORT_INTSTATUS_REG, IrqMask); in SiI3132AtaPassThruCommand()227 while (!(Value32 & IrqMask)) { in SiI3132AtaPassThruCommand()233 while (Timeout && !(Value32 & IrqMask)) { in SiI3132AtaPassThruCommand()
514 UINT16 IrqMask; member