Home
last modified time | relevance | path

Searched refs:phyDataRate (Results 1 – 8 of 8) sorted by relevance

/device/soc/hisilicon/common/platform/mipi_dsi/
Dmipi_tx_hi35xx.c94 static unsigned char MipiTxDrvGetPhyPllSet0(unsigned int phyDataRate) in MipiTxDrvGetPhyPllSet0() argument
99 if (phyDataRate > 750) { /* 750: mipi clk */ in MipiTxDrvGetPhyPllSet0()
101 } else if (phyDataRate > 375) { /* 375: mipi clk */ in MipiTxDrvGetPhyPllSet0()
103 } else if (phyDataRate > 188) { /* 188: mipi clk */ in MipiTxDrvGetPhyPllSet0()
105 } else if (phyDataRate > 94) { /* 94: mipi clk */ in MipiTxDrvGetPhyPllSet0()
113 static void MipiTxDrvGetPhyPllSet1Set5(unsigned int phyDataRate, in MipiTxDrvGetPhyPllSet1Set5() argument
121 dataRateClk = (phyDataRate + MIPI_TX_REF_CLK - 1) / MIPI_TX_REF_CLK; in MipiTxDrvGetPhyPllSet1Set5()
146 static void MipiTxDrvSetPhyPllSetX(unsigned int phyDataRate) in MipiTxDrvSetPhyPllSetX() argument
158 pllSet0 = MipiTxDrvGetPhyPllSet0(phyDataRate); in MipiTxDrvSetPhyPllSetX()
161 MipiTxDrvGetPhyPllSet1Set5(phyDataRate, pllSet0, &pllSet1, &pllSet5); in MipiTxDrvSetPhyPllSetX()
[all …]
Dmipi_dsi_define.h70 unsigned int phyDataRate; /* mbps */ member
/device/soc/bestechnic/bes2600/liteos_m/components/drivers/display/hal/panel/
Drm69330.c114 cfg.phyDataRate = CalcDataRate(panelInfo); in PanelInit()
Dicna3311.c131 cfg.phyDataRate = CalcDataRate(panelInfo); in PanelInit()
Dili9488.c162 cfg.phyDataRate = CalcDataRate(panelInfo); in PanelInit()
Da064.c218 cfg.phyDataRate = CalcDataRate(panelInfo); in PanelInit()
/device/soc/bestechnic/bes2600/liteos_m/components/drivers/mipi_dsi/
Dmipi_dsi.c130 uint32_t dsi_bitclk = cntlr->cfg.phyDataRate; in MipiDsiDevSetCntlrCfg()
/device/board/fnlink/drivers/liteos_m/display/
Dzzw395.c180 cfg.phyDataRate = CalcDataRate(panelInfo); in PanelInit()