Home
last modified time | relevance | path

Searched refs:comphy_map_data (Results 1 – 5 of 5) sorted by relevance

/u-boot/drivers/phy/marvell/
A Dcomphy_mux.c28 lane++, comphy_map_data++, mux_data++) { in comphy_mux_check_config()
30 if (comphy_map_data->type == COMPHY_TYPE_IGNORE) in comphy_mux_check_config()
36 if (mux_opt->type == comphy_map_data->type) { in comphy_mux_check_config()
43 lane, comphy_map_data->type); in comphy_mux_check_config()
46 comphy_map_data->type = COMPHY_TYPE_UNCONNECTED; in comphy_mux_check_config()
49 lane, comphy_map_data->type); in comphy_mux_check_config()
79 struct comphy_map *comphy_map_data, in comphy_mux_reg_write() argument
89 lane++, comphy_map_data++, mux_data++) { in comphy_mux_reg_write()
90 if (comphy_map_data->type == COMPHY_TYPE_IGNORE) in comphy_mux_reg_write()
104 comphy_map_data->type, in comphy_mux_reg_write()
[all …]
A Dcomphy_core.c55 struct comphy_map *comphy_map_data) in comphy_print() argument
60 lane++, comphy_map_data++) { in comphy_print()
61 if (comphy_map_data->speed == COMPHY_SPEED_INVALID) { in comphy_print()
63 get_type_string(comphy_map_data->type)); in comphy_print()
66 get_type_string(comphy_map_data->type), in comphy_print()
67 get_speed_string(comphy_map_data->speed)); in comphy_print()
127 chip_cfg->ptr_comphy_chip_init(chip_cfg, chip_cfg->comphy_map_data); in comphy_probe()
130 comphy_print(chip_cfg, chip_cfg->comphy_map_data); in comphy_probe()
A Dcomphy_core.h54 struct comphy_map comphy_map_data[MAX_LANE_OPTIONS]; member
166 struct comphy_map *comphy_map_data,
A Dcomphy_cp110.c116 u32 type = ptr_chip_cfg->comphy_map_data[lane].type; in comphy_cp110_sfi_rx_training()
585 cfg->comphy_map_data[lane].type = in comphy_cp110_init_serdes_map()
589 if (cfg->comphy_map_data[lane].type == COMPHY_TYPE_INVALID) { in comphy_cp110_init_serdes_map()
595 cfg->comphy_map_data[lane].speed = in comphy_cp110_init_serdes_map()
599 cfg->comphy_map_data[lane].invert = in comphy_cp110_init_serdes_map()
603 cfg->comphy_map_data[lane].clk_src = in comphy_cp110_init_serdes_map()
606 cfg->comphy_map_data[lane].end_point = in comphy_cp110_init_serdes_map()
A Dcomphy_a3700.c1041 if (cfg->comphy_map_data[lane].type != COMPHY_TYPE_UNCONNECTED) { in comphy_a3700_fill_cfg()
1063 cfg->comphy_map_data[lane].type = type; in comphy_a3700_fill_cfg()
1064 cfg->comphy_map_data[lane].speed = speed; in comphy_a3700_fill_cfg()
1065 cfg->comphy_map_data[lane].invert = invert; in comphy_a3700_fill_cfg()
1094 cfg->comphy_map_data[i].type = COMPHY_TYPE_UNCONNECTED; in comphy_a3700_init_serdes_map()
1095 cfg->comphy_map_data[i].speed = COMPHY_SPEED_INVALID; in comphy_a3700_init_serdes_map()

Completed in 18 milliseconds