Home
last modified time | relevance | path

Searched refs:serdes_map (Results 1 – 17 of 17) sorted by relevance

/external/u-boot/arch/arm/mach-mvebu/serdes/a38x/
Dctrl_pex.c20 int hws_pex_config(const struct serdes_map *serdes_map, u8 count) in hws_pex_config() argument
30 serdes_type = serdes_map[idx].serdes_type; in hws_pex_config()
37 ((serdes_map[idx].serdes_mode == PEX_ROOT_COMPLEX_X4) || in hws_pex_config()
38 (serdes_map[idx].serdes_mode == PEX_END_POINT_X4))) { in hws_pex_config()
54 serdes_type = serdes_map[idx].serdes_type; in hws_pex_config()
56 ((serdes_map[idx].serdes_mode == PEX_ROOT_COMPLEX_X4) || in hws_pex_config()
57 (serdes_map[idx].serdes_mode == PEX_END_POINT_X4))) { in hws_pex_config()
91 serdes_type = serdes_map[idx].serdes_type; in hws_pex_config()
105 ((serdes_map[idx].serdes_mode == PEX_ROOT_COMPLEX_X4) || in hws_pex_config()
106 (serdes_map[idx].serdes_mode == PEX_END_POINT_X4))) { in hws_pex_config()
[all …]
Dhigh_speed_env_spec.h81 struct serdes_map { struct
217 int hws_board_topology_load(struct serdes_map **serdes_map, u8 *count);
222 int hws_power_up_serdes_lanes(struct serdes_map *serdes_map, u8 count);
239 int hws_update_serdes_phy_selectors(struct serdes_map *serdes_map, u8 count);
246 int hws_pex_tx_config_seq(const struct serdes_map *serdes_map, u8 count);
Dhigh_speed_env_spec.c1362 static void print_topology_details(const struct serdes_map *serdes_map, in print_topology_details() argument
1372 if (serdes_map[lane_num].serdes_type == DEFAULT_SERDES) in print_topology_details()
1377 DEBUG_INIT_D(serdes_map[lane_num].serdes_speed, 2); in print_topology_details()
1380 serdes_type_to_string[serdes_map[lane_num]. in print_topology_details()
1414 struct serdes_map *serdes_map; in serdes_phy_config() local
1432 CHECK_STATUS(hws_board_topology_load(&serdes_map, &serdes_count)); in serdes_phy_config()
1439 print_topology_details(serdes_map, serdes_count); in serdes_phy_config()
1446 CHECK_STATUS(hws_power_up_serdes_lanes(serdes_map, serdes_count)); in serdes_phy_config()
1470 int hws_power_up_serdes_lanes(struct serdes_map *serdes_map, u8 count) in hws_power_up_serdes_lanes() argument
1492 CHECK_STATUS(hws_update_serdes_phy_selectors(serdes_map, count)); in hws_power_up_serdes_lanes()
[all …]
Dctrl_pex.h81 int hws_pex_config(const struct serdes_map *serdes_map, u8 count);
/external/u-boot/drivers/phy/marvell/
Dcomphy_core.h137 struct comphy_map *serdes_map);
140 struct comphy_map *serdes_map) in comphy_a3700_init() argument
152 struct comphy_map *serdes_map);
155 struct comphy_map *serdes_map) in comphy_cp110_init() argument
173 struct comphy_map *serdes_map);
175 struct comphy_map *serdes_map);
Dcomphy_cp110.c1929 struct comphy_map *serdes_map) in comphy_mux_cp110_init() argument
1947 comphy_map_pipe_data[lane].type = serdes_map[lane].type; in comphy_mux_cp110_init()
1948 comphy_map_pipe_data[lane].speed = serdes_map[lane].speed; in comphy_mux_cp110_init()
1949 comphy_map_phy_data[lane].type = serdes_map[lane].type; in comphy_mux_cp110_init()
1950 comphy_map_phy_data[lane].speed = serdes_map[lane].speed; in comphy_mux_cp110_init()
1963 serdes_map[lane].type = PHY_TYPE_UNCONNECTED; in comphy_mux_cp110_init()
1968 struct comphy_map *serdes_map) in comphy_cp110_init() argument
1982 comphy_mux_cp110_init(ptr_chip_cfg, serdes_map); in comphy_cp110_init()
1985 for (lane = 0, ptr_comphy_map = serdes_map; lane < 4; in comphy_cp110_init()
1992 for (lane = 0, ptr_comphy_map = serdes_map; lane < comphy_max_count; in comphy_cp110_init()
[all …]
Dcomphy_a3700.c966 struct comphy_map *serdes_map) in comphy_a3700_init() argument
976 comphy_mux_init(chip_cfg, serdes_map, COMPHY_SEL_ADDR); in comphy_a3700_init()
978 for (lane = 0, comphy_map = serdes_map; lane < comphy_max_count; in comphy_a3700_init()
Dcomphy_core.c69 __weak int comphy_update_map(struct comphy_map *serdes_map, int count) in comphy_update_map() argument
/external/u-boot/board/kobol/helios4/
Dhelios4.c32 static struct serdes_map board_serdes_map[] = {
41 int hws_board_topology_load(struct serdes_map **serdes_map_array, u8 *count) in hws_board_topology_load()
/external/u-boot/board/CZ.NIC/turris_mox/
Dturris_mox.c198 int comphy_update_map(struct comphy_map *serdes_map, int count) in comphy_update_map() argument
218 serdes_map[0].speed = PHY_SPEED_1_25G; in comphy_update_map()
220 serdes_map[0].speed = PHY_SPEED_3_125G; in comphy_update_map()
222 serdes_map[0].speed = PHY_SPEED_1_25G; in comphy_update_map()
224 serdes_map[0].speed = PHY_SPEED_3_125G; in comphy_update_map()
/external/u-boot/board/Marvell/db-88f6820-amc/
Ddb-88f6820-amc.c33 static struct serdes_map board_serdes_map[] = {
42 int hws_board_topology_load(struct serdes_map **serdes_map_array, u8 *count) in hws_board_topology_load()
/external/u-boot/board/solidrun/clearfog/
Dclearfog.c31 static struct serdes_map board_serdes_map[] = {
40 int hws_board_topology_load(struct serdes_map **serdes_map_array, u8 *count) in hws_board_topology_load()
/external/u-boot/board/Marvell/db-88f6820-gp/
Ddb-88f6820-gp.c54 static struct serdes_map board_serdes_map[] = {
63 int hws_board_topology_load(struct serdes_map **serdes_map_array, u8 *count) in hws_board_topology_load()
/external/u-boot/board/alliedtelesis/x530/
Dx530.c29 static struct serdes_map board_serdes_map[] = {
38 int hws_board_topology_load(struct serdes_map **serdes_map_array, u8 *count) in hws_board_topology_load()
/external/u-boot/board/gdsys/a38x/
Dcontrolcenterdc.c75 static struct serdes_map serdes_topology_map[] = {
85 int hws_board_topology_load(struct serdes_map **serdes_map_array, u8 *count) in hws_board_topology_load()
/external/u-boot/board/CZ.NIC/turris_omnia/
Dturris_omnia.c72 static struct serdes_map board_serdes_map_pex[] = {
81 static struct serdes_map board_serdes_map_sata[] = {
183 int hws_board_topology_load(struct serdes_map **serdes_map_array, u8 *count) in hws_board_topology_load()
/external/u-boot/include/mvebu/
Dcomphy.h19 int comphy_update_map(struct comphy_map *serdes_map, int count);