Searched refs:bLate (Results 1 – 5 of 5) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/dmx/drv/tsio/ |
| H A D | drvTSIO.c | 488 MS_BOOL bEarly = 0, bLate = 0; in _TSIO_Monitor() local 510 bLate = 1; in _TSIO_Monitor() 514 bLate = 0; in _TSIO_Monitor() 517 … TSIO_DBGTRACE("Phase = %d, Early = 0x%X, late = 0x%X", _ptsio_res->_u8Analogphase, bEarly, bLate); in _TSIO_Monitor() 519 if (bEarly || bLate) in _TSIO_Monitor() 521 … TSIO_DBGINFO("Phase = %d, Early = 0x%X, late = 0x%X", _ptsio_res->_u8Analogphase, bEarly, bLate); in _TSIO_Monitor() 523 HAL_TSIO_Bittraining_Setvalue(bEarly, bLate); in _TSIO_Monitor() 537 else if (bLate) in _TSIO_Monitor() 605 bLate = 1; in _TSIO_Monitor() 609 bLate = 0; in _TSIO_Monitor() [all …]
|
| /utopia/UTPA2-700.0.x/modules/dmx/hal/k6/tsio/ |
| H A D | halTSIO.h | 336 void HAL_TSIO_Bittraining_Setvalue(MS_BOOL bEarly, MS_BOOL bLate);
|
| H A D | halTSIO.c | 1598 void HAL_TSIO_Bittraining_Setvalue(MS_BOOL bEarly, MS_BOOL bLate) in HAL_TSIO_Bittraining_Setvalue() argument 1610 if (bLate) in HAL_TSIO_Bittraining_Setvalue()
|
| /utopia/UTPA2-700.0.x/modules/dmx/hal/k6lite/tsio/ |
| H A D | halTSIO.h | 336 void HAL_TSIO_Bittraining_Setvalue(MS_BOOL bEarly, MS_BOOL bLate);
|
| H A D | halTSIO.c | 1598 void HAL_TSIO_Bittraining_Setvalue(MS_BOOL bEarly, MS_BOOL bLate) in HAL_TSIO_Bittraining_Setvalue() argument 1610 if (bLate) in HAL_TSIO_Bittraining_Setvalue()
|