Lines Matching defs:ulBase

54 I2STxEnable(unsigned long ulBase)  in I2STxEnable()
86 I2STxDisable(unsigned long ulBase) in I2STxDisable()
132 I2STxDataPut(unsigned long ulBase, unsigned long ulData) in I2STxDataPut()
185 I2STxDataPutNonBlocking(unsigned long ulBase, unsigned long ulData) in I2STxDataPutNonBlocking()
240 I2STxConfigSet(unsigned long ulBase, unsigned long ulConfig) in I2STxConfigSet()
309 I2STxFIFOLimitSet(unsigned long ulBase, unsigned long ulLevel) in I2STxFIFOLimitSet()
337 I2STxFIFOLimitGet(unsigned long ulBase) in I2STxFIFOLimitGet()
371 I2STxFIFOLevelGet(unsigned long ulBase) in I2STxFIFOLevelGet()
398 I2SRxEnable(unsigned long ulBase) in I2SRxEnable()
430 I2SRxDisable(unsigned long ulBase) in I2SRxDisable()
475 I2SRxDataGet(unsigned long ulBase, unsigned long *pulData) in I2SRxDataGet()
527 I2SRxDataGetNonBlocking(unsigned long ulBase, unsigned long *pulData) in I2SRxDataGetNonBlocking()
579 I2SRxConfigSet(unsigned long ulBase, unsigned long ulConfig) in I2SRxConfigSet()
653 I2SRxFIFOLimitSet(unsigned long ulBase, unsigned long ulLevel) in I2SRxFIFOLimitSet()
681 I2SRxFIFOLimitGet(unsigned long ulBase) in I2SRxFIFOLimitGet()
716 I2SRxFIFOLevelGet(unsigned long ulBase) in I2SRxFIFOLevelGet()
744 I2STxRxEnable(unsigned long ulBase) in I2STxRxEnable()
781 I2STxRxDisable(unsigned long ulBase) in I2STxRxDisable()
828 I2STxRxConfigSet(unsigned long ulBase, unsigned long ulConfig) in I2STxRxConfigSet()
893 I2SMasterClockSelect(unsigned long ulBase, unsigned long ulMClock) in I2SMasterClockSelect()
931 I2SIntEnable(unsigned long ulBase, unsigned long ulIntFlags) in I2SIntEnable()
962 I2SIntDisable(unsigned long ulBase, unsigned long ulIntFlags) in I2SIntDisable()
994 I2SIntStatus(unsigned long ulBase, tBoolean bMasked) in I2SIntStatus()
1041 I2SIntClear(unsigned long ulBase, unsigned long ulIntFlags) in I2SIntClear()
1076 I2SIntRegister(unsigned long ulBase, void (*pfnHandler)(void)) in I2SIntRegister()
1111 I2SIntUnregister(unsigned long ulBase) in I2SIntUnregister()