Searched refs:comphy_map (Results 1 – 7 of 7) sorted by relevance
/u-boot/drivers/phy/marvell/ |
A D | comphy_core.h | 86 struct comphy_map *); 137 struct comphy_map *serdes_map); 140 struct comphy_map *serdes_map) in comphy_a3700_init() 152 struct comphy_map *serdes_map); 155 struct comphy_map *serdes_map) in comphy_cp110_init() 169 struct comphy_map *comphy_map_data, 173 struct comphy_map *serdes_map); 175 struct comphy_map *serdes_map);
|
A D | comphy_a3700.c | 960 struct comphy_map *serdes_map) in comphy_a3700_init() 962 struct comphy_map *comphy_map; in comphy_a3700_init() local 973 lane++, comphy_map++) { in comphy_a3700_init() 976 comphy_map->type, comphy_map->invert); in comphy_a3700_init() 978 switch (comphy_map->type) { in comphy_a3700_init() 984 ret = comphy_pcie_power_up(comphy_map->speed, in comphy_a3700_init() 985 comphy_map->invert); in comphy_a3700_init() 991 comphy_map->type, in comphy_a3700_init() 992 comphy_map->speed, in comphy_a3700_init() 993 comphy_map->invert); in comphy_a3700_init() [all …]
|
A D | comphy_mux.c | 21 struct comphy_map *comphy_map_data, int comphy_max_lanes) in comphy_mux_check_config() 80 struct comphy_map *comphy_map_data, in comphy_mux_reg_write() 114 struct comphy_map *comphy_map_data, in comphy_mux_init()
|
A D | comphy_core.c | 56 struct comphy_map *comphy_map_data) in comphy_print() 73 __weak int comphy_update_map(struct comphy_map *serdes_map, int count) in comphy_update_map() 83 struct comphy_map comphy_map_data[MAX_LANE_OPTIONS]; in comphy_probe()
|
A D | comphy_cp110.c | 839 struct comphy_map *serdes_map) in comphy_mux_cp110_init() 842 struct comphy_map comphy_map_pipe_data[MAX_LANE_OPTIONS]; in comphy_mux_cp110_init() 843 struct comphy_map comphy_map_phy_data[MAX_LANE_OPTIONS]; in comphy_mux_cp110_init() 878 struct comphy_map *serdes_map) in comphy_cp110_init() 880 struct comphy_map *ptr_comphy_map; in comphy_cp110_init()
|
/u-boot/include/mvebu/ |
A D | comphy.h | 11 struct comphy_map { struct 19 int comphy_update_map(struct comphy_map *serdes_map, int count); argument
|
/u-boot/board/CZ.NIC/turris_mox/ |
A D | turris_mox.c | 199 int comphy_update_map(struct comphy_map *serdes_map, int count) in comphy_update_map()
|
Completed in 9 milliseconds