Searched refs:phyDataRate (Results 1 – 8 of 8) sorted by relevance
94 static unsigned char MipiTxDrvGetPhyPllSet0(unsigned int phyDataRate) in MipiTxDrvGetPhyPllSet0() argument99 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() argument121 dataRateClk = (phyDataRate + MIPI_TX_REF_CLK - 1) / MIPI_TX_REF_CLK; in MipiTxDrvGetPhyPllSet1Set5()146 static void MipiTxDrvSetPhyPllSetX(unsigned int phyDataRate) in MipiTxDrvSetPhyPllSetX() argument158 pllSet0 = MipiTxDrvGetPhyPllSet0(phyDataRate); in MipiTxDrvSetPhyPllSetX()161 MipiTxDrvGetPhyPllSet1Set5(phyDataRate, pllSet0, &pllSet1, &pllSet5); in MipiTxDrvSetPhyPllSetX()[all …]
70 unsigned int phyDataRate; /* mbps */ member
114 cfg.phyDataRate = CalcDataRate(panelInfo); in PanelInit()
131 cfg.phyDataRate = CalcDataRate(panelInfo); in PanelInit()
162 cfg.phyDataRate = CalcDataRate(panelInfo); in PanelInit()
218 cfg.phyDataRate = CalcDataRate(panelInfo); in PanelInit()
130 uint32_t dsi_bitclk = cntlr->cfg.phyDataRate; in MipiDsiDevSetCntlrCfg()
180 cfg.phyDataRate = CalcDataRate(panelInfo); in PanelInit()