Searched refs:eth_phy_priv_t (Results 1 – 6 of 6) sorted by relevance
| /bsp/cvitek/drivers/libraries/eth/ |
| A D | cvi_eth_phy.c | 25 eth_phy_priv_t phy_priv_list[CONFIG_ETH_PHY_NUM]; 35 int32_t eth_phy_read(eth_phy_priv_t *priv, uint8_t phy_addr, uint8_t reg_addr, uint16_t *data) in eth_phy_read() 42 int32_t eth_phy_write(eth_phy_priv_t *priv, uint8_t phy_addr, uint8_t reg_addr, uint16_t data) in eth_phy_write() 49 static eth_phy_dev_t *eth_get_phy_device(eth_phy_priv_t *priv, uint8_t phy_addr, uint32_t phy_id) in eth_get_phy_device() 70 static int32_t eth_read_phy_id(eth_phy_priv_t *priv, uint8_t phy_addr, uint32_t *phy_id) in eth_read_phy_id() 219 eth_phy_priv_t *priv = dev->priv; in eth_phy_reset() 380 eth_phy_priv_t *priv = phy_dev->priv; in genphy_config_advert() 477 eth_phy_priv_t *priv = phy_dev->priv; in genphy_setup_forced() 520 eth_phy_priv_t *priv = phy_dev->priv; in genphy_config_aneg() 557 eth_phy_priv_t *priv = phy_dev->priv; in genphy_config() [all …]
|
| A D | cvi_eth_phy.h | 73 } eth_phy_priv_t; typedef 324 eth_phy_priv_t *priv; 364 int32_t eth_phy_read(eth_phy_priv_t *priv, uint8_t phy_addr, uint8_t reg_addr, uint16_t *data); 365 int32_t eth_phy_write(eth_phy_priv_t *priv, uint8_t phy_addr, uint8_t reg_addr, uint16_t data);
|
| A D | eth_phy_cvitek.c | 319 eth_phy_priv_t *priv = dev->priv; in cv181x_parse_status()
|
| /bsp/ck802/libraries/include/ |
| A D | drv_eth_phy.h | 56 }eth_phy_priv_t; typedef
|
| /bsp/xuantie/libraries/xuantie_libraries/csi/csi2/include/drv/ |
| A D | eth_phy.h | 56 } eth_phy_priv_t; typedef
|
| /bsp/ck802/libraries/common/eth/ |
| A D | ethernet_enc28j60.c | 58 static eth_phy_priv_t s_phy_instance[CONFIG_ETH_NUM]; 677 eth_phy_priv_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()
|
Completed in 16 milliseconds