Home
last modified time | relevance | path

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

/bsp/cvitek/drivers/
A Ddrv_eth.c82 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 Ddw_eth_mac.h357 int32_t cvi_eth_mac_control(eth_mac_handle_t handle, uint32_t control, uint32_t arg);
A Ddw_eth_mac.c564 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