Home
last modified time | relevance | path

Searched refs:n_lanes (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/media/i2c/
H A Dvd56g3.c1149 u8 n_lanes; in vd56g3_check_csi_conf() local
1159 n_lanes = ep.bus.mipi_csi2.num_data_lanes; in vd56g3_check_csi_conf()
1160 if (n_lanes != 1 && n_lanes != 2) { in vd56g3_check_csi_conf()
1161 dev_err(sensor->dev, "Invalid data lane number: %d\n", n_lanes); in vd56g3_check_csi_conf()
1165 sensor->nb_of_lane = n_lanes; in vd56g3_check_csi_conf()
1178 for (l = 0; l < n_lanes; l++) in vd56g3_check_csi_conf()
1186 sensor->oif_ctrl = n_lanes | in vd56g3_check_csi_conf()
1199 frequency = (n_lanes == 2) ? VD56G3_LINK_FREQ_DEF_2LANES : in vd56g3_check_csi_conf()
H A Dvd55g1.c1753 u8 n_lanes; in vd55g1_check_csi_conf() local
1761 n_lanes = ep.bus.mipi_csi2.num_data_lanes; in vd55g1_check_csi_conf()
1762 if (n_lanes != 1) { in vd55g1_check_csi_conf()
1764 n_lanes); in vd55g1_check_csi_conf()
/linux/drivers/mmc/core/
H A Dsd_uhs2.c332 card->uhs2_config.n_lanes = in sd_uhs2_config_read()
527 if (card->uhs2_config.n_lanes == UHS2_DEV_CONFIG_2L_HD_FD && in sd_uhs2_config_write()
528 host->uhs2_caps.n_lanes == UHS2_DEV_CONFIG_2L_HD_FD) { in sd_uhs2_config_write()
539 if (card->uhs2_config.n_lanes == UHS2_DEV_CONFIG_2L_HD_FD && in sd_uhs2_config_write()
540 host->uhs2_caps.n_lanes == UHS2_DEV_CONFIG_2L_HD_FD) { in sd_uhs2_config_write()
/linux/include/linux/mmc/
H A Dcard.h222 u8 n_lanes; member
H A Dhost.h109 u8 n_lanes; member
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm1350 function write_vgpr_to_mem_with_sqc(vgpr, n_lanes, s_rsrc, s_mem_offset)
1362 s_cmp_eq_u32 s4, n_lanes
/linux/drivers/mmc/host/
H A Dsdhci-uhs2.c381 mmc->uhs2_caps.n_lanes = FIELD_GET(SDHCI_UHS2_CAPS_LANE_MASK, caps_gen); in sdhci_uhs2_init()