Searched refs:phyDataRate (Results 1 – 6 of 6) sorted by relevance
106 static unsigned char MipiTxDrvGetPhyPllSet0(unsigned int phyDataRate) in MipiTxDrvGetPhyPllSet0() argument111 if (phyDataRate > 750) { /* 750: mipi clk */ in MipiTxDrvGetPhyPllSet0()113 } else if (phyDataRate > 375) { /* 375: mipi clk */ in MipiTxDrvGetPhyPllSet0()115 } else if (phyDataRate > 188) { /* 188: mipi clk */ in MipiTxDrvGetPhyPllSet0()117 } else if (phyDataRate > 94) { /* 94: mipi clk */ in MipiTxDrvGetPhyPllSet0()125 static void MipiTxDrvGetPhyPllSet1Set5(unsigned int phyDataRate, in MipiTxDrvGetPhyPllSet1Set5() argument134 dataRateClk = (int)(phyDataRate + MIPI_TX_REF_CLK - 1) / MIPI_TX_REF_CLK; in MipiTxDrvGetPhyPllSet1Set5()164 static void MipiTxDrvSetPhyPllSetX(unsigned int phyDataRate) in MipiTxDrvSetPhyPllSetX() argument176 pllSet0 = MipiTxDrvGetPhyPllSet0(phyDataRate); in MipiTxDrvSetPhyPllSetX()179 MipiTxDrvGetPhyPllSet1Set5(phyDataRate, pllSet0, &pllSet1, &pllSet5); in MipiTxDrvSetPhyPllSetX()[all …]
74 unsigned int phyDataRate; /* mbps */ member
595 cfg->phyDataRate, in MipiDsiDevProcDevShow()
67 a->phyDataRate == b->phyDataRate && in CmpStVal()210 test.cfg.phyDataRate = 379; /* 379: mipi clk */ in MipiDsiTestBind()
171 uint32_t phyDataRate; member
223 cfg.phyDataRate = CalcDataRate(info); in MipiDsiInit()230 HDF_LOGI("%s:pixelClk = %d, phyDataRate = %u", __func__, cfg.pixelClk, cfg.phyDataRate); in MipiDsiInit()