Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/mipi_dsi/
H A Dmipi_tx_hi35xx.c36 unsigned int g_actualPhyDataRate; variable
195 temp0 = ((g_actualPhyDataRate * TCLK_PREPARE + ROUNDUP_VALUE) / INNER_PEROID - 1 + in MipiTxDrvGetPhyClkPrepare()
196 ((g_actualPhyDataRate * PREPARE_COMPENSATE + ROUNDUP_VALUE) / INNER_PEROID) - in MipiTxDrvGetPhyClkPrepare()
197 ((((g_actualPhyDataRate * TCLK_PREPARE + ROUNDUP_VALUE) / INNER_PEROID + in MipiTxDrvGetPhyClkPrepare()
198 ((g_actualPhyDataRate * PREPARE_COMPENSATE + ROUNDUP_VALUE) / INNER_PEROID)) * INNER_PEROID - in MipiTxDrvGetPhyClkPrepare()
199 PREPARE_COMPENSATE * g_actualPhyDataRate - TCLK_PREPARE * g_actualPhyDataRate) / INNER_PEROID)); in MipiTxDrvGetPhyClkPrepare()
206 if (((temp1 + 1) * INNER_PEROID - PREPARE_COMPENSATE * g_actualPhyDataRate) > /* temp + 1 is next level period */ in MipiTxDrvGetPhyClkPrepare()
207 94 * g_actualPhyDataRate) { /* 94 is the maximum in mipi protocol */ in MipiTxDrvGetPhyClkPrepare()
229 temp0 = ((g_actualPhyDataRate * THS_PREPAR in MipiTxDrvGetPhyDataPrepare()
[all...]

Completed in 2 milliseconds