| /OK3568_Linux_fs/kernel/drivers/net/dsa/mv88e6xxx/ |
| H A 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() 98 int mv88e6352_serdes_power(struct mv88e6xxx_chip *chip, int port, u8 lane, in mv88e6352_serdes_power() 120 u8 lane, unsigned int mode, in mv88e6352_serdes_pcs_config() 169 u8 lane, struct phylink_link_state *state) in mv88e6352_serdes_pcs_get_state() 190 u8 lane) in mv88e6352_serdes_pcs_an_restart() 203 u8 lane, int speed, int duplex) in mv88e6352_serdes_pcs_link_up() 236 u8 lane = 0; in mv88e6352_serdes_get_lane() local 357 u8 lane) in mv88e6352_serdes_irq_status() 375 int mv88e6352_serdes_irq_enable(struct mv88e6xxx_chip *chip, int port, u8 lane, in mv88e6352_serdes_irq_enable() [all …]
|
| H A D | serdes.h | 143 int port, u8 lane) in mv88e6xxx_serdes_power_up() 152 int port, u8 lane) in mv88e6xxx_serdes_power_down() 170 int port, u8 lane) in mv88e6xxx_serdes_irq_enable() 179 int port, u8 lane) in mv88e6xxx_serdes_irq_disable() 188 mv88e6xxx_serdes_irq_status(struct mv88e6xxx_chip *chip, int port, u8 lane) in mv88e6xxx_serdes_irq_status()
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/b53/ |
| H A 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
|
| /OK3568_Linux_fs/u-boot/drivers/phy/marvell/ |
| H A D | comphy_cp110.c | 20 #define SD_ADDR(base, lane) (base + 0x1000 * lane) argument 21 #define HPIPE_ADDR(base, lane) (SD_ADDR(base, lane) + 0x800) argument 22 #define COMPHY_ADDR(base, lane) (base + 0x28 * lane) argument 87 static int comphy_pcie_power_up(u32 lane, u32 pcie_width, bool clk_src, in comphy_pcie_power_up() 522 static int comphy_usb3_power_up(u32 lane, void __iomem *hpipe_base, in comphy_usb3_power_up() 644 static int comphy_sata_power_up(u32 lane, void __iomem *hpipe_base, in comphy_sata_power_up() 989 static int comphy_sgmii_power_up(u32 lane, u32 sgmii_speed, in comphy_sgmii_power_up() 1136 static int comphy_sfi_power_up(u32 lane, void __iomem *hpipe_base, in comphy_sfi_power_up() 1437 static int comphy_rxauii_power_up(u32 lane, void __iomem *hpipe_base, in comphy_rxauii_power_up() 1921 u32 lane, comphy_max_count; in comphy_mux_cp110_init() local [all …]
|
| H A D | comphy_mux.c | 24 int lane, opt, valid; in comphy_mux_check_config() local 58 u32 type, int lane) in comphy_mux_get_mux_value() 84 u32 lane, value, offset, mask; in comphy_mux_reg_write() local
|
| H A D | comphy_a3700.c | 610 static void comphy_sgmii_phy_init(u32 lane, u32 speed) in comphy_sgmii_phy_init() 644 static int comphy_sgmii_power_up(u32 lane, u32 speed, u32 invert) in comphy_sgmii_power_up() 915 u32 lane, ret = 0; in comphy_a3700_init() local
|
| /OK3568_Linux_fs/kernel/drivers/phy/marvell/ |
| H A D | phy-armada38x-comphy.c | 46 struct a38x_comphy_lane lane[MAX_A38X_COMPHY]; member 58 static void a38x_set_conf(struct a38x_comphy_lane *lane, bool enable) in a38x_set_conf() 73 static void a38x_comphy_set_reg(struct a38x_comphy_lane *lane, in a38x_comphy_set_reg() 82 static void a38x_comphy_set_speed(struct a38x_comphy_lane *lane, in a38x_comphy_set_speed() 91 static int a38x_comphy_poll(struct a38x_comphy_lane *lane, in a38x_comphy_poll() 114 struct a38x_comphy_lane *lane = phy_get_drvdata(phy); in a38x_comphy_set_mode() local 159 struct a38x_comphy_lane *lane; in a38x_comphy_xlate() local
|
| H A D | phy-mvebu-a3700-comphy.c | 58 unsigned int lane; member 110 static int mvebu_a3700_comphy_smc(unsigned long function, unsigned long lane, in mvebu_a3700_comphy_smc() 129 static int mvebu_a3700_comphy_get_fw_mode(int lane, int port, in mvebu_a3700_comphy_get_fw_mode() 156 struct mvebu_a3700_comphy_lane *lane = phy_get_drvdata(phy); in mvebu_a3700_comphy_set_mode() local 178 struct mvebu_a3700_comphy_lane *lane = phy_get_drvdata(phy); in mvebu_a3700_comphy_power_on() local 240 struct mvebu_a3700_comphy_lane *lane = phy_get_drvdata(phy); in mvebu_a3700_comphy_power_off() local 255 struct mvebu_a3700_comphy_lane *lane; in mvebu_a3700_comphy_xlate() local 277 struct mvebu_a3700_comphy_lane *lane; in mvebu_a3700_comphy_probe() local
|
| H A D | phy-mvebu-cp110-comphy.c | 180 unsigned lane; member 272 unsigned long lane, unsigned long mode) in mvebu_comphy_smc() 290 static int mvebu_comphy_get_mode(bool fw_mode, int lane, int port, in mvebu_comphy_get_mode() 320 static inline int mvebu_comphy_get_mux(int lane, int port, in mvebu_comphy_get_mux() 326 static inline int mvebu_comphy_get_fw_mode(int lane, int port, in mvebu_comphy_get_fw_mode() 332 static int mvebu_comphy_ethernet_init_reset(struct mvebu_comphy_lane *lane) in mvebu_comphy_ethernet_init_reset() 448 static int mvebu_comphy_init_plls(struct mvebu_comphy_lane *lane) in mvebu_comphy_init_plls() 491 struct mvebu_comphy_lane *lane = phy_get_drvdata(phy); in mvebu_comphy_set_mode_sgmii() local 524 struct mvebu_comphy_lane *lane = phy_get_drvdata(phy); in mvebu_comphy_set_mode_rxaui() local 577 struct mvebu_comphy_lane *lane = phy_get_drvdata(phy); in mvebu_comphy_set_mode_10gbaser() local [all …]
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | fsl_corenet_serdes.c | 96 int serdes_get_lane_idx(int lane) in serdes_get_lane_idx() 101 int serdes_get_bank_by_lane(int lane) in serdes_get_bank_by_lane() 106 int serdes_lane_enabled(int lane) in serdes_lane_enabled() 190 int lane; in serdes_get_bank_by_device() local 202 int lane; in __serdes_get_lane_count() local 216 int lane, idx, first, last; in __serdes_reset_rx() local 497 int lane, bank, idx; in fsl_serdes_init() local 667 unsigned int lane; in fsl_serdes_init() local
|
| /OK3568_Linux_fs/kernel/drivers/phy/tegra/ |
| H A D | xusb-tegra124.c | 292 struct tegra_xusb_lane *lane; in tegra124_usb3_save_context() local 452 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 …]
|
| H A D | xusb-tegra210.c | 822 struct tegra_xusb_lane *lane; in tegra210_usb3_set_lfps_detect() local 904 static void tegra210_usb2_lane_remove(struct tegra_xusb_lane *lane) in tegra210_usb2_lane_remove() 918 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra210_usb2_phy_init() local 934 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra210_usb2_phy_exit() local 1000 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra210_usb2_phy_set_mode() local 1038 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra210_usb2_phy_power_on() local 1205 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra210_usb2_phy_power_off() local 1369 static void tegra210_hsic_lane_remove(struct tegra_xusb_lane *lane) in tegra210_hsic_lane_remove() 1383 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra210_hsic_phy_init() local 1399 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra210_hsic_phy_exit() local [all …]
|
| H A D | xusb.c | 109 int tegra_xusb_lane_parse_dt(struct tegra_xusb_lane *lane, in tegra_xusb_lane_parse_dt() 135 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra_xusb_lane_destroy() local 185 struct phy *lane; in tegra_xusb_pad_register() local 202 struct tegra_xusb_lane *lane; in tegra_xusb_pad_register() local 314 static void tegra_xusb_lane_program(struct tegra_xusb_lane *lane) in tegra_xusb_lane_program() 336 struct tegra_xusb_lane *lane; in tegra_xusb_pad_program() local 379 static bool tegra_xusb_lane_check(struct tegra_xusb_lane *lane, in tegra_xusb_lane_check() 391 struct tegra_xusb_lane *lane, *hit = ERR_PTR(-ENODEV); in tegra_xusb_find_lane() local 414 struct tegra_xusb_lane *lane, *match = ERR_PTR(-ENODEV); in tegra_xusb_port_find_lane() local 649 struct tegra_xusb_lane *lane; in tegra_xusb_setup_usb_role_switch() local [all …]
|
| H A D | xusb-tegra186.c | 176 static void tegra186_usb2_lane_remove(struct tegra_xusb_lane *lane) in tegra186_usb2_lane_remove() 256 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra_phy_xusb_utmi_pad_power_on() local 287 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra_phy_xusb_utmi_pad_power_down() local 363 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra186_utmi_phy_set_mode() local 401 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra186_utmi_phy_power_on() local 480 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra186_utmi_phy_init() local 507 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra186_utmi_phy_exit() local 652 static void tegra186_usb3_lane_remove(struct tegra_xusb_lane *lane) in tegra186_usb3_lane_remove() 688 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra186_usb3_phy_power_on() local 757 struct tegra_xusb_lane *lane = phy_get_drvdata(phy); in tegra186_usb3_phy_power_off() local
|
| /OK3568_Linux_fs/u-boot/board/freescale/p2041rdb/ |
| H A D | eth.c | 93 int lane = serdes_get_first_lane(SGMII_FM1_DTSEC1 + port); in board_ft_fman_fixup_port() local 113 int lane = serdes_get_first_lane(XAUI_FM1); in board_ft_fman_fixup_port() local 129 int lane; in board_eth_init() local
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | warp.hpp | 97 unsigned int lane = laneId(); in transform() local 109 const unsigned int lane = laneId(); in reduce() local 128 unsigned int lane = laneId(); in yota() local
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | warp.hpp | 97 unsigned int lane = laneId(); in transform() local 109 const unsigned int lane = laneId(); in reduce() local 128 unsigned int lane = laneId(); in yota() local
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | warp.hpp | 97 unsigned int lane = laneId(); in transform() local 109 const unsigned int lane = laneId(); in reduce() local 128 unsigned int lane = laneId(); in yota() local
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | drm_dp_helper.c | 43 int lane) in dp_get_lane_status() 57 int lane; in drm_dp_channel_eq_ok() local 74 int lane; in drm_dp_clock_recovery_ok() local 86 int lane) in drm_dp_get_adjust_request_voltage() 98 int lane) in drm_dp_get_adjust_request_pre_emphasis()
|
| H A D | analogix_dp.c | 98 int lane, lane_count, retval; in analogix_dp_link_start() local 154 static unsigned char analogix_dp_get_lane_status(u8 link_status[2], int lane) in analogix_dp_get_lane_status() 164 int lane; in analogix_dp_clock_recovery_ok() local 178 int lane; in analogix_dp_channel_eq_ok() local 195 analogix_dp_get_adjust_request_voltage(u8 adjust_request[2], int lane) in analogix_dp_get_adjust_request_voltage() 205 int lane) in analogix_dp_get_adjust_request_pre_emphasis() 224 int lane, lane_count; in analogix_dp_get_adjust_training_lane() local 260 int lane, lane_count, retval; in analogix_dp_process_clock_recovery() local
|
| /OK3568_Linux_fs/u-boot/board/highbank/ |
| H A D | ahci.c | 82 static void cphy_spread_spectrum_override(u8 phy, u8 lane, u32 val) in cphy_spread_spectrum_override() 97 static void cphy_tx_attenuation_override(u8 phy, u8 lane) in cphy_tx_attenuation_override() 124 u8 lane = 0, phy = 0; in cphy_disable_port_overrides() local 156 u8 lane = 0, phy = 0; in cphy_override_lane() local
|
| /OK3568_Linux_fs/u-boot/board/freescale/t1040qds/ |
| H A D | eth.c | 300 int lane = serdes_get_first_lane(FSL_SRDS_1, SGMII_FM1_DTSEC1 in board_ft_fman_fixup_port() local 318 int i, lane, idx; in fdt_fixup_board_enet() local 370 int lane, idx, slot; in t1040_handle_phy_interface_sgmii() local 444 int lane; in board_eth_init() local
|
| /OK3568_Linux_fs/u-boot/board/freescale/corenet_ds/ |
| H A D | eth_p4080.c | 342 int idx = i - FM1_DTSEC1, lane, slot; in board_eth_init() local 382 int idx = i - FM1_10GEC1, lane, slot; in board_eth_init() local 409 int idx = i - FM2_DTSEC1, lane, slot; in board_eth_init() local 451 int idx = i - FM2_10GEC1, lane, slot; in board_eth_init() local
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-mv78xx0/ |
| H A D | pcie.c | 21 #define MV78XX0_MBUS_PCIE_MEM_TARGET(port, lane) ((port) ? 8 : 4) argument 22 #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
|
| /OK3568_Linux_fs/u-boot/drivers/soc/keystone/ |
| H A D | keystone_serdes.c | 47 struct serdes_cfg lane[SERDES_LANE_CFG_NUM]; member 118 u32 size, u32 lane) in ks2_serdes_lane_config() 161 static void ks2_serdes_lane_reset(u32 base, u32 reset, u32 lane) in ks2_serdes_lane_reset() 172 struct ks2_serdes *serdes, u32 lane) in ks2_serdes_lane_enable()
|