Home
last modified time | relevance | path

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

/bsp/cvitek/drivers/libraries/eth/
A Ddw_eth_mac.c285 case CSI_ETH_MAC_CONTROL_TX: in designware_eth_enable()
303 case CSI_ETH_MAC_CONTROL_TX: in designware_eth_disable()
588 case CSI_ETH_MAC_CONTROL_TX: in cvi_eth_mac_control()
591 ret = designware_eth_enable(handle, CSI_ETH_MAC_CONTROL_TX); in cvi_eth_mac_control()
594 ret = designware_eth_disable(handle, CSI_ETH_MAC_CONTROL_TX); in cvi_eth_mac_control()
A Ddw_eth_mac.h32 #define CSI_ETH_MAC_CONTROL_TX (0x02) ///< Transmitter; arg: 0=disabled (default), 1=… macro
/bsp/ck802/libraries/include/
A Ddrv_eth_mac.h38 #define CSI_ETH_MAC_CONTROL_TX (0x02) ///< Transmitter; arg: 0=disabled (default), 1=… macro
/bsp/xuantie/libraries/xuantie_libraries/csi/csi2/include/drv/
A Deth_mac.h40 #define CSI_ETH_MAC_CONTROL_TX (0x02) ///< Transmitter; arg: 0=disabled (default), 1=… macro
/bsp/cvitek/drivers/
A Ddrv_eth.c99 ret = cvi_eth_mac_control(g_mac_handle, CSI_ETH_MAC_CONTROL_TX, enable ? 1 : 0); in cvi_eth_mac_phy_enable()

Completed in 12 milliseconds