Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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()
334 int designware_eth_enable(struct dw_eth_dev *priv) in designware_eth_enable()
[all …]
H A Ddesignware.h223 struct dw_eth_dev { struct
257 int designware_eth_init(struct dw_eth_dev *priv, u8 *enetaddr); argument
258 int designware_eth_enable(struct dw_eth_dev *priv);
H A Dgmac_rockchip.c51 struct dw_eth_dev dw;
174 struct dw_eth_dev *priv = &dev->dw; in px30_gmac_fix_mac_speed()
217 struct dw_eth_dev *priv = &dev->dw; in rk1808_gmac_fix_mac_speed()
253 struct dw_eth_dev *priv = &dev->dw; in rk3228_gmac_fix_mac_speed()
304 struct dw_eth_dev *priv = &dev->dw; in rk3288_gmac_fix_mac_speed()
332 struct dw_eth_dev *priv = &dev->dw; in rk3308_gmac_fix_mac_speed()
375 struct dw_eth_dev *priv = &dev->dw; in rk3328_gmac_fix_mac_speed()
426 struct dw_eth_dev *priv = &dev->dw; in rk3368_gmac_fix_mac_speed()
460 struct dw_eth_dev *priv = &dev->dw; in rk3399_gmac_fix_mac_speed()
488 struct dw_eth_dev *priv = &dev->dw; in rv1108_set_rmii_speed()
[all …]