Home
last modified time | relevance | path

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

/external/u-boot/drivers/phy/marvell/
Dcomphy_mux.c20 struct comphy_map *comphy_map_data, int comphy_max_lanes) in comphy_mux_check_config() argument
28 lane++, comphy_map_data++, mux_data++) { in comphy_mux_check_config()
30 if (comphy_map_data->type == PHY_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 = PHY_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 == PHY_TYPE_IGNORE) in comphy_mux_reg_write()
[all …]
Dcomphy_core.c52 struct comphy_map *comphy_map_data) in comphy_print() argument
57 lane++, comphy_map_data++) { in comphy_print()
58 if (comphy_map_data->speed == PHY_SPEED_INVALID) { in comphy_print()
60 get_type_string(comphy_map_data->type)); in comphy_print()
63 get_type_string(comphy_map_data->type), in comphy_print()
64 get_speed_string(comphy_map_data->speed)); in comphy_print()
74 struct comphy_map comphy_map_data[MAX_LANE_OPTIONS]; in comphy_probe() local
128 comphy_map_data[lane].speed = fdtdec_get_int( in comphy_probe()
130 comphy_map_data[lane].type = fdtdec_get_int( in comphy_probe()
132 comphy_map_data[lane].invert = fdtdec_get_int( in comphy_probe()
[all …]
Dcomphy.h177 struct comphy_map *comphy_map_data,