Searched refs:comphy_map_data (Results 1 – 3 of 3) sorted by relevance
/u-boot/drivers/phy/marvell/ |
A D | comphy_mux.c | 29 lane++, comphy_map_data++, mux_data++) { in comphy_mux_check_config() 31 if (comphy_map_data->type == PHY_TYPE_IGNORE) in comphy_mux_check_config() 37 if (mux_opt->type == comphy_map_data->type) { in comphy_mux_check_config() 44 lane, comphy_map_data->type); in comphy_mux_check_config() 47 comphy_map_data->type = PHY_TYPE_UNCONNECTED; in comphy_mux_check_config() 50 lane, comphy_map_data->type); in comphy_mux_check_config() 80 struct comphy_map *comphy_map_data, in comphy_mux_reg_write() argument 90 lane++, comphy_map_data++, mux_data++) { in comphy_mux_reg_write() 91 if (comphy_map_data->type == PHY_TYPE_IGNORE) in comphy_mux_reg_write() 105 comphy_map_data->type, in comphy_mux_reg_write() [all …]
|
A D | comphy_core.c | 56 struct comphy_map *comphy_map_data) in comphy_print() argument 61 lane++, comphy_map_data++) { in comphy_print() 62 if (comphy_map_data->speed == PHY_SPEED_INVALID) { in comphy_print() 64 get_type_string(comphy_map_data->type)); in comphy_print() 67 get_type_string(comphy_map_data->type), in comphy_print() 68 get_speed_string(comphy_map_data->speed)); in comphy_print() 83 struct comphy_map comphy_map_data[MAX_LANE_OPTIONS]; in comphy_probe() local 138 comphy_map_data[lane].speed = fdtdec_get_int( in comphy_probe() 140 comphy_map_data[lane].type = fdtdec_get_int( in comphy_probe() 142 comphy_map_data[lane].invert = fdtdec_get_int( in comphy_probe() [all …]
|
A D | comphy_core.h | 169 struct comphy_map *comphy_map_data,
|
Completed in 5 milliseconds