Home
last modified time | relevance | path

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

/bsp/ck802/libraries/common/eth/
A Dethernet_enc28j60.c677 eth_phy_priv_t *phy_priv; in csi_eth_phy_initialize() local
685 phy_priv = &s_phy_instance[0]; in csi_eth_phy_initialize()
687 phy_priv->phy_read = fn_read ; in csi_eth_phy_initialize()
688 phy_priv->phy_write = fn_write; in csi_eth_phy_initialize()
690 return (eth_mac_handle_t)phy_priv; in csi_eth_phy_initialize()
768 eth_phy_priv_t *phy_priv = (eth_phy_priv_t *)handle; in csi_eth_phy_set_mode() local
770 phy_priv->link_info.speed = (mode & 0x03); in csi_eth_phy_set_mode()
771 phy_priv->link_info.duplex = (mode & 0x04); in csi_eth_phy_set_mode()
772 phy_priv->link_info.Loopback = (mode & 0x05); in csi_eth_phy_set_mode()
774 if (phy_priv->link_info.duplex) { in csi_eth_phy_set_mode()
[all …]

Completed in 5 milliseconds