Searched refs:serdes_id (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/arch/arm/mach-mvebu/serdes/a38x/ |
D | high_speed_env_spec.c | 793 u32 hws_serdes_topology_verify(enum serdes_type serdes_type, u32 serdes_id, in hws_serdes_topology_verify() argument 802 __func__, serdes_type_to_string[serdes_type], serdes_id); in hws_serdes_topology_verify() 843 __func__, serdes_id, in hws_serdes_topology_verify() 848 __func__, serdes_id, in hws_serdes_topology_verify() 855 __func__, serdes_id, in hws_serdes_topology_verify() 1472 u32 serdes_id, serdes_lane_num; in hws_power_up_serdes_lanes() local 1495 for (serdes_id = 0; serdes_id < count; serdes_id++) { in hws_power_up_serdes_lanes() 1501 serdes_lane_num = hws_get_physical_serdes_num(serdes_id); in hws_power_up_serdes_lanes() 1502 serdes_type = serdes_map[serdes_id].serdes_type; in hws_power_up_serdes_lanes() 1503 serdes_speed = serdes_map[serdes_id].serdes_speed; in hws_power_up_serdes_lanes() [all …]
|
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
D | fsl_lsch3_serdes.c | 207 static int get_serdes_prctl_info_idx(u32 serdes_id) in get_serdes_prctl_info_idx() argument 215 if (srds_info->id == serdes_id) in get_serdes_prctl_info_idx() 222 static void do_enabled_lanes_reset(u32 serdes_id, u32 cfg, in do_enabled_lanes_reset() argument 229 pos = get_serdes_prctl_info_idx(serdes_id); in do_enabled_lanes_reset() 231 printf("invalid serdes_id %d\n", serdes_id); in do_enabled_lanes_reset()
|