Home
last modified time | relevance | path

Searched refs:comphy_map (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/phy/marvell/
H A Dcomphy.h84 struct comphy_map { struct
95 struct comphy_map *); argument
112 struct comphy_map *serdes_map);
115 struct comphy_map *serdes_map) in comphy_a3700_init()
127 struct comphy_map *serdes_map);
130 struct comphy_map *serdes_map) in comphy_cp110_init()
144 struct comphy_map *comphy_map_data,
148 struct comphy_map *serdes_map);
150 struct comphy_map *serdes_map);
H A Dcomphy_a3700.c911 struct comphy_map *serdes_map) in comphy_a3700_init()
913 struct comphy_map *comphy_map; in comphy_a3700_init() local
919 for (lane = 0, comphy_map = serdes_map; lane < comphy_max_count; in comphy_a3700_init()
920 lane++, comphy_map++) { in comphy_a3700_init()
923 comphy_map->type, comphy_map->invert); in comphy_a3700_init()
925 switch (comphy_map->type) { in comphy_a3700_init()
931 ret = comphy_pcie_power_up(comphy_map->speed, in comphy_a3700_init()
932 comphy_map->invert); in comphy_a3700_init()
937 ret = comphy_usb3_power_up(comphy_map->type, in comphy_a3700_init()
938 comphy_map->speed, in comphy_a3700_init()
[all …]
H A Dcomphy_mux.c21 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()
105 struct comphy_map *comphy_map_data, in comphy_mux_init()
H A Dcomphy_core.c87 struct comphy_map *comphy_map_data) in comphy_print()
109 struct comphy_map comphy_map_data[MAX_LANE_OPTIONS]; in comphy_probe()
H A Dcomphy_cp110.c1916 struct comphy_map *serdes_map) in comphy_mux_cp110_init()
1919 struct comphy_map comphy_map_pipe_data[MAX_LANE_OPTIONS]; in comphy_mux_cp110_init()
1920 struct comphy_map comphy_map_phy_data[MAX_LANE_OPTIONS]; in comphy_mux_cp110_init()
1955 struct comphy_map *serdes_map) in comphy_cp110_init()
1957 struct comphy_map *ptr_comphy_map; in comphy_cp110_init()