Searched refs:CSI_ETH_MAC_CONTROL_RX (Results 1 – 6 of 6) sorted by relevance
288 case CSI_ETH_MAC_CONTROL_RX: in designware_eth_enable()306 case CSI_ETH_MAC_CONTROL_RX: in designware_eth_disable()598 case CSI_ETH_MAC_CONTROL_RX: in cvi_eth_mac_control()601 ret = designware_eth_enable(handle, CSI_ETH_MAC_CONTROL_RX); in cvi_eth_mac_control()604 ret = designware_eth_disable(handle, CSI_ETH_MAC_CONTROL_RX); in cvi_eth_mac_control()
33 #define CSI_ETH_MAC_CONTROL_RX (0x03) ///< Receiver; arg: 0=disabled (default), 1=ena… macro
39 #define CSI_ETH_MAC_CONTROL_RX (0x03) ///< Receiver; arg: 0=disabled (default), 1=ena… macro
41 #define CSI_ETH_MAC_CONTROL_RX (0x03) ///< Receiver; arg: 0=disabled (default), 1=ena… macro
106 ret = cvi_eth_mac_control(g_mac_handle, CSI_ETH_MAC_CONTROL_RX, enable ? 1 : 0); in cvi_eth_mac_phy_enable()
1039 if (control == CSI_ETH_MAC_CONTROL_RX) { in csi_eth_mac_control()
Completed in 61 milliseconds