Searched refs:CSI_ETH_MAC_CONTROL_TX (Results 1 – 5 of 5) sorted by relevance
285 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()
32 #define CSI_ETH_MAC_CONTROL_TX (0x02) ///< Transmitter; arg: 0=disabled (default), 1=… macro
38 #define CSI_ETH_MAC_CONTROL_TX (0x02) ///< Transmitter; arg: 0=disabled (default), 1=… macro
40 #define CSI_ETH_MAC_CONTROL_TX (0x02) ///< Transmitter; arg: 0=disabled (default), 1=… macro
99 ret = cvi_eth_mac_control(g_mac_handle, CSI_ETH_MAC_CONTROL_TX, enable ? 1 : 0); in cvi_eth_mac_phy_enable()
Completed in 13 milliseconds