Lines Matching defs:ulBase

69 I2STxEnable(unsigned long ulBase)  in I2STxEnable()
101 I2STxDisable(unsigned long ulBase) in I2STxDisable()
147 I2STxDataPut(unsigned long ulBase, unsigned long ulData) in I2STxDataPut()
200 I2STxDataPutNonBlocking(unsigned long ulBase, unsigned long ulData) in I2STxDataPutNonBlocking()
255 I2STxConfigSet(unsigned long ulBase, unsigned long ulConfig) in I2STxConfigSet()
324 I2STxFIFOLimitSet(unsigned long ulBase, unsigned long ulLevel) in I2STxFIFOLimitSet()
352 I2STxFIFOLimitGet(unsigned long ulBase) in I2STxFIFOLimitGet()
386 I2STxFIFOLevelGet(unsigned long ulBase) in I2STxFIFOLevelGet()
413 I2SRxEnable(unsigned long ulBase) in I2SRxEnable()
445 I2SRxDisable(unsigned long ulBase) in I2SRxDisable()
490 I2SRxDataGet(unsigned long ulBase, unsigned long *pulData) in I2SRxDataGet()
542 I2SRxDataGetNonBlocking(unsigned long ulBase, unsigned long *pulData) in I2SRxDataGetNonBlocking()
594 I2SRxConfigSet(unsigned long ulBase, unsigned long ulConfig) in I2SRxConfigSet()
668 I2SRxFIFOLimitSet(unsigned long ulBase, unsigned long ulLevel) in I2SRxFIFOLimitSet()
696 I2SRxFIFOLimitGet(unsigned long ulBase) in I2SRxFIFOLimitGet()
731 I2SRxFIFOLevelGet(unsigned long ulBase) in I2SRxFIFOLevelGet()
759 I2STxRxEnable(unsigned long ulBase) in I2STxRxEnable()
796 I2STxRxDisable(unsigned long ulBase) in I2STxRxDisable()
843 I2STxRxConfigSet(unsigned long ulBase, unsigned long ulConfig) in I2STxRxConfigSet()
908 I2SMasterClockSelect(unsigned long ulBase, unsigned long ulMClock) in I2SMasterClockSelect()
946 I2SIntEnable(unsigned long ulBase, unsigned long ulIntFlags) in I2SIntEnable()
977 I2SIntDisable(unsigned long ulBase, unsigned long ulIntFlags) in I2SIntDisable()
1009 I2SIntStatus(unsigned long ulBase, tBoolean bMasked) in I2SIntStatus()
1056 I2SIntClear(unsigned long ulBase, unsigned long ulIntFlags) in I2SIntClear()
1091 I2SIntRegister(unsigned long ulBase, void (*pfnHandler)(void)) in I2SIntRegister()
1126 I2SIntUnregister(unsigned long ulBase) in I2SIntUnregister()