Searched defs:dwmac (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | dwmac-stm32.c | 117 static int stm32_dwmac_clk_enable(struct stm32_dwmac *dwmac) in stm32_dwmac_clk_enable() 153 struct stm32_dwmac *dwmac = plat_dat->bsp_priv; in stm32_dwmac_init() local 167 struct stm32_dwmac *dwmac = plat_dat->bsp_priv; in stm32mp1_select_ethck_external() local 198 struct stm32_dwmac *dwmac = plat_dat->bsp_priv; in stm32mp1_validate_ethck_rate() local 233 struct stm32_dwmac *dwmac = plat_dat->bsp_priv; in stm32mp1_configure_pmcr() local 289 struct stm32_dwmac *dwmac = plat_dat->bsp_priv; in stm32mp2_configure_syscfg() local 334 struct stm32_dwmac *dwmac = plat_dat->bsp_priv; in stm32mp1_set_mode() local 362 struct stm32_dwmac *dwmac = plat_dat->bsp_priv; in stm32mcu_set_mode() local 386 static void stm32_dwmac_clk_disable(struct stm32_dwmac *dwmac) in stm32_dwmac_clk_disable() 395 static int stm32_dwmac_parse_data(struct stm32_dwmac *dwmac, in stm32_dwmac_parse_data() [all …]
|
| H A D | dwmac-meson8b.c | 105 static void meson8b_dwmac_mask_bits(struct meson8b_dwmac *dwmac, u32 reg, in meson8b_dwmac_mask_bits() 117 static struct clk *meson8b_dwmac_register_clk(struct meson8b_dwmac *dwmac, in meson8b_dwmac_register_clk() 141 static int meson8b_init_rgmii_tx_clk(struct meson8b_dwmac *dwmac) in meson8b_init_rgmii_tx_clk() 211 static int meson8b_set_phy_mode(struct meson8b_dwmac *dwmac) in meson8b_set_phy_mode() 237 static int meson_axg_set_phy_mode(struct meson8b_dwmac *dwmac) in meson_axg_set_phy_mode() 261 static int meson8b_devm_clk_prepare_enable(struct meson8b_dwmac *dwmac, in meson8b_devm_clk_prepare_enable() 274 static int meson8b_init_rgmii_delays(struct meson8b_dwmac *dwmac) in meson8b_init_rgmii_delays() 340 static int meson8b_init_prg_eth(struct meson8b_dwmac *dwmac) in meson8b_init_prg_eth() 386 struct meson8b_dwmac *dwmac; in meson8b_dwmac_probe() local
|
| H A D | dwmac-imx.c | 67 static int imx8mp_set_intf_mode(struct imx_priv_data *dwmac, u8 phy_intf_sel) in imx8mp_set_intf_mode() 84 imx8dxl_set_intf_mode(struct imx_priv_data *dwmac, u8 phy_intf_sel) in imx8dxl_set_intf_mode() 90 static int imx93_set_intf_mode(struct imx_priv_data *dwmac, u8 phy_intf_sel) in imx93_set_intf_mode() 114 struct imx_priv_data *dwmac = priv; in imx_dwmac_clks_config() local 140 struct imx_priv_data *dwmac = bsp_priv; in imx_set_phy_intf_sel() local 166 struct imx_priv_data *dwmac = priv; in imx_dwmac_fix_speed() local 190 struct imx_priv_data *dwmac = priv; in imx93_dwmac_fix_speed() local 248 imx_dwmac_parse_dt(struct imx_priv_data *dwmac, struct device *dev) in imx_dwmac_parse_dt() 294 struct imx_priv_data *dwmac; in imx_dwmac_probe() local
|
| H A D | dwmac-socfpga.c | 78 struct socfpga_dwmac *dwmac = (struct socfpga_dwmac *)bsp_priv; in socfpga_dwmac_fix_mac_speed() local 115 static int socfpga_dwmac_parse_data(struct socfpga_dwmac *dwmac, struct device *dev) in socfpga_dwmac_parse_data() 246 static int socfpga_get_plat_phymode(struct socfpga_dwmac *dwmac) in socfpga_get_plat_phymode() 251 static void socfpga_sgmii_config(struct socfpga_dwmac *dwmac, bool enable) in socfpga_sgmii_config() 387 static int socfpga_gen5_set_phy_mode(struct socfpga_dwmac *dwmac) in socfpga_gen5_set_phy_mode() 445 static int socfpga_gen10_set_phy_mode(struct socfpga_dwmac *dwmac) in socfpga_gen10_set_phy_mode() 499 struct socfpga_dwmac *dwmac = priv->plat->bsp_priv; in socfpga_dwmac_pcs_init() local 555 struct socfpga_dwmac *dwmac = bsp_priv; in socfpga_dwmac_init() local 560 static void socfpga_gen5_setup_plat_dat(struct socfpga_dwmac *dwmac) in socfpga_gen5_setup_plat_dat() 570 static void socfpga_agilex5_setup_plat_dat(struct socfpga_dwmac *dwmac) in socfpga_agilex5_setup_plat_dat() [all …]
|
| H A D | dwmac-thead.c | 56 struct thead_dwmac *dwmac = plat->bsp_priv; in thead_dwmac_set_phy_if() local 81 struct thead_dwmac *dwmac = plat->bsp_priv; in thead_dwmac_set_txclk_dir() local 107 struct thead_dwmac *dwmac = bsp_priv; in thead_set_clk_tx_rate() local 154 struct thead_dwmac *dwmac = plat->bsp_priv; in thead_dwmac_enable_clk() local 191 struct thead_dwmac *dwmac = priv; in thead_dwmac_init() local 220 struct thead_dwmac *dwmac; in thead_dwmac_probe() local
|
| H A D | dwmac-sti.c | 119 struct sti_dwmac *dwmac = priv; in stih4xx_fix_retime_src() local 151 struct sti_dwmac *dwmac = bsp_priv; in sti_set_phy_intf_sel() local 178 static int sti_dwmac_parse_data(struct sti_dwmac *dwmac, in sti_dwmac_parse_data() 234 struct sti_dwmac *dwmac = bsp_priv; in sti_dwmac_init() local 241 struct sti_dwmac *dwmac = bsp_priv; in sti_dwmac_exit() local 251 struct sti_dwmac *dwmac; in sti_dwmac_probe() local
|
| H A D | dwmac-visconti.c | 54 struct visconti_eth *dwmac = bsp_priv; in visconti_eth_set_clk_tx_rate() local 147 struct visconti_eth *dwmac = plat_dat->bsp_priv; in visconti_eth_init_hw() local 178 struct visconti_eth *dwmac = plat_dat->bsp_priv; in visconti_eth_clock_probe() local 197 struct visconti_eth *dwmac = get_stmmac_bsp_priv(&pdev->dev); in visconti_eth_clock_remove() local 209 struct visconti_eth *dwmac; in visconti_eth_dwmac_probe() local
|
| H A D | dwmac-loongson1.c | 57 struct ls1x_dwmac *dwmac = plat_dat->bsp_priv; in ls1b_dwmac_setup() local 84 struct ls1x_dwmac *dwmac = priv; in ls1b_dwmac_syscon_init() local 138 struct ls1x_dwmac *dwmac = priv; in ls1c_dwmac_syscon_init() local 164 struct ls1x_dwmac *dwmac; in ls1x_dwmac_probe() local
|
| H A D | dwmac-meson.c | 28 struct meson_dwmac *dwmac = bsp_priv; in meson6_dwmac_set_clk_tx_rate() local 51 struct meson_dwmac *dwmac; in meson6_dwmac_probe() local
|
| H A D | dwmac-starfive.c | 33 struct starfive_dwmac *dwmac = plat_dat->bsp_priv; in starfive_dwmac_set_mode() local 75 struct starfive_dwmac *dwmac; in starfive_dwmac_probe() local
|
| H A D | dwmac-intel-plat.c | 46 struct intel_dwmac *dwmac; in intel_eth_plat_probe() local 132 struct intel_dwmac *dwmac = get_stmmac_bsp_priv(&pdev->dev); in intel_eth_plat_remove() local
|