Searched refs:dw_eth_dev (Results 1 – 7 of 7) sorted by relevance
93 struct dw_eth_dev *priv = dev_get_priv(dev); in __dw_mdio_reset()232 struct dw_eth_dev *priv = miidev->priv; in dw_eth_bb_mdio_active()243 struct dw_eth_dev *priv = miidev->priv; in dw_eth_bb_mdio_tristate()254 struct dw_eth_dev *priv = miidev->priv; in dw_eth_bb_set_mdio()266 struct dw_eth_dev *priv = miidev->priv; in dw_eth_bb_get_mdio()275 struct dw_eth_dev *priv = miidev->priv; in dw_eth_bb_set_mdc()287 struct dw_eth_dev *priv = miidev->priv; in dw_eth_bb_delay()786 struct dw_eth_dev *priv = dev_get_priv(dev); in designware_eth_start()801 struct dw_eth_dev *priv = dev_get_priv(dev); in designware_eth_send()808 struct dw_eth_dev *priv = dev_get_priv(dev); in designware_eth_recv()[all …]
49 int (*fix_mac_speed)(struct dw_eth_dev *priv);78 static int px30_gmac_fix_mac_speed(struct dw_eth_dev *priv) in px30_gmac_fix_mac_speed()119 static int rk3228_gmac_fix_mac_speed(struct dw_eth_dev *priv) in rk3228_gmac_fix_mac_speed()152 static int rk3288_gmac_fix_mac_speed(struct dw_eth_dev *priv) in rk3288_gmac_fix_mac_speed()203 static int rk3308_gmac_fix_mac_speed(struct dw_eth_dev *priv) in rk3308_gmac_fix_mac_speed()244 static int rk3328_gmac_fix_mac_speed(struct dw_eth_dev *priv) in rk3328_gmac_fix_mac_speed()277 static int rk3368_gmac_fix_mac_speed(struct dw_eth_dev *priv) in rk3368_gmac_fix_mac_speed()309 static int rk3399_gmac_fix_mac_speed(struct dw_eth_dev *priv) in rk3399_gmac_fix_mac_speed()335 static int rv1108_set_rmii_speed(struct dw_eth_dev *priv) in rv1108_set_rmii_speed()702 struct dw_eth_dev *priv = dev_get_priv(dev); in gmac_rockchip_eth_start()[all …]
222 struct dw_eth_dev { struct261 int designware_eth_init(struct dw_eth_dev *priv, u8 *enetaddr); argument262 int designware_eth_enable(struct dw_eth_dev *priv);
114 struct dw_eth_dev *edev, in dwmac_thead_set_clk_tx_rate()167 struct dw_eth_dev *edev = dev_get_priv(dev); in dwmac_thead_eth_start()285 .priv_auto = sizeof(struct dw_eth_dev),
64 .priv_auto = sizeof(struct dw_eth_dev),
148 .priv_auto = sizeof(struct dw_eth_dev),
162 .priv_auto = sizeof(struct dw_eth_dev),
Completed in 23 milliseconds