/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-ipq806x.c | 93 static int get_clk_div_sgmii(struct ipq806x_gmac *gmac, unsigned int speed) in get_clk_div_sgmii() argument 95 struct device *dev = &gmac->pdev->dev; in get_clk_div_sgmii() 119 static int get_clk_div_rgmii(struct ipq806x_gmac *gmac, unsigned int speed) in get_clk_div_rgmii() argument 121 struct device *dev = &gmac->pdev->dev; in get_clk_div_rgmii() 145 static int ipq806x_gmac_set_speed(struct ipq806x_gmac *gmac, unsigned int speed) in ipq806x_gmac_set_speed() argument 150 switch (gmac->phy_mode) { in ipq806x_gmac_set_speed() 152 div = get_clk_div_rgmii(gmac, speed); in ipq806x_gmac_set_speed() 153 clk_bits = NSS_COMMON_CLK_GATE_RGMII_RX_EN(gmac->id) | in ipq806x_gmac_set_speed() 154 NSS_COMMON_CLK_GATE_RGMII_TX_EN(gmac->id); in ipq806x_gmac_set_speed() 158 div = get_clk_div_sgmii(gmac, speed); in ipq806x_gmac_set_speed() [all …]
|
D | dwmac-sunxi.c | 32 struct sunxi_priv_data *gmac = priv; in sun7i_gmac_init() local 35 if (gmac->regulator) { in sun7i_gmac_init() 36 ret = regulator_enable(gmac->regulator); in sun7i_gmac_init() 47 if (phy_interface_mode_is_rgmii(gmac->interface)) { in sun7i_gmac_init() 48 clk_set_rate(gmac->tx_clk, SUN7I_GMAC_GMII_RGMII_RATE); in sun7i_gmac_init() 49 clk_prepare_enable(gmac->tx_clk); in sun7i_gmac_init() 50 gmac->clk_enabled = 1; in sun7i_gmac_init() 52 clk_set_rate(gmac->tx_clk, SUN7I_GMAC_MII_RATE); in sun7i_gmac_init() 53 ret = clk_prepare(gmac->tx_clk); in sun7i_gmac_init() 63 struct sunxi_priv_data *gmac = priv; in sun7i_gmac_exit() local [all …]
|
D | dwmac-anarion.c | 27 static uint32_t gmac_read_reg(struct anarion_gmac *gmac, uint8_t reg) in gmac_read_reg() argument 29 return readl((void *)(gmac->ctl_block + reg)); in gmac_read_reg() 32 static void gmac_write_reg(struct anarion_gmac *gmac, uint8_t reg, uint32_t val) in gmac_write_reg() argument 34 writel(val, (void *)(gmac->ctl_block + reg)); in gmac_write_reg() 40 struct anarion_gmac *gmac = priv; in anarion_gmac_init() local 43 gmac_write_reg(gmac, GMAC_RESET_CONTROL_REG, 1); in anarion_gmac_init() 45 sw_config = gmac_read_reg(gmac, GMAC_SW_CONFIG_REG); in anarion_gmac_init() 47 sw_config |= (gmac->phy_intf_sel & GMAC_CONFIG_INTF_SEL_MASK); in anarion_gmac_init() 48 gmac_write_reg(gmac, GMAC_SW_CONFIG_REG, sw_config); in anarion_gmac_init() 50 gmac_write_reg(gmac, GMAC_RESET_CONTROL_REG, 0); in anarion_gmac_init() [all …]
|
D | dwmac-sun8i.c | 544 struct sunxi_priv_data *gmac = priv; in sun8i_dwmac_init() local 547 if (gmac->regulator) { in sun8i_dwmac_init() 548 ret = regulator_enable(gmac->regulator); in sun8i_dwmac_init() 555 ret = clk_prepare_enable(gmac->tx_clk); in sun8i_dwmac_init() 557 if (gmac->regulator) in sun8i_dwmac_init() 558 regulator_disable(gmac->regulator); in sun8i_dwmac_init() 728 struct sunxi_priv_data *gmac = priv->plat->bsp_priv; in get_ephy_nodes() local 749 gmac->ephy_clk = of_clk_get(iphynode, 0); in get_ephy_nodes() 750 if (IS_ERR(gmac->ephy_clk)) in get_ephy_nodes() 752 gmac->rst_ephy = of_reset_control_get_exclusive(iphynode, NULL); in get_ephy_nodes() [all …]
|
D | hwif.c | 91 bool gmac; member 109 .gmac = false, 127 .gmac = true, 145 .gmac = false, 163 .gmac = false, 181 .gmac = false, 199 .gmac = false, 217 .gmac = false, 236 .gmac = false, 302 if (needs_gmac ^ entry->gmac) in stmmac_hwif_init()
|
/Linux-v5.10/arch/mips/netlogic/xlr/ |
D | fmn-config.c | 91 total_credits += cfg->gmac[0].credit_config[bkt]; in check_credit_distribution() 92 total_credits += cfg->gmac[1].credit_config[bkt]; in check_credit_distribution() 183 struct xlr_fmn_info *gmac = xlr_board_fmn_config.gmac; in xlr_board_info_setup() local 197 setup_fmn_cc(&gmac[0], FMN_STNID_GMAC0, in xlr_board_info_setup() 207 setup_fmn_cc(&gmac[0], FMN_STNID_GMAC0, in xlr_board_info_setup() 222 setup_fmn_cc(&gmac[0], FMN_STNID_GMAC0, in xlr_board_info_setup() 224 setup_fmn_cc(&gmac[1], FMN_STNID_GMAC1_FR_0, in xlr_board_info_setup() 235 setup_fmn_cc(&gmac[0], FMN_STNID_GMAC0, in xlr_board_info_setup() 237 setup_fmn_cc(&gmac[1], FMN_STNID_GMAC1_FR_0, in xlr_board_info_setup() 249 setup_fmn_cc(&gmac[0], FMN_STNID_GMAC0, in xlr_board_info_setup() [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/net/ |
D | rockchip-dwmac.txt | 7 "rockchip,px30-gmac": found on PX30 SoCs 8 "rockchip,rk3128-gmac": found on RK312x SoCs 9 "rockchip,rk3228-gmac": found on RK322x SoCs 10 "rockchip,rk3288-gmac": found on RK3288 SoCs 11 "rockchip,rk3328-gmac": found on RK3328 SoCs 12 "rockchip,rk3366-gmac": found on RK3366 SoCs 13 "rockchip,rk3368-gmac": found on RK3368 SoCs 14 "rockchip,rk3399-gmac": found on RK3399 SoCs 15 "rockchip,rv1108-gmac": found on RV1108 SoCs 49 gmac: ethernet@ff290000 { [all …]
|
D | hisilicon-hix5hd2-gmac.txt | 1 Hisilicon hix5hd2 gmac controller 5 * "hisilicon,hix5hd2-gmac" 6 * "hisilicon,hi3798cv200-gmac" 7 * "hisilicon,hi3516a-gmac" 9 * "hisilicon,hisi-gmac-v1" 10 * "hisilicon,hisi-gmac-v2" 43 compatible = "hisilicon,hi3798cv200-gmac", "hisilicon,hisi-gmac-v2";
|
D | ipq806x-dwmac.txt | 8 - compatible: should be "qcom,ipq806x-gmac" along with "snps,dwmac" 20 gmac: ethernet@37000000 { 22 compatible = "qcom,ipq806x-gmac";
|
D | anarion-gmac.txt | 7 - compatible: Should be "adaptrum,anarion-gmac", "snps,dwmac" 14 compatible = "adaptrum,anarion-gmac", "snps,dwmac";
|
D | oxnas-dwmac.txt | 16 - "gmac" for the peripheral gate clock 32 clock-names = "gmac", "stmmaceth";
|
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb/ |
D | gmac.h | 132 struct gmac { struct 138 extern const struct gmac t1_pm3393_ops; argument 139 extern const struct gmac t1_vsc7326_ops;
|
D | subr.c | 408 .gmac = &t1_pm3393_ops, 428 .gmac = &t1_pm3393_ops, 448 .gmac = &t1_pm3393_ops, 470 .gmac = &t1_pm3393_ops, 492 .gmac = &t1_pm3393_ops, 516 .gmac = &t1_vsc7326_ops, 1057 adapter->params.stats_update_period = bi->gmac->stats_update_period; in t1_init_sw_modules() 1083 if (bi->gmac->reset) in t1_init_sw_modules() 1084 bi->gmac->reset(adapter); in t1_init_sw_modules() 1099 adapter->port[i].mac = mac = bi->gmac->create(adapter, i); in t1_init_sw_modules()
|
D | common.h | 269 struct gmac; 288 const struct gmac *gmac; member
|
/Linux-v5.10/arch/arm64/boot/dts/allwinner/ |
D | sun50i-h6-orangepi-one-plus.dts | 15 reg_gmac_3v3: gmac-3v3 { 17 regulator-name = "vcc-gmac-3v3";
|
D | sun50i-h5-libretech-all-h5-cc.dts | 14 reg_gmac_3v3: gmac-3v3 { 16 regulator-name = "gmac-3v3";
|
D | sun50i-h5-nanopi-neo2.dts | 37 reg_gmac_3v3: gmac-3v3 { 39 regulator-name = "gmac-3v3";
|
D | sun50i-h5-orangepi-zero-plus.dts | 48 reg_gmac_3v3: gmac-3v3 { 50 regulator-name = "gmac-3v3";
|
D | sun50i-h5-nanopi-neo-plus2.dts | 40 reg_gmac_3v3: gmac-3v3 { 42 regulator-name = "gmac-3v3";
|
/Linux-v5.10/drivers/staging/netlogic/ |
D | platform_net.c | 72 .gmac_fmn_info = &xlr_board_fmn_config.gmac[1], in gmac_controller2_init() 116 .gmac_fmn_info = &xlr_board_fmn_config.gmac[0], in xls_gmac_init() 182 .gmac_fmn_info = &xlr_board_fmn_config.gmac[0], in xlr_gmac_init()
|
/Linux-v5.10/drivers/net/wireless/ath/ |
D | key.c | 480 u8 gmac[ETH_ALEN]; in ath_key_config() local 511 memcpy(gmac, vif->addr, ETH_ALEN); in ath_key_config() 512 gmac[0] |= 0x01; in ath_key_config() 513 mac = gmac; in ath_key_config() 521 memcpy(gmac, sta->addr, ETH_ALEN); in ath_key_config() 522 gmac[0] |= 0x01; in ath_key_config() 523 mac = gmac; in ath_key_config()
|
/Linux-v5.10/arch/arm64/boot/dts/rockchip/ |
D | rk3399-ficus.dts | 20 clkin_gmac: external-gmac-clock { 75 &gmac { 96 gmac {
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | rockchip-radxa-dalang-carrier.dtsi | 11 clkin_gmac: external-gmac-clock { 56 &gmac {
|
D | sun7i-a20-lamobo-r1.dts | 84 reg_gmac_3v3: gmac-3v3 { 86 regulator-name = "gmac-3v3"; 120 &gmac { 173 ethernet = <&gmac>;
|
D | spear1310.dtsi | 138 compatible = "st,spear600-gmac"; 147 compatible = "st,spear600-gmac"; 156 compatible = "st,spear600-gmac"; 165 compatible = "st,spear600-gmac";
|