Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_tx/
H A Dmipi_tx_hal.c255 unsigned char temp0; in mipi_tx_drv_get_phy_clk_prepare() local
258 temp0 = ((g_actual_phy_data_rate * TCLK_PREPARE + ROUNDUP_VALUE) / INNER_PEROID - 1 + in mipi_tx_drv_get_phy_clk_prepare()
263 if (temp0 > 0) { /* 0 is the minimum */ in mipi_tx_drv_get_phy_clk_prepare()
264 temp1 = temp0; in mipi_tx_drv_get_phy_clk_prepare()
271 if (temp0 > 0) { in mipi_tx_drv_get_phy_clk_prepare()
272 *clk_prepare = temp0 - 1; in mipi_tx_drv_get_phy_clk_prepare()
278 if (temp0 > 0) { /* 0 is the minimum */ in mipi_tx_drv_get_phy_clk_prepare()
279 *clk_prepare = temp0; in mipi_tx_drv_get_phy_clk_prepare()
288 unsigned char temp0; in mipi_tx_drv_get_phy_data_prepare() local
292 temp0 in mipi_tx_drv_get_phy_data_prepare()
[all...]
/device/soc/hisilicon/common/platform/mipi_dsi/
H A Dmipi_tx_hi35xx.c192 unsigned char temp0; in MipiTxDrvGetPhyClkPrepare() local
195 temp0 = ((g_actualPhyDataRate * TCLK_PREPARE + ROUNDUP_VALUE) / INNER_PEROID - 1 + in MipiTxDrvGetPhyClkPrepare()
200 if (temp0 > 0) { /* 0 is the minimum */ in MipiTxDrvGetPhyClkPrepare()
201 temp1 = temp0; in MipiTxDrvGetPhyClkPrepare()
208 if (temp0 > 0) { in MipiTxDrvGetPhyClkPrepare()
209 *clkPrepare = temp0 - 1; in MipiTxDrvGetPhyClkPrepare()
215 if (temp0 > 0) { /* 0 is the minimum */ in MipiTxDrvGetPhyClkPrepare()
216 *clkPrepare = temp0; in MipiTxDrvGetPhyClkPrepare()
225 unsigned char temp0; in MipiTxDrvGetPhyDataPrepare() local
229 temp0 in MipiTxDrvGetPhyDataPrepare()
[all...]

Completed in 2 milliseconds