Searched refs:comphy_map_data (Results 1 – 5 of 5) sorted by relevance
| /drivers/phy/marvell/ |
| A D | comphy_mux.c | 27 lane++, comphy_map_data++, mux_data++) { in comphy_mux_check_config() 29 if (comphy_map_data->type == COMPHY_TYPE_IGNORE) in comphy_mux_check_config() 35 if (mux_opt->type == comphy_map_data->type) { in comphy_mux_check_config() 42 lane, comphy_map_data->type); in comphy_mux_check_config() 45 comphy_map_data->type = COMPHY_TYPE_UNCONNECTED; in comphy_mux_check_config() 48 lane, comphy_map_data->type); in comphy_mux_check_config() 78 struct comphy_map *comphy_map_data, in comphy_mux_reg_write() argument 88 lane++, comphy_map_data++, mux_data++) { in comphy_mux_reg_write() 89 if (comphy_map_data->type == COMPHY_TYPE_IGNORE) in comphy_mux_reg_write() 103 comphy_map_data->type, in comphy_mux_reg_write() [all …]
|
| A D | comphy_core.c | 54 struct comphy_map *comphy_map_data) in comphy_print() argument 59 lane++, comphy_map_data++) { in comphy_print() 60 if (comphy_map_data->speed == COMPHY_SPEED_INVALID) { in comphy_print() 62 get_type_string(comphy_map_data->type)); in comphy_print() 65 get_type_string(comphy_map_data->type), in comphy_print() 66 get_speed_string(comphy_map_data->speed)); in comphy_print() 126 chip_cfg->ptr_comphy_chip_init(chip_cfg, chip_cfg->comphy_map_data); in comphy_probe() 129 comphy_print(chip_cfg, chip_cfg->comphy_map_data); in comphy_probe()
|
| A D | comphy_cp110.c | 117 u32 type = ptr_chip_cfg->comphy_map_data[lane].type; in comphy_cp110_sfi_rx_training() 586 cfg->comphy_map_data[lane].type = in comphy_cp110_init_serdes_map() 590 if (cfg->comphy_map_data[lane].type == COMPHY_TYPE_INVALID) { in comphy_cp110_init_serdes_map() 596 cfg->comphy_map_data[lane].speed = in comphy_cp110_init_serdes_map() 600 cfg->comphy_map_data[lane].invert = in comphy_cp110_init_serdes_map() 604 cfg->comphy_map_data[lane].clk_src = in comphy_cp110_init_serdes_map() 607 cfg->comphy_map_data[lane].end_point = in comphy_cp110_init_serdes_map()
|
| A D | comphy_core.h | 54 struct comphy_map comphy_map_data[MAX_LANE_OPTIONS]; member 166 struct comphy_map *comphy_map_data,
|
| A D | comphy_a3700.c | 1039 if (cfg->comphy_map_data[lane].type != COMPHY_TYPE_UNCONNECTED) { in comphy_a3700_fill_cfg() 1061 cfg->comphy_map_data[lane].type = type; in comphy_a3700_fill_cfg() 1062 cfg->comphy_map_data[lane].speed = speed; in comphy_a3700_fill_cfg() 1063 cfg->comphy_map_data[lane].invert = invert; in comphy_a3700_fill_cfg() 1092 cfg->comphy_map_data[i].type = COMPHY_TYPE_UNCONNECTED; in comphy_a3700_init_serdes_map() 1093 cfg->comphy_map_data[i].speed = COMPHY_SPEED_INVALID; in comphy_a3700_init_serdes_map()
|
Completed in 15 milliseconds