Home
last modified time | relevance | path

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

/drivers/hdf_core/adapter/khdf/linux/platform/mipi_dsi/
Dmipi_tx_hi35xx.c106 static unsigned char MipiTxDrvGetPhyPllSet0(unsigned int phyDataRate) in MipiTxDrvGetPhyPllSet0() argument
111 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() argument
134 dataRateClk = (int)(phyDataRate + MIPI_TX_REF_CLK - 1) / MIPI_TX_REF_CLK; in MipiTxDrvGetPhyPllSet1Set5()
164 static void MipiTxDrvSetPhyPllSetX(unsigned int phyDataRate) in MipiTxDrvSetPhyPllSetX() argument
176 pllSet0 = MipiTxDrvGetPhyPllSet0(phyDataRate); in MipiTxDrvSetPhyPllSetX()
179 MipiTxDrvGetPhyPllSet1Set5(phyDataRate, pllSet0, &pllSet1, &pllSet5); in MipiTxDrvSetPhyPllSetX()
[all …]
Dmipi_dsi_define.h74 unsigned int phyDataRate; /* mbps */ member
Dmipi_tx_dev.c595 cfg->phyDataRate, in MipiDsiDevProcDevShow()
/drivers/hdf_core/framework/test/unittest/platform/common/
Dmipi_dsi_test.c67 a->phyDataRate == b->phyDataRate && in CmpStVal()
210 test.cfg.phyDataRate = 379; /* 379: mipi clk */ in MipiDsiTestBind()
/drivers/hdf_core/framework/include/platform/
Dmipi_dsi_if.h171 uint32_t phyDataRate; member
/drivers/hdf_core/framework/model/display/driver/adapter_soc/
Dhi35xx_disp.c223 cfg.phyDataRate = CalcDataRate(info); in MipiDsiInit()
230 HDF_LOGI("%s:pixelClk = %d, phyDataRate = %u", __func__, cfg.pixelClk, cfg.phyDataRate); in MipiDsiInit()