Home
last modified time | relevance | path

Searched refs:DELAY_CNT (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/modules/hdmi/hal/k6/hdmitx/
H A DhalHDMIUtilTx.c869 …#define DELAY_CNT(SpeedKHz) ((u32FactorDelay/(SpeedKHz))-((u32Parameter1+u32AdjParam)-((SpeedKHz)… in MHal_HDMITx_AdjustDDCFreq() macro
959 u32DDCDelayCount = DELAY_CNT(u32Speed_K); in MHal_HDMITx_AdjustDDCFreq()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/M7621/hdmitx/
H A DhalHDMIUtilTx.c869 …#define DELAY_CNT(SpeedKHz) ((u32FactorDelay/(SpeedKHz))-((u32Parameter1+u32AdjParam)-((SpeedKHz)… in MHal_HDMITx_AdjustDDCFreq() macro
959 u32DDCDelayCount = DELAY_CNT(u32Speed_K); in MHal_HDMITx_AdjustDDCFreq()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/k6lite/hdmitx/
H A DhalHDMIUtilTx.c869 …#define DELAY_CNT(SpeedKHz) ((u32FactorDelay/(SpeedKHz))-((u32Parameter1+u32AdjParam)-((SpeedKHz)… in MHal_HDMITx_AdjustDDCFreq() macro
959 u32DDCDelayCount = DELAY_CNT(u32Speed_K); in MHal_HDMITx_AdjustDDCFreq()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/curry/hdmitx/
H A DhalHDMIUtilTx.c869 …#define DELAY_CNT(SpeedKHz) ((u32FactorDelay/(SpeedKHz))-((u32Parameter1+u32AdjParam)-((SpeedKHz)… in MHal_HDMITx_AdjustDDCFreq() macro
959 u32DDCDelayCount = DELAY_CNT(u32Speed_K); in MHal_HDMITx_AdjustDDCFreq()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/kano/hdmitx/
H A DhalHDMIUtilTx.c869 …#define DELAY_CNT(SpeedKHz) ((u32FactorDelay/(SpeedKHz))-((u32Parameter1+u32AdjParam)-((SpeedKHz)… in MHal_HDMITx_AdjustDDCFreq() macro
959 u32DDCDelayCount = DELAY_CNT(u32Speed_K); in MHal_HDMITx_AdjustDDCFreq()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/maxim/hdmitx/
H A DhalHDMIUtilTx.c869 …#define DELAY_CNT(SpeedKHz) ((u32FactorDelay/(SpeedKHz))-((u32Parameter1+u32AdjParam)-((SpeedKHz)… in MHal_HDMITx_AdjustDDCFreq() macro
959 u32DDCDelayCount = DELAY_CNT(u32Speed_K); in MHal_HDMITx_AdjustDDCFreq()
/utopia/UTPA2-700.0.x/modules/swi2c/api/swi2c/
H A DapiSWI2C.c515 #define DELAY_CNT(SpeedKHz) ((u32FactorDelay/(SpeedKHz))-((u32Parameter1+u32AdjParam)-((SpeedKHz)/… in IIC_CfgSpeedParam() macro
566 u32DelayCount[u8BusNum] = DELAY_CNT(u32Speed_K); in IIC_CfgSpeedParam()