Home
last modified time | relevance | path

Searched refs:pllSet5 (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/common/platform/mipi_dsi/
H A Dmipi_tx_hi35xx.c116 unsigned char *pllSet5) in MipiTxDrvGetPhyPllSet1Set5()
123 /* to get pllSet1 and pllSet5, the parameters come from algorithm */ in MipiTxDrvGetPhyPllSet1Set5()
126 } else if (pllSet0 / 2 == 5) { /* 2: pll, 5: pllSet5 */ in MipiTxDrvGetPhyPllSet1Set5()
137 *pllSet5 = (dataRateClk * pllRef - 1) / 2; /* 2: pllRef sel */ in MipiTxDrvGetPhyPllSet1Set5()
140 *pllSet5 = dataRateClk * pllRef / 2 - 1; /* 2: pllRef sel */ in MipiTxDrvGetPhyPllSet1Set5()
155 unsigned char pllSet5; in MipiTxDrvSetPhyPllSetX() local
161 MipiTxDrvGetPhyPllSet1Set5(phyDataRate, pllSet0, &pllSet1, &pllSet5); in MipiTxDrvSetPhyPllSetX()
174 /* pllSet5 */ in MipiTxDrvSetPhyPllSetX()
175 SetPhyReg(PLL_SET5, pllSet5); in MipiTxDrvSetPhyPllSetX()
113 MipiTxDrvGetPhyPllSet1Set5(unsigned int phyDataRate, unsigned char pllSet0, unsigned char *pllSet1, unsigned char *pllSet5) MipiTxDrvGetPhyPllSet1Set5() argument

Completed in 2 milliseconds