Home
last modified time | relevance | path

Searched refs:control (Results 1 – 25 of 61) sorted by relevance

123

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Zynq/
Dx_emacpsif_physpeed.c190 u16 control; in get_IEEE_phy_speed() local
204 &control ); in get_IEEE_phy_speed()
205 control |= ( IEEE_CTRL_AUTONEGOTIATE_ENABLE | in get_IEEE_phy_speed()
208 XEmacPs_PhyWrite( xemacpsp, phy_addr, IEEE_CONTROL_REG_OFFSET, control ); in get_IEEE_phy_speed()
211 XEmacPs_PhyRead( xemacpsp, phy_addr, IEEE_CONTROL_REG_OFFSET, &control ); in get_IEEE_phy_speed()
214 if( ( control & IEEE_CTRL_AUTONEGOTIATE_ENABLE ) && ( status & in get_IEEE_phy_speed()
257 phylinkspeed = control & IEEE_CTRL_1GBPS_LINKSPEED_MASK; in get_IEEE_phy_speed()
278 return ( control & IEEE_CTRL_LINKSPEED_MASK ) ? 100 : 10; in get_IEEE_phy_speed()
287 u16 control; in get_IEEE_phy_speed() local
302 XEmacPs_PhyRead( xemacpsp, phy_addr, IEEE_CONTROL_REG_MAC, &control ); in get_IEEE_phy_speed()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/xilinx_ultrascale/
Dx_emacpsif_physpeed.c269 u16 control; in configure_IEEE_phy_speed_US() local
272 XEmacPs_PhyRead( xemacpsp, phy_addr, IEEE_CONTROL_REG_MAC, &control ); in configure_IEEE_phy_speed_US()
273 control |= IEEE_RGMII_TXRX_CLOCK_DELAYED_MASK; in configure_IEEE_phy_speed_US()
274 XEmacPs_PhyWrite( xemacpsp, phy_addr, IEEE_CONTROL_REG_MAC, control ); in configure_IEEE_phy_speed_US()
278 XEmacPs_PhyRead( xemacpsp, phy_addr, IEEE_AUTONEGO_ADVERTISE_REG, &control ); in configure_IEEE_phy_speed_US()
279 control |= IEEE_ASYMMETRIC_PAUSE_MASK; in configure_IEEE_phy_speed_US()
280 control |= IEEE_PAUSE_MASK; in configure_IEEE_phy_speed_US()
281 XEmacPs_PhyWrite( xemacpsp, phy_addr, IEEE_AUTONEGO_ADVERTISE_REG, control ); in configure_IEEE_phy_speed_US()
283 XEmacPs_PhyRead( xemacpsp, phy_addr, IEEE_CONTROL_REG_OFFSET, &control ); in configure_IEEE_phy_speed_US()
284 control &= ~IEEE_CTRL_LINKSPEED_1000M; in configure_IEEE_phy_speed_US()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
Dreadme.md107 __IO uint32_t DMACCR; // ETH_DMACCR DMA Channel control register
108 __IO uint32_t DMACTCR; // ETH_DMACTXCR Channel Tx transmit control register
109 __IO uint32_t DMACRCR; // ETH_DMACRXCR Channel Rx receive control register
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_Utils_IPv6_ConfigLowTCPMSS/
Dut.cmake30 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DHCP/
Dut.cmake32 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_Utils_IPv6/
Dut.cmake30 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv4_Sockets/
Dut.cmake28 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ARP/
Dut.cmake34 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ARP_DataLenLessThanMinPacket/
Dut.cmake34 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DNS_Networking/
Dut.cmake32 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_BitConfig/
Dut.cmake32 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_Utils/
Dut.cmake31 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_WIN/
Dut.cmake27 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv4_Utils/
Dut.cmake31 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_RA/
Dut.cmake37 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DNS_Parser/
Dut.cmake33 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DNS/
Dut.cmake36 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DNS_Cache/
Dut.cmake34 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DNS_ConfigNoCallback/
Dut.cmake36 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_State_Handling/
Dut.cmake38 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_State_Handling_IPv4/
Dut.cmake38 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_State_Handling_IPv6/
Dut.cmake37 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_Transmission_IPv6/
Dut.cmake37 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Stream_Buffer/
Dut.cmake36 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_Reception/
Dut.cmake37 #list the definitions of your mocks to control what to be included

123