Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Ddesignware.c28 struct dw_eth_dev *priv = dev_get_priv((struct udevice *)bus->priv); in dw_mdio_read()
56 struct dw_eth_dev *priv = dev_get_priv((struct udevice *)bus->priv); in dw_mdio_write()
87 struct dw_eth_dev *priv = dev_get_priv(dev); in dw_mdio_reset()
138 static void tx_descs_init(struct dw_eth_dev *priv) in tx_descs_init()
178 static void rx_descs_init(struct dw_eth_dev *priv) in rx_descs_init()
218 static int _dw_write_hwaddr(struct dw_eth_dev *priv, u8 *mac_id) in _dw_write_hwaddr()
233 static int dw_adjust_link(struct dw_eth_dev *priv, struct eth_mac_regs *mac_p, in dw_adjust_link()
263 static void _dw_eth_halt(struct dw_eth_dev *priv) in _dw_eth_halt()
274 int designware_eth_init(struct dw_eth_dev *priv, u8 *enetaddr) in designware_eth_init()
342 int designware_eth_enable(struct dw_eth_dev *priv) in designware_eth_enable()
[all …]
Dgmac_rockchip.c40 int (*fix_mac_speed)(struct dw_eth_dev *priv);
70 static int rk3228_gmac_fix_mac_speed(struct dw_eth_dev *priv) in rk3228_gmac_fix_mac_speed()
103 static int rk3288_gmac_fix_mac_speed(struct dw_eth_dev *priv) in rk3288_gmac_fix_mac_speed()
129 static int rk3328_gmac_fix_mac_speed(struct dw_eth_dev *priv) in rk3328_gmac_fix_mac_speed()
162 static int rk3368_gmac_fix_mac_speed(struct dw_eth_dev *priv) in rk3368_gmac_fix_mac_speed()
194 static int rk3399_gmac_fix_mac_speed(struct dw_eth_dev *priv) in rk3399_gmac_fix_mac_speed()
220 static int rv1108_set_rmii_speed(struct dw_eth_dev *priv) in rv1108_set_rmii_speed()
499 struct dw_eth_dev *priv = dev_get_priv(dev); in gmac_rockchip_eth_start()
579 .priv_auto_alloc_size = sizeof(struct dw_eth_dev),
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);