Home
last modified time | relevance | path

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

/bsp/ck802/libraries/include/
A Ddrv_eth_phy.h26 typedef void *eth_phy_handle_t; typedef
64 csi_drv_version_t csi_eth_phy_get_version(eth_phy_handle_t handle);
72 eth_phy_handle_t csi_eth_phy_initialize(csi_eth_phy_read_t fn_read, csi_eth_phy_write_t fn_write);
79 int32_t csi_eth_phy_uninitialize(eth_phy_handle_t handle);
87 int32_t csi_eth_phy_power_control(eth_phy_handle_t handle, eth_power_state_t state);
95 int32_t csi_eth_phy_set_interface(eth_phy_handle_t handle, uint32_t interface);
103 int32_t csi_eth_phy_set_mode(eth_phy_handle_t handle, uint32_t mode);
110 eth_link_state_t csi_eth_phy_get_linkstate(eth_phy_handle_t handle);
117 eth_link_info_t csi_eth_phy_get_linkinfo(eth_phy_handle_t handle);
/bsp/xuantie/libraries/xuantie_libraries/csi/csi2/include/drv/
A Deth_phy.h26 typedef void *eth_phy_handle_t; typedef
64 csi_drv_version_t csi_eth_phy_get_version(eth_phy_handle_t handle);
72 eth_phy_handle_t csi_eth_phy_initialize(csi_eth_phy_read_t fn_read, csi_eth_phy_write_t fn_write);
79 int32_t csi_eth_phy_uninitialize(eth_phy_handle_t handle);
87 int32_t csi_eth_phy_power_control(eth_phy_handle_t handle, eth_power_state_t state);
95 int32_t csi_eth_phy_set_interface(eth_phy_handle_t handle, uint32_t interface);
103 int32_t csi_eth_phy_set_mode(eth_phy_handle_t handle, uint32_t mode);
110 eth_link_state_t csi_eth_phy_get_linkstate(eth_phy_handle_t handle);
117 eth_link_info_t csi_eth_phy_get_linkinfo(eth_phy_handle_t handle);
A Deth_mac.h192 void csi_eth_mac_connect_phy(eth_mac_handle_t handle_mac, eth_phy_handle_t handle_phy);
/bsp/cvitek/drivers/libraries/eth/
A Dcvi_eth_phy.h46 typedef void *eth_phy_handle_t; typedef
344 int32_t (*config)(eth_phy_handle_t phy_dev);
345 int32_t (*start)(eth_phy_handle_t phy_dev);
346 int32_t (*stop)(eth_phy_handle_t phy_dev);
347 int32_t (*loopback)(eth_phy_handle_t phy_dev);
348 int32_t (*update_link)(eth_phy_handle_t phy_dev);
367 int32_t eth_phy_reset(eth_phy_handle_t handle);
368 int32_t eth_phy_config(eth_phy_handle_t handle);
369 int32_t eth_phy_start(eth_phy_handle_t handle);
370 int32_t eth_phy_update_link(eth_phy_handle_t handle);
[all …]
A Deth_phy_cvitek.c43 static int cv181x_set_phy_loopback(eth_phy_handle_t handle, phy_loopback_mode_t mode) in cv181x_set_phy_loopback()
55 int32_t cv181x_config(eth_phy_handle_t handle) in cv181x_config()
348 int32_t cv181x_start(eth_phy_handle_t handle) in cv181x_start()
365 int32_t cv181x_stop(eth_phy_handle_t handle) in cv181x_stop()
375 int32_t cv181x_update_link(eth_phy_handle_t handle) in cv181x_update_link()
A Dcvi_eth_phy.c210 int32_t eth_phy_reset(eth_phy_handle_t handle) in eth_phy_reset()
266 int32_t eth_phy_config(eth_phy_handle_t handle) in eth_phy_config()
279 int32_t eth_phy_start(eth_phy_handle_t handle) in eth_phy_start()
292 int32_t eth_phy_stop(eth_phy_handle_t handle) in eth_phy_stop()
304 int32_t cvi_eth_phy_power_control(eth_phy_handle_t handle, eth_power_state_t state) in cvi_eth_phy_power_control()
364 int32_t eth_phy_update_link(eth_phy_handle_t handle) in eth_phy_update_link()
607 eth_phy_handle_t cvi_eth_phy_init(csi_eth_phy_read_t fn_read, csi_eth_phy_write_t fn_write) in cvi_eth_phy_init()
A Ddw_eth_mac.h379 void dw_eth_mac_connect_phy(eth_mac_handle_t handle_mac, eth_phy_handle_t handle_phy);
A Ddw_eth_mac.c477 void dw_eth_mac_connect_phy(eth_mac_handle_t handle_mac, eth_phy_handle_t handle_phy) in dw_eth_mac_connect_phy()
/bsp/hpmicro/hpm6300evk/board/
A Deth_phy_port.c29 } eth_phy_handle_t; typedef
34 eth_phy_handle_t **phy_handle;
43 static eth_phy_handle_t eth0_phy_handle =
59 static eth_phy_handle_t eth1_phy_handle =
69 static eth_phy_handle_t *s_gphys[] =
/bsp/hpmicro/libraries/drivers/
A Ddrv_enet_phy.c31 } eth_phy_handle_t; typedef
36 eth_phy_handle_t **phy_handle;
45 static eth_phy_handle_t eth0_phy_handle =
61 static eth_phy_handle_t eth1_phy_handle =
71 static eth_phy_handle_t *s_gphys[] =
/bsp/ck802/libraries/common/eth/
A Dethernet_enc28j60.c657 csi_drv_version_t csi_eth_phy_get_version(eth_phy_handle_t handle) in csi_eth_phy_get_version()
675 eth_phy_handle_t csi_eth_phy_initialize(csi_eth_phy_read_t fn_read, csi_eth_phy_write_t fn_write) in csi_eth_phy_initialize()
693 int32_t csi_eth_phy_uninitialize(eth_phy_handle_t handle) in csi_eth_phy_uninitialize()
712 int32_t csi_eth_phy_power_control(eth_phy_handle_t handle, eth_power_state_t state) in csi_eth_phy_power_control()
737 int32_t csi_eth_phy_set_interface(eth_phy_handle_t handle, uint32_t interface) in csi_eth_phy_set_interface()
746 eth_link_info_t csi_eth_phy_get_linkinfo(eth_phy_handle_t handle) in csi_eth_phy_get_linkinfo()
760 int32_t csi_eth_phy_set_mode(eth_phy_handle_t handle, uint32_t mode) in csi_eth_phy_set_mode()
791 eth_link_state_t csi_eth_phy_get_linkstate(eth_phy_handle_t handle) in csi_eth_phy_get_linkstate()
/bsp/cvitek/drivers/
A Ddrv_eth.c50 static eth_phy_handle_t g_phy_handle;

Completed in 38 milliseconds