Searched refs:phy_data_rate (Results 1 - 8 of 8) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_tx/ |
H A D | mipi_tx_hal.c | 153 static unsigned char mipi_tx_drv_get_phy_pll_set0(unsigned int phy_data_rate) in mipi_tx_drv_get_phy_pll_set0() argument 158 if (phy_data_rate > 750) { // 750 is data rate value, Different values correspond to different pll_set. in mipi_tx_drv_get_phy_pll_set0() 160 } else if (phy_data_rate > 375) { // 375 is data rate value, Different values correspond to different pll_set. in mipi_tx_drv_get_phy_pll_set0() 162 } else if (phy_data_rate > 188) { // 188 is data rate value, Different values correspond to different pll_set. in mipi_tx_drv_get_phy_pll_set0() 164 } else if (phy_data_rate > 94) { // 94 is data rate value, Different values correspond to different pll_set. in mipi_tx_drv_get_phy_pll_set0() 172 static void mipi_tx_drv_get_phy_pll_set1_set5(unsigned int phy_data_rate, in mipi_tx_drv_get_phy_pll_set1_set5() argument 180 datarate_clk = (phy_data_rate + MIPI_TX_REF_CLK - 1) / MIPI_TX_REF_CLK; in mipi_tx_drv_get_phy_pll_set1_set5() 205 static void mipi_tx_drv_set_phy_pll_setx(unsigned int phy_data_rate) in mipi_tx_drv_set_phy_pll_setx() argument 217 pll_set0 = mipi_tx_drv_get_phy_pll_set0(phy_data_rate); in mipi_tx_drv_set_phy_pll_setx() 221 mipi_tx_drv_get_phy_pll_set1_set5(phy_data_rate, pll_set in mipi_tx_drv_set_phy_pll_setx() [all...] |
H A D | hi_mipi_tx.h | 74 unsigned int phy_data_rate; /* mbps */ member
|
H A D | mipi_tx.c | 329 "devno", "lane0", "lane1", "lane2", "lane3", "output_mode", "phy_data_rate", "pixel_clk(KHz)", in mipi_tx_proc_dev_show() 339 pdev_cfg->phy_data_rate, in mipi_tx_proc_dev_show()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | hi_mipi_tx.h | 71 unsigned int phy_data_rate; /* mbps */ member
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | hi_mipi_tx.h | 71 unsigned int phy_data_rate; /* mbps */ member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/ |
H A D | sample_comm_vo.c | 58 .phy_data_rate = 945, 79 .phy_data_rate = 945,
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/smp/ |
H A D | sample_media_ai.c | 195 pstMipiTxConfig->phy_data_rate = 359; // 359: MIPI Tx output rate
in SAMPLE_GetMipiTxConfig()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/helloworld/smp/ |
H A D | sample_lcd.c | 161 pstMipiTxConfig->phy_data_rate = 359; // 359: MIPI Tx output rate
in SAMPLE_GetMipiTxConfig()
|
Completed in 10 milliseconds