Searched refs:comphy_map (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/drivers/phy/marvell/ |
D | comphy.h | 83 struct comphy_map { struct 94 struct comphy_map *); argument 145 struct comphy_map *serdes_map); 148 struct comphy_map *serdes_map) in comphy_a3700_init() 160 struct comphy_map *serdes_map); 163 struct comphy_map *serdes_map) in comphy_cp110_init() 177 struct comphy_map *comphy_map_data, 181 struct comphy_map *serdes_map); 183 struct comphy_map *serdes_map);
|
D | comphy_a3700.c | 966 struct comphy_map *serdes_map) in comphy_a3700_init() 968 struct comphy_map *comphy_map; in comphy_a3700_init() local 978 for (lane = 0, comphy_map = serdes_map; lane < comphy_max_count; in comphy_a3700_init() 979 lane++, comphy_map++) { in comphy_a3700_init() 982 comphy_map->type, comphy_map->invert); in comphy_a3700_init() 984 switch (comphy_map->type) { in comphy_a3700_init() 990 ret = comphy_pcie_power_up(comphy_map->speed, in comphy_a3700_init() 991 comphy_map->invert); in comphy_a3700_init() 997 comphy_map->type, in comphy_a3700_init() 998 comphy_map->speed, in comphy_a3700_init() [all …]
|
D | comphy_mux.c | 20 struct comphy_map *comphy_map_data, int comphy_max_lanes) in comphy_mux_check_config() 79 struct comphy_map *comphy_map_data, in comphy_mux_reg_write() 113 struct comphy_map *comphy_map_data, in comphy_mux_init()
|
D | comphy_core.c | 52 struct comphy_map *comphy_map_data) in comphy_print() 74 struct comphy_map comphy_map_data[MAX_LANE_OPTIONS]; in comphy_probe()
|
D | comphy_cp110.c | 1915 struct comphy_map *serdes_map) in comphy_mux_cp110_init() 1918 struct comphy_map comphy_map_pipe_data[MAX_LANE_OPTIONS]; in comphy_mux_cp110_init() 1919 struct comphy_map comphy_map_phy_data[MAX_LANE_OPTIONS]; in comphy_mux_cp110_init() 1954 struct comphy_map *serdes_map) in comphy_cp110_init() 1956 struct comphy_map *ptr_comphy_map; in comphy_cp110_init()
|