Searched refs:lane_mbps (Results 1 – 5 of 5) sorted by relevance
/u-boot/drivers/video/ |
A D | sandbox_dsi_host.c | 60 unsigned int lane_mbps; in sandbox_dsi_host_enable() local 65 MIPI_DSI_FMT_RGB888, &lane_mbps); in sandbox_dsi_host_enable()
|
A D | dw_mipi_dsi.c | 224 unsigned int lane_mbps; /* per lane */ member 508 esc_clk_division = (dsi->lane_mbps >> 3) / esc_rate + 1; in dw_mipi_dsi_init_pll() 607 lbcc = hcomponent * dsi->lane_mbps * MSEC_PER_SEC / 8; in dw_mipi_dsi_get_hcomponent_lbcc() 665 phy_ops->get_timing(dsi->device, dsi->lane_mbps, &timing); in dw_mipi_dsi_dphy_timing_config() 751 device->format, &dsi->lane_mbps); in dw_mipi_dsi_bridge_set()
|
/u-boot/test/dm/ |
A D | dsi_host.c | 30 unsigned int *lane_mbps) in dm_test_dsi_host_phy_get_lane_mbps() argument
|
/u-boot/include/ |
A D | mipi_dsi.h | 122 u32 lanes, u32 format, unsigned int *lane_mbps); 124 int (*get_timing)(void *priv_data, unsigned int lane_mbps,
|
/u-boot/drivers/video/stm32/ |
A D | stm32_dsi.c | 266 u32 lanes, u32 format, unsigned int *lane_mbps) in dsi_get_lane_mbps() argument 328 *lane_mbps = pll_out_khz / 1000; in dsi_get_lane_mbps() 331 pll_in_khz, pll_out_khz, *lane_mbps); in dsi_get_lane_mbps()
|
Completed in 8 milliseconds