Searched refs:cvi_eth_mac_control (Results 1 – 3 of 3) sorted by relevance
| /bsp/cvitek/drivers/ |
| A D | drv_eth.c | 82 ret = cvi_eth_mac_control(g_mac_handle, CSI_ETH_MAC_CONFIGURE, 1); in cvi_eth_mac_phy_enable() 99 ret = cvi_eth_mac_control(g_mac_handle, CSI_ETH_MAC_CONTROL_TX, enable ? 1 : 0); in cvi_eth_mac_phy_enable() 106 ret = cvi_eth_mac_control(g_mac_handle, CSI_ETH_MAC_CONTROL_RX, enable ? 1 : 0); in cvi_eth_mac_phy_enable() 123 ret = cvi_eth_mac_control(g_mac_handle, DRV_ETH_MAC_ADJUST_LINK, 1); in cvi_eth_mac_phy_enable()
|
| /bsp/cvitek/drivers/libraries/eth/ |
| A D | dw_eth_mac.h | 357 int32_t cvi_eth_mac_control(eth_mac_handle_t handle, uint32_t control, uint32_t arg);
|
| A D | dw_eth_mac.c | 564 int32_t cvi_eth_mac_control(eth_mac_handle_t handle, uint32_t control, uint32_t arg) in cvi_eth_mac_control() function
|
Completed in 13 milliseconds