Home
last modified time | relevance | path

Searched refs:dw_eth_dev (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Ddesignware.c29 struct dw_eth_dev *priv = dev_get_priv((struct udevice *)bus->priv); in dw_mdio_read()
57 struct dw_eth_dev *priv = dev_get_priv((struct udevice *)bus->priv); in dw_mdio_write()
88 struct dw_eth_dev *priv = dev_get_priv(dev); in dw_mdio_reset()
139 static void tx_descs_init(struct dw_eth_dev *priv) in tx_descs_init()
179 static void rx_descs_init(struct dw_eth_dev *priv) in rx_descs_init()
219 static int _dw_write_hwaddr(struct dw_eth_dev *priv, u8 *mac_id) in _dw_write_hwaddr()
234 static int dw_adjust_link(struct dw_eth_dev *priv, struct eth_mac_regs *mac_p, in dw_adjust_link()
264 static void _dw_eth_halt(struct dw_eth_dev *priv) in _dw_eth_halt()
275 int designware_eth_init(struct dw_eth_dev *priv, u8 *enetaddr) in designware_eth_init()
343 int designware_eth_enable(struct dw_eth_dev *priv) in designware_eth_enable()
[all …]
H A Dgmac_rockchip.c45 int (*fix_mac_speed)(struct dw_eth_dev *priv);
75 static int rk3228_gmac_fix_mac_speed(struct dw_eth_dev *priv) in rk3228_gmac_fix_mac_speed()
108 static int rk3288_gmac_fix_mac_speed(struct dw_eth_dev *priv) in rk3288_gmac_fix_mac_speed()
134 static int rk3328_gmac_fix_mac_speed(struct dw_eth_dev *priv) in rk3328_gmac_fix_mac_speed()
167 static int rk3368_gmac_fix_mac_speed(struct dw_eth_dev *priv) in rk3368_gmac_fix_mac_speed()
199 static int rk3399_gmac_fix_mac_speed(struct dw_eth_dev *priv) in rk3399_gmac_fix_mac_speed()
225 static int rv1108_set_rmii_speed(struct dw_eth_dev *priv) in rv1108_set_rmii_speed()
545 struct dw_eth_dev *priv = dev_get_priv(dev); in gmac_rockchip_eth_start()
625 .priv_auto_alloc_size = sizeof(struct dw_eth_dev),
H A Ddesignware.h222 struct dw_eth_dev { struct
260 int designware_eth_init(struct dw_eth_dev *priv, u8 *enetaddr); argument
261 int designware_eth_enable(struct dw_eth_dev *priv);
H A Ddwmac_socfpga.c119 .priv_auto_alloc_size = sizeof(struct dw_eth_dev),