Home
last modified time | relevance | path

Searched refs:u16FifoTxWrite (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/sc/drv/sc/sc1/
H A DdrvSC.c599 _scInfo[u8SCID].u16FifoTxWrite = 0; in _SC_ResetFIFO()
689 _scInfo[u8SCID].u8FifoTx[_scInfo[u8SCID].u16FifoTxWrite] = u8Char; in _SC_WriteFIFO()
690 tmp = _scInfo[u8SCID].u16FifoTxWrite + 1; in _SC_WriteFIFO()
694 _scInfo[u8SCID].u16FifoTxWrite = 0; in _SC_WriteFIFO()
699 _scInfo[u8SCID].u16FifoTxWrite = tmp; in _SC_WriteFIFO()
732 while (_scInfo[u8SCID].u16FifoTxWrite != _scInfo[u8SCID].u16FifoTxRead) in _SC_WaitTXFIFOEmpty()
809 if (_scInfo[u8SCID].u16FifoTxRead == _scInfo[u8SCID].u16FifoTxWrite) in _SC_Write()
818 else if (_scInfo[u8SCID].u16FifoTxRead == _scInfo[u8SCID].u16FifoTxWrite) in _SC_Write()
3701 if (_scInfo[u8SCID].u16FifoTxRead == _scInfo[u8SCID].u16FifoTxWrite) in MDrv_SC_ISR_Proc()
3709 else if (_scInfo[u8SCID].u16FifoTxRead == _scInfo[u8SCID].u16FifoTxWrite) in MDrv_SC_ISR_Proc()
[all …]
/utopia/UTPA2-700.0.x/modules/sc/drv/sc/sc2/
H A DdrvSC.c449 _scInfo[u8SCID].u16FifoTxWrite = 0; in _SC_ResetFIFO()
541 _scInfo[u8SCID].u8FifoTx[_scInfo[u8SCID].u16FifoTxWrite] = u8Char; in _SC_WriteFIFO()
542 tmp = _scInfo[u8SCID].u16FifoTxWrite + 1; in _SC_WriteFIFO()
546 _scInfo[u8SCID].u16FifoTxWrite = 0; in _SC_WriteFIFO()
551 _scInfo[u8SCID].u16FifoTxWrite = tmp; in _SC_WriteFIFO()
583 while (_scInfo[u8SCID].u16FifoTxWrite != _scInfo[u8SCID].u16FifoTxRead) in _SC_WaitTXFIFOEmpty()
3025 if (_scInfo[u8SCID].u16FifoTxRead == _scInfo[u8SCID].u16FifoTxWrite) in MDrv_SC_ISR_Proc()
3033 else if (_scInfo[u8SCID].u16FifoTxRead == _scInfo[u8SCID].u16FifoTxWrite) in MDrv_SC_ISR_Proc()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvSC.h333 MS_U16 u16FifoTxWrite; member
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvSC.h335 MS_U16 u16FifoTxWrite; member
/utopia/UTPA2-700.0.x/modules/dscmb/api/nsk2hdi/
H A DdrvNDSSC.h303 MS_U16 u16FifoTxWrite; member
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt34570 MS_U16 u16FifoTxWrite;