Searched refs:nlanes (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/media/pci/intel/ipu6/ |
| H A D | ipu6-isys-jsl-phy.c | 64 unsigned int nlanes) in ipu6_isys_csi2_phy_config_by_port() argument 71 dev_dbg(dev, "port %u with %u lanes", port, nlanes); in ipu6_isys_csi2_phy_config_by_port() 103 phy_port_cfg[i][1] == nlanes) { in ipu6_isys_csi2_phy_config_by_port() 140 unsigned int port, unsigned int nlanes) in ipu6_isys_csi2_set_port_cfg() argument 146 switch (nlanes) { in ipu6_isys_csi2_set_port_cfg() 157 dev_err(dev, "lanes nr %u is unsupported\n", nlanes); in ipu6_isys_csi2_set_port_cfg() 161 dev_dbg(dev, "port config for port %u with %u lanes\n", port, nlanes); in ipu6_isys_csi2_set_port_cfg() 172 unsigned int port, unsigned int nlanes) in ipu6_isys_csi2_set_timing() argument 182 dev_dbg(dev, "set timing for port %u with %u lanes\n", port, nlanes); in ipu6_isys_csi2_set_timing() 193 for (i = 0; i < nlanes; i++) { in ipu6_isys_csi2_set_timing() [all …]
|
| H A D | ipu6-isys-mcd-phy.c | 597 if (!(cfg->nlanes == 4 || cfg->nlanes == 2 || cfg->nlanes == 1)) in ipu6_isys_driver_port_to_phy_port() 613 if (cfg->nlanes == 4 && !(phy_port == 0 || phy_port == 2)) in ipu6_isys_driver_port_to_phy_port() 615 else if ((cfg->nlanes == 2 || cfg->nlanes == 1) && in ipu6_isys_driver_port_to_phy_port() 639 cfg.nlanes = s_asd->csi2.nlanes; in ipu6_isys_mcd_phy_config() 643 cfg.nlanes); in ipu6_isys_mcd_phy_config() 650 cfg.nlanes); in ipu6_isys_mcd_phy_config() 652 phy_config_regs = config_regs[cfg.nlanes / 2]; in ipu6_isys_mcd_phy_config() 682 cfg->nlanes); in ipu6_isys_mcd_phy_set_power()
|
| /linux/drivers/gpu/drm/msm/dp/ |
| H A D | dp_ctrl.c | 88 int nlanes; /* no.of.lanes */ member 477 int nlanes; member 588 int nlanes = in->nlanes; in msm_dp_panel_update_tu_timings() local 608 tu->nlanes = in->nlanes; in msm_dp_panel_update_tu_timings() 657 eoc_bytes = dsc_num_bytes % nlanes; in msm_dp_panel_update_tu_timings() 658 tot_num_eoc_symbols = nlanes * dsc_num_slices; in msm_dp_panel_update_tu_timings() 660 tot_num_dummy_bytes = (nlanes - eoc_bytes) * dsc_num_slices; in msm_dp_panel_update_tu_timings() 721 temp1_fp = drm_fixp_from_fraction(tu->nlanes, 1); in _tu_valid_boundary_calc() 735 temp1_fp = drm_fixp_from_fraction(tu->n_tus, tu->nlanes); in _tu_valid_boundary_calc() 785 tu->even_distribution = tu->n_tus % tu->nlanes == 0 ? 1 : 0; in _tu_valid_boundary_calc() [all …]
|
| /linux/drivers/gpu/drm/bridge/cadence/ |
| H A D | cdns-mhdp8546-core.c | 494 int cdns_mhdp_adjust_lt(struct cdns_mhdp_device *mhdp, unsigned int nlanes, in cdns_mhdp_adjust_lt() argument 503 if (nlanes != 4 && nlanes != 2 && nlanes != 1) { in cdns_mhdp_adjust_lt() 504 dev_err(mhdp->dev, "invalid number of lanes: %u\n", nlanes); in cdns_mhdp_adjust_lt() 509 payload[0] = nlanes; in cdns_mhdp_adjust_lt() 511 memcpy(payload + 3, lanes_data, nlanes); in cdns_mhdp_adjust_lt()
|
| /linux/Documentation/driver-api/nvdimm/ |
| H A D | btt.rst | 158 concurrently, 'nlanes' is the number of IOs the BTT device as a whole can 161 nlanes = min(nfree, num_cpus)
|
| /linux/drivers/phy/cadence/ |
| H A D | cdns-dphy.c | 76 unsigned int nlanes; member
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_display.c | 2494 intel_link_compute_m_n(u16 bits_per_pixel_x16, int nlanes, in intel_link_compute_m_n() argument 2502 u32 data_n = drm_dp_max_dprx_data_rate(link_clock, nlanes); in intel_link_compute_m_n()
|