| /Linux-v5.4/drivers/net/dsa/b53/ | 
| D | b53_serdes.c | 37 static void b53_serdes_set_lane(struct b53_device *dev, u8 lane)  in b53_serdes_set_lane()49 static void b53_serdes_write(struct b53_device *dev, u8 lane,  in b53_serdes_write()
 56 static u16 b53_serdes_read(struct b53_device *dev, u8 lane,  in b53_serdes_read()
 66 	u8 lane = b53_serdes_map_lane(dev, port);  in b53_serdes_config()  local
 85 	u8 lane = b53_serdes_map_lane(dev, port);  in b53_serdes_an_restart()  local
 102 	u8 lane = b53_serdes_map_lane(dev, port);  in b53_serdes_link_state()  local
 144 	u8 lane = b53_serdes_map_lane(dev, port);  in b53_serdes_link_set()  local
 165 	u8 lane = b53_serdes_map_lane(dev, port);  in b53_serdes_phylink_validate()  local
 185 	u8 lane = b53_serdes_map_lane(dev, port);  in b53_serdes_init()  local
 
 | 
| /Linux-v5.4/drivers/net/dsa/mv88e6xxx/ | 
| D | serdes.c | 37 				 int lane, int device, int reg, u16 *val)  in mv88e6390_serdes_read()45 				  int lane, int device, int reg, u16 val)  in mv88e6390_serdes_write()
 52 int mv88e6352_serdes_power(struct mv88e6xxx_chip *chip, int port, u8 lane,  in mv88e6352_serdes_power()
 76 	u8 lane = 0;  in mv88e6352_serdes_get_lane()  local
 206 					u8 lane)  in mv88e6352_serdes_irq_status()
 224 int mv88e6352_serdes_irq_enable(struct mv88e6xxx_chip *chip, int port, u8 lane,  in mv88e6352_serdes_irq_enable()
 243 	u8 lane = 0;  in mv88e6341_serdes_get_lane()  local
 260 	u8 lane = 0;  in mv88e6390_serdes_get_lane()  local
 285 	u8 lane = 0;  in mv88e6390x_serdes_get_lane()  local
 356 static int mv88e6390_serdes_power_10g(struct mv88e6xxx_chip *chip, u8 lane,  in mv88e6390_serdes_power_10g()
 [all …]
 
 | 
| D | serdes.h | 114 					    int port, u8 lane)  in mv88e6xxx_serdes_power_up()123 					      int port, u8 lane)  in mv88e6xxx_serdes_power_down()
 141 					      int port, u8 lane)  in mv88e6xxx_serdes_irq_enable()
 150 					       int port, u8 lane)  in mv88e6xxx_serdes_irq_disable()
 159 mv88e6xxx_serdes_irq_status(struct mv88e6xxx_chip *chip, int port, u8 lane)  in mv88e6xxx_serdes_irq_status()
 
 | 
| /Linux-v5.4/drivers/phy/marvell/ | 
| D | phy-armada38x-comphy.c | 45 	struct a38x_comphy_lane lane[MAX_A38X_COMPHY];  member57 static void a38x_comphy_set_reg(struct a38x_comphy_lane *lane,  in a38x_comphy_set_reg()
 66 static void a38x_comphy_set_speed(struct a38x_comphy_lane *lane,  in a38x_comphy_set_speed()
 75 static int a38x_comphy_poll(struct a38x_comphy_lane *lane,  in a38x_comphy_poll()
 98 	struct a38x_comphy_lane *lane = phy_get_drvdata(phy);  in a38x_comphy_set_mode()  local
 135 	struct a38x_comphy_lane *lane;  in a38x_comphy_xlate()  local
 
 | 
| D | phy-mvebu-a3700-comphy.c | 59 	unsigned int lane;  member111 static int mvebu_a3700_comphy_smc(unsigned long function, unsigned long lane,  in mvebu_a3700_comphy_smc()
 121 static int mvebu_a3700_comphy_get_fw_mode(int lane, int port,  in mvebu_a3700_comphy_get_fw_mode()
 148 	struct mvebu_a3700_comphy_lane *lane = phy_get_drvdata(phy);  in mvebu_a3700_comphy_set_mode()  local
 170 	struct mvebu_a3700_comphy_lane *lane = phy_get_drvdata(phy);  in mvebu_a3700_comphy_power_on()  local
 232 	struct mvebu_a3700_comphy_lane *lane = phy_get_drvdata(phy);  in mvebu_a3700_comphy_power_off()  local
 247 	struct mvebu_a3700_comphy_lane *lane;  in mvebu_a3700_comphy_xlate()  local
 269 		struct mvebu_a3700_comphy_lane *lane;  in mvebu_a3700_comphy_probe()  local
 
 | 
| D | phy-mvebu-cp110-comphy.c | 181 	unsigned lane;  member273 			    unsigned long lane, unsigned long mode)  in mvebu_comphy_smc()
 282 static int mvebu_comphy_get_mode(bool fw_mode, int lane, int port,  in mvebu_comphy_get_mode()
 312 static inline int mvebu_comphy_get_mux(int lane, int port,  in mvebu_comphy_get_mux()
 318 static inline int mvebu_comphy_get_fw_mode(int lane, int port,  in mvebu_comphy_get_fw_mode()
 324 static int mvebu_comphy_ethernet_init_reset(struct mvebu_comphy_lane *lane)  in mvebu_comphy_ethernet_init_reset()
 440 static int mvebu_comphy_init_plls(struct mvebu_comphy_lane *lane)  in mvebu_comphy_init_plls()
 483 	struct mvebu_comphy_lane *lane = phy_get_drvdata(phy);  in mvebu_comphy_set_mode_sgmii()  local
 516 	struct mvebu_comphy_lane *lane = phy_get_drvdata(phy);  in mvebu_comphy_set_mode_rxaui()  local
 569 	struct mvebu_comphy_lane *lane = phy_get_drvdata(phy);  in mvebu_comphy_set_mode_10gkr()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/phy/tegra/ | 
| D | xusb-tegra124.c | 292 	struct tegra_xusb_lane *lane;  in tegra124_usb3_save_context()  local452 static void tegra124_usb2_lane_remove(struct tegra_xusb_lane *lane)  in tegra124_usb2_lane_remove()
 466 	struct tegra_xusb_lane *lane = phy_get_drvdata(phy);  in tegra124_usb2_phy_init()  local
 473 	struct tegra_xusb_lane *lane = phy_get_drvdata(phy);  in tegra124_usb2_phy_exit()  local
 480 	struct tegra_xusb_lane *lane = phy_get_drvdata(phy);  in tegra124_usb2_phy_power_on()  local
 569 	struct tegra_xusb_lane *lane = phy_get_drvdata(phy);  in tegra124_usb2_phy_power_off()  local
 701 static void tegra124_ulpi_lane_remove(struct tegra_xusb_lane *lane)  in tegra124_ulpi_lane_remove()
 715 	struct tegra_xusb_lane *lane = phy_get_drvdata(phy);  in tegra124_ulpi_phy_init()  local
 722 	struct tegra_xusb_lane *lane = phy_get_drvdata(phy);  in tegra124_ulpi_phy_exit()  local
 837 static void tegra124_hsic_lane_remove(struct tegra_xusb_lane *lane)  in tegra124_hsic_lane_remove()
 [all …]
 
 | 
| D | xusb-tegra210.c | 806 	struct tegra_xusb_lane *lane;  in tegra210_usb3_set_lfps_detect()  local888 static void tegra210_usb2_lane_remove(struct tegra_xusb_lane *lane)  in tegra210_usb2_lane_remove()
 902 	struct tegra_xusb_lane *lane = phy_get_drvdata(phy);  in tegra210_usb2_phy_init()  local
 918 	struct tegra_xusb_lane *lane = phy_get_drvdata(phy);  in tegra210_usb2_phy_exit()  local
 925 	struct tegra_xusb_lane *lane = phy_get_drvdata(phy);  in tegra210_usb2_phy_power_on()  local
 1050 	struct tegra_xusb_lane *lane = phy_get_drvdata(phy);  in tegra210_usb2_phy_power_off()  local
 1187 static void tegra210_hsic_lane_remove(struct tegra_xusb_lane *lane)  in tegra210_hsic_lane_remove()
 1201 	struct tegra_xusb_lane *lane = phy_get_drvdata(phy);  in tegra210_hsic_phy_init()  local
 1217 	struct tegra_xusb_lane *lane = phy_get_drvdata(phy);  in tegra210_hsic_phy_exit()  local
 1224 	struct tegra_xusb_lane *lane = phy_get_drvdata(phy);  in tegra210_hsic_phy_power_on()  local
 [all …]
 
 | 
| D | xusb.c | 103 int tegra_xusb_lane_parse_dt(struct tegra_xusb_lane *lane,  in tegra_xusb_lane_parse_dt()129 		struct tegra_xusb_lane *lane = phy_get_drvdata(phy);  in tegra_xusb_lane_destroy()  local
 179 	struct phy *lane;  in tegra_xusb_pad_register()  local
 196 		struct tegra_xusb_lane *lane;  in tegra_xusb_pad_register()  local
 308 static void tegra_xusb_lane_program(struct tegra_xusb_lane *lane)  in tegra_xusb_lane_program()
 330 		struct tegra_xusb_lane *lane;  in tegra_xusb_pad_program()  local
 373 static bool tegra_xusb_lane_check(struct tegra_xusb_lane *lane,  in tegra_xusb_lane_check()
 385 	struct tegra_xusb_lane *lane, *hit = ERR_PTR(-ENODEV);  in tegra_xusb_find_lane()  local
 408 	struct tegra_xusb_lane *lane, *match = ERR_PTR(-ENODEV);  in tegra_xusb_port_find_lane()  local
 
 | 
| D | xusb-tegra186.c | 172 static void tegra186_usb2_lane_remove(struct tegra_xusb_lane *lane)  in tegra186_usb2_lane_remove()252 	struct tegra_xusb_lane *lane = phy_get_drvdata(phy);  in tegra_phy_xusb_utmi_pad_power_on()  local
 283 	struct tegra_xusb_lane *lane = phy_get_drvdata(phy);  in tegra_phy_xusb_utmi_pad_power_down()  local
 306 	struct tegra_xusb_lane *lane = phy_get_drvdata(phy);  in tegra186_utmi_phy_power_on()  local
 385 	struct tegra_xusb_lane *lane = phy_get_drvdata(phy);  in tegra186_utmi_phy_init()  local
 412 	struct tegra_xusb_lane *lane = phy_get_drvdata(phy);  in tegra186_utmi_phy_exit()  local
 567 static void tegra186_usb3_lane_remove(struct tegra_xusb_lane *lane)  in tegra186_usb3_lane_remove()
 601 	struct tegra_xusb_lane *lane = phy_get_drvdata(phy);  in tegra186_usb3_phy_power_on()  local
 661 	struct tegra_xusb_lane *lane = phy_get_drvdata(phy);  in tegra186_usb3_phy_power_off()  local
 
 | 
| D | xusb.h | 56 to_usb3_lane(struct tegra_xusb_lane *lane)  in to_usb3_lane()69 to_usb2_lane(struct tegra_xusb_lane *lane)  in to_usb2_lane()
 79 to_ulpi_lane(struct tegra_xusb_lane *lane)  in to_ulpi_lane()
 98 to_hsic_lane(struct tegra_xusb_lane *lane)  in to_hsic_lane()
 108 to_pcie_lane(struct tegra_xusb_lane *lane)  in to_pcie_lane()
 118 to_sata_lane(struct tegra_xusb_lane *lane)  in to_sata_lane()
 263 	struct tegra_xusb_lane *lane;  member
 
 | 
| /Linux-v5.4/drivers/gpu/drm/bridge/analogix/ | 
| D | analogix_dp_core.c | 237 				       int pre_emphasis, int lane)  in analogix_dp_set_lane_lane_pre_emphasis()260 	int lane, lane_count, pll_tries, retval;  in analogix_dp_link_start()  local
 326 static unsigned char analogix_dp_get_lane_status(u8 link_status[2], int lane)  in analogix_dp_get_lane_status()
 336 	int lane;  in analogix_dp_clock_recovery_ok()  local
 350 	int lane;  in analogix_dp_channel_eq_ok()  local
 367 analogix_dp_get_adjust_request_voltage(u8 adjust_request[2], int lane)  in analogix_dp_get_adjust_request_voltage()
 377 					int lane)  in analogix_dp_get_adjust_request_pre_emphasis()
 386 					       u8 training_lane_set, int lane)  in analogix_dp_set_lane_link_training()
 408 				   int lane)  in analogix_dp_get_lane_link_training()
 444 	int lane, lane_count;  in analogix_dp_get_adjust_training_lane()  local
 [all …]
 
 | 
| /Linux-v5.4/arch/arm/mach-mv78xx0/ | 
| D | pcie.c | 21 #define MV78XX0_MBUS_PCIE_MEM_TARGET(port, lane) ((port) ? 8 : 4)  argument22 #define MV78XX0_MBUS_PCIE_MEM_ATTR(port, lane)   (0xf8 & ~(0x10 << (lane)))  argument
 23 #define MV78XX0_MBUS_PCIE_IO_TARGET(port, lane)  ((port) ? 8 : 4)  argument
 24 #define MV78XX0_MBUS_PCIE_IO_ATTR(port, lane)    (0xf0 & ~(0x10 << (lane)))  argument
 
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/ | 
| D | dc_link_dp.c | 234 	uint32_t lane;  in dpcd_set_lt_pattern_and_lane_settings()  local320 	uint32_t lane;  in is_cr_done()  local
 335 	uint32_t lane;  in is_ch_eq_done()  local
 353 	uint32_t lane;  in update_drive_settings()  local
 403 	uint32_t lane;  in find_max_drive_settings()  local
 503 	uint32_t lane;  in get_lane_status_and_drive_settings()  local
 577 	uint32_t lane;  in dpcd_set_lane_settings()  local
 638 	uint32_t lane;  in is_max_vs_reached()  local
 671 	uint32_t lane;  in perform_post_lt_adj_req_sequence()  local
 971 	uint32_t lane;  in initialize_training_settings()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/ethernet/ti/ | 
| D | netcp_xgbepcsr.c | 148 			void __iomem *serdes_regs, int lane)  in netcp_xgbe_serdes_lane_config()182 			void __iomem *serdes_regs, int lane)  in netcp_xgbe_serdes_lane_enable()
 283 					void __iomem *sig_detect_reg, int lane)  in netcp_xgbe_serdes_reset_cdr()
 430 					     int lane, int cm, int c1, int c2)  in netcp_xgbe_serdes_setup_cm_c1_c2()
 
 | 
| /Linux-v5.4/arch/mips/cavium-octeon/executive/ | 
| D | cvmx-helper-errata.c | 51 	int lane;  in __cvmx_helper_errata_qlm_disable_2nd_order_cdr()  local
 | 
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/disp/ | 
| D | dp.c | 86 		u8 lane = (lt->stat[4 + (i >> 1)] >> ((i & 1) * 4)) & 0xf;  in nvkm_dp_train_drive()  local173 			u8 lane = (lt->stat[i >> 1] >> ((i & 1) * 4)) & 0xf;  in nvkm_dp_train_eq()  local
 201 			u8 lane = (lt->stat[i >> 1] >> ((i & 1) * 4)) & 0xf;  in nvkm_dp_train_cr()  local
 487 			u8 lane = (stat[i >> 1] >> ((i & 1) * 4)) & 0x0f;  in nvkm_dp_acquire()  local
 
 | 
| /Linux-v5.4/drivers/gpu/drm/i915/display/ | 
| D | intel_dp_link_training.c | 43 	int lane;  in intel_get_adjust_train()  local119 	int lane;  in intel_dp_link_max_vswing_reached()  local
 
 | 
| /Linux-v5.4/drivers/ata/ | 
| D | sata_highbank.c | 259 	u8 lane = port_data[sata_port].lane_mapping;  in highbank_cphy_disable_overrides()  local270 	u8 lane = port_data[sata_port].lane_mapping;  in cphy_override_tx_attenuation()  local
 289 	u8 lane = port_data[sata_port].lane_mapping;  in cphy_override_rx_mode()  local
 313 	u8 lane = port_data[sata_port].lane_mapping;  in highbank_cphy_override_lane()  local
 
 | 
| /Linux-v5.4/drivers/nvdimm/ | 
| D | btt.c | 206 static int btt_log_group_read(struct arena_info *arena, u32 lane,  in btt_log_group_read()327 static int btt_log_read(struct arena_info *arena, u32 lane,  in btt_log_read()
 361 static int __btt_log_write(struct arena_info *arena, u32 lane,  in __btt_log_write()
 382 static int btt_flog_write(struct arena_info *arena, u32 lane, u32 sub,  in btt_flog_write()
 505 static int arena_clear_freelist_error(struct arena_info *arena, u32 lane)  in arena_clear_freelist_error()
 1204 	u32 lane = 0, premap, postmap;  in btt_read_pg()  local
 1316 	u32 premap = 0, old_postmap, new_postmap, lane = 0, i;  in btt_write_pg()  local
 
 | 
| /Linux-v5.4/drivers/gpu/drm/ | 
| D | drm_dp_helper.c | 54 			     int lane)  in dp_get_lane_status()67 	int lane;  in drm_dp_channel_eq_ok()  local
 85 	int lane;  in drm_dp_clock_recovery_ok()  local
 98 				     int lane)  in drm_dp_get_adjust_request_voltage()
 111 					  int lane)  in drm_dp_get_adjust_request_pre_emphasis()
 
 | 
| /Linux-v5.4/include/linux/platform_data/media/ | 
| D | mmp-camera.h | 23 	int lane;		/* ccic used lane number; 0 means DVP mode */  member
 | 
| /Linux-v5.4/drivers/gpu/drm/omapdrm/dss/ | 
| D | hdmi_phy.c | 37 		u8 lane, pol;  in hdmi_phy_parse_lanes()  local
 | 
| /Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/ | 
| D | hdmi_phy.c | 46 		u8 lane, pol;  in hdmi_phy_parse_lanes()  local
 | 
| /Linux-v5.4/drivers/thunderbolt/ | 
| D | lc.c | 52 	u32 ctrl, lane;  in tb_lc_configure_lane()  local
 |