Searched refs:comphy_map_data (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/phy/marvell/ |
| H A D | comphy_mux.c | 21 struct comphy_map *comphy_map_data, int comphy_max_lanes) in comphy_mux_check_config() argument 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 89 lane++, comphy_map_data++, mux_data++) { in comphy_mux_reg_write() 90 if (comphy_map_data->type == PHY_TYPE_IGNORE) in comphy_mux_reg_write() [all …]
|
| H A D | comphy_core.c | 87 struct comphy_map *comphy_map_data) in comphy_print() argument 92 lane++, comphy_map_data++) { in comphy_print() 93 if (comphy_map_data->speed == PHY_SPEED_INVALID) { in comphy_print() 95 get_type_string(comphy_map_data->type)); in comphy_print() 98 get_type_string(comphy_map_data->type), in comphy_print() 99 get_speed_string(comphy_map_data->speed)); in comphy_print() 109 struct comphy_map comphy_map_data[MAX_LANE_OPTIONS]; in comphy_probe() local 159 comphy_map_data[lane].speed = fdtdec_get_int( in comphy_probe() 161 comphy_map_data[lane].type = fdtdec_get_int( in comphy_probe() 163 comphy_map_data[lane].invert = fdtdec_get_int( in comphy_probe() [all …]
|
| H A D | comphy.h | 144 struct comphy_map *comphy_map_data,
|