Searched refs:ulStatFlags (Results 1 – 1 of 1) sorted by relevance
884 void I2SIntClear(unsigned long ulBase, unsigned long ulStatFlags) in I2SIntClear() argument890 |= ((ulStatFlags &0xC0000000) >> 20); in I2SIntClear()895 HWREG(ulBase + MCASP_O_TXSTAT) = ulStatFlags & 0x1FF ; in I2SIntClear()900 HWREG(ulBase + MCASP_O_RXSTAT) = (ulStatFlags >> 16) & 0x1FF; in I2SIntClear()