Home
last modified time | relevance | path

Searched refs:eth_phy_dev_t (Results 1 – 5 of 5) sorted by relevance

/bsp/cvitek/drivers/libraries/eth/
A Dcvi_eth_phy.c27 extern eth_phy_dev_t cv181x_device;
30 static eth_phy_dev_t *const eth_phy_devices[] = {
51 eth_phy_dev_t *p = eth_phy_devices[0]; in eth_get_phy_device()
182 eth_phy_dev_t *phydev = NULL; in eth_connect_phy()
213 eth_phy_dev_t *dev = (eth_phy_dev_t *)handle; in eth_phy_reset()
269 eth_phy_dev_t *dev = (eth_phy_dev_t *)handle; in eth_phy_config()
282 eth_phy_dev_t *dev = (eth_phy_dev_t *)handle; in eth_phy_start()
295 eth_phy_dev_t *dev = (eth_phy_dev_t *)handle; in eth_phy_stop()
367 eth_phy_dev_t *dev = (eth_phy_dev_t *)handle; in eth_phy_update_link()
553 int32_t genphy_config(eth_phy_dev_t *phy_dev) in genphy_config()
[all …]
A Deth_phy_cvitek.c58 eth_phy_dev_t *dev = (eth_phy_dev_t *)handle; in cv181x_config()
315 static int32_t cv181x_parse_status(eth_phy_dev_t *dev) in cv181x_parse_status()
352 eth_phy_dev_t *dev = (eth_phy_dev_t *)handle; in cv181x_start()
378 eth_phy_dev_t *dev = (eth_phy_dev_t *)handle; in cv181x_update_link()
384 eth_phy_dev_t cv181x_device = {
A Dcvi_eth_phy.h349 } eth_phy_dev_t; typedef
360 int generic_phy_config_aneg(eth_phy_dev_t *dev);
361 int generic_phy_restart_aneg(eth_phy_dev_t *dev);
362 int generic_phy_update_link(eth_phy_dev_t *dev);
372 int32_t genphy_config(eth_phy_dev_t *phy_dev);
373 int32_t genphy_update_link(eth_phy_dev_t *phy_dev);
A Ddw_eth_mac.h304 eth_phy_dev_t *phy_dev;
A Ddw_eth_mac.c482 eth_phy_dev_t *phy_dev = (eth_phy_dev_t *)handle_phy; in dw_eth_mac_connect_phy()

Completed in 13 milliseconds