Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.c513 port_mapping->module = module; in mlxsw_sp_port_module_info_parse()
515 port_mapping->width = width; in mlxsw_sp_port_module_info_parse()
544 port_mapping->module); in mlxsw_sp_port_module_map()
562 port_mapping->module); in mlxsw_sp_port_module_map()
1773 port_mapping->module); in mlxsw_sp_port_create()
1911 mlxsw_sp->port_mapping[local_port] = port_mapping; in mlxsw_sp_port_mapping_events_work()
2020 port_mapping = &mlxsw_sp->port_mapping[i]; in mlxsw_sp_ports_create()
2021 if (!port_mapping->width) in mlxsw_sp_ports_create()
2056 if (!mlxsw_sp->port_mapping) in mlxsw_sp_port_module_info_init()
2060 port_mapping = &mlxsw_sp->port_mapping[i]; in mlxsw_sp_port_module_info_init()
[all …]
H A Dspectrum.h165 struct mlxsw_sp_port_mapping *port_mapping; member
/linux-6.15/sound/soc/fsl/
H A 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.15/drivers/gpu/drm/i915/display/
H A 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()