Home
last modified time | relevance | path

Searched refs:u32FactorDelay (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()
871 MS_U32 u32FactorDelay = 50400UL; in MHal_HDMITx_AdjustDDCFreq() local
893 u32FactorDelay = u32CpuSpeedMHz * 100; 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()
871 MS_U32 u32FactorDelay = 50400UL; in MHal_HDMITx_AdjustDDCFreq() local
893 u32FactorDelay = u32CpuSpeedMHz * 100; 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()
871 MS_U32 u32FactorDelay = 50400UL; in MHal_HDMITx_AdjustDDCFreq() local
893 u32FactorDelay = u32CpuSpeedMHz * 100; 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()
871 MS_U32 u32FactorDelay = 50400UL; in MHal_HDMITx_AdjustDDCFreq() local
893 u32FactorDelay = u32CpuSpeedMHz * 100; 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()
871 MS_U32 u32FactorDelay = 50400UL; in MHal_HDMITx_AdjustDDCFreq() local
893 u32FactorDelay = u32CpuSpeedMHz * 100; 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()
871 MS_U32 u32FactorDelay = 50400UL; in MHal_HDMITx_AdjustDDCFreq() local
893 u32FactorDelay = u32CpuSpeedMHz * 100; 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()
517 MS_U32 u32FactorDelay = 50400UL; in IIC_CfgSpeedParam() local
525 u32FactorDelay = u32CpuSpeedMHz * 100; in IIC_CfgSpeedParam()