Home
last modified time | relevance | path

Searched refs:port_mapping (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.c467 struct mlxsw_sp_port_mapping *port_mapping) in mlxsw_sp_port_module_info_parse() argument
513 port_mapping->module = module; in mlxsw_sp_port_module_info_parse()
514 port_mapping->slot_index = slot_index; in mlxsw_sp_port_module_info_parse()
515 port_mapping->width = width; in mlxsw_sp_port_module_info_parse()
516 port_mapping->module_width = width; in mlxsw_sp_port_module_info_parse()
517 port_mapping->lane = mlxsw_reg_pmlp_tx_lane_get(pmlp_pl, 0); in mlxsw_sp_port_module_info_parse()
523 struct mlxsw_sp_port_mapping *port_mapping) in mlxsw_sp_port_module_info_get() argument
533 pmlp_pl, port_mapping); in mlxsw_sp_port_module_info_get()
538 const struct mlxsw_sp_port_mapping *port_mapping) in mlxsw_sp_port_module_map() argument
543 mlxsw_env_module_port_map(mlxsw_sp->core, port_mapping->slot_index, in mlxsw_sp_port_module_map()
[all …]
Dspectrum.h165 struct mlxsw_sp_port_mapping *port_mapping; member
/linux-6.14.4/sound/soc/fsl/
Dimx-audmux.c175 static const uint8_t port_mapping[] = { variable
187 if (port >= ARRAY_SIZE(port_mapping)) in imx_audmux_v1_configure_port()
190 writel(pcr, audmux_base + port_mapping[port]); in imx_audmux_v1_configure_port()
/linux-6.14.4/drivers/gpu/drm/i915/display/
Dintel_bios.c2321 const int port_mapping[][3], u8 dvo_port) in __dvo_port_to_port()
2328 if (port_mapping[port][i] == -1) in __dvo_port_to_port()
2331 if (dvo_port == port_mapping[port][i]) in __dvo_port_to_port()
2346 static const int port_mapping[][3] = { in dvo_port_to_port() local
2409 return __dvo_port_to_port(ARRAY_SIZE(port_mapping), in dvo_port_to_port()
2410 ARRAY_SIZE(port_mapping[0]), in dvo_port_to_port()
2411 port_mapping, in dvo_port_to_port()