Lines Matching refs:u8Phase
1625 MS_U8 HAL_TSIO_Bittraining_GetPhase(MS_U8 u8Phase) in HAL_TSIO_Bittraining_GetPhase() argument
1631 …_REG16_SET_MASK(&(_TSIOCtrl1->BTRAIN_CONFIG3), u8Phase, TSIO1_CHANNEL_SEL_MASK, TSIO1_CHANNEL_SEL_… in HAL_TSIO_Bittraining_GetPhase()
1939 void HAL_TSIO_Analogphase_Set(MS_BOOL bSelect, MS_U8 u8Phase, MS_U8 u8Gap) in HAL_TSIO_Analogphase_Set() argument
1952 if (u8Phase < u8Gap) in HAL_TSIO_Analogphase_Set()
1954 u8Phase_pre = ANALOG_PHASE_MAX + u8Phase - u8Gap + 1; in HAL_TSIO_Analogphase_Set()
1958 u8Phase_pre = u8Phase - u8Gap; in HAL_TSIO_Analogphase_Set()
1961 u8Phase_next = u8Phase + u8Gap; in HAL_TSIO_Analogphase_Set()
1980 …LEVEL_TRACE,printf("Phase [%d, %d, %d, %d]\n",u8Skew_phase, u8Phase_pre, u8Phase, u8Phase_next)); in HAL_TSIO_Analogphase_Set()
1983 … Setting[u8Phase_pre].u8Delay1T, Setting[u8Phase].u8Delay1T, Setting[u8Phase_next].u8Delay1T)); in HAL_TSIO_Analogphase_Set()
1985 Setting[u8Phase_pre].u8Corse, Setting[u8Phase].u8Corse, Setting[u8Phase_next].u8Corse)); in HAL_TSIO_Analogphase_Set()
1987 Setting[u8Phase_pre].u8Fine, Setting[u8Phase].u8Fine, Setting[u8Phase_next].u8Fine)); in HAL_TSIO_Analogphase_Set()
2045 _REG16_SET_MASK(&(_TSIOCtrlPHY->TSIO_PHY_25), Setting[u8Phase].u8Corse, in HAL_TSIO_Analogphase_Set()
2049 _REG16_SET_MASK(&(_TSIOCtrlPHY->TSIO_PHY_23), Setting[u8Phase].u8Fine, in HAL_TSIO_Analogphase_Set()
2053 if (Setting[u8Phase].u8Delay1T) in HAL_TSIO_Analogphase_Set()