Home
last modified time | relevance | path

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

12

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/Zynq/
Dx_emacpsif_physpeed.c196 u16 control; in get_IEEE_phy_speed() local
210 &control ); in get_IEEE_phy_speed()
211 control |= ( IEEE_CTRL_AUTONEGOTIATE_ENABLE | in get_IEEE_phy_speed()
214 XEmacPs_PhyWrite( xemacpsp, phy_addr, IEEE_CONTROL_REG_OFFSET, control ); in get_IEEE_phy_speed()
217 XEmacPs_PhyRead( xemacpsp, phy_addr, IEEE_CONTROL_REG_OFFSET, &control ); in get_IEEE_phy_speed()
220 if( ( control & IEEE_CTRL_AUTONEGOTIATE_ENABLE ) && ( status & in get_IEEE_phy_speed()
263 phylinkspeed = control & IEEE_CTRL_1GBPS_LINKSPEED_MASK; in get_IEEE_phy_speed()
284 return ( control & IEEE_CTRL_LINKSPEED_MASK ) ? 100 : 10; in get_IEEE_phy_speed()
293 u16 control; in get_IEEE_phy_speed() local
307 XEmacPs_PhyRead( xemacpsp, phy_addr, IEEE_CONTROL_REG_MAC, &control ); in get_IEEE_phy_speed()
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/xilinx_ultrascale/
Dx_emacpsif_physpeed.c293 u16 control; in configure_IEEE_phy_speed_US() local
296 XEmacPs_PhyRead( xemacpsp, phy_addr, IEEE_CONTROL_REG_MAC, &control ); in configure_IEEE_phy_speed_US()
297 control |= IEEE_RGMII_TXRX_CLOCK_DELAYED_MASK; in configure_IEEE_phy_speed_US()
298 XEmacPs_PhyWrite( xemacpsp, phy_addr, IEEE_CONTROL_REG_MAC, control ); in configure_IEEE_phy_speed_US()
302 XEmacPs_PhyRead( xemacpsp, phy_addr, IEEE_AUTONEGO_ADVERTISE_REG, &control ); in configure_IEEE_phy_speed_US()
303 control |= IEEE_ASYMMETRIC_PAUSE_MASK; in configure_IEEE_phy_speed_US()
304 control |= IEEE_PAUSE_MASK; in configure_IEEE_phy_speed_US()
305 XEmacPs_PhyWrite( xemacpsp, phy_addr, IEEE_AUTONEGO_ADVERTISE_REG, control ); in configure_IEEE_phy_speed_US()
307 XEmacPs_PhyRead( xemacpsp, phy_addr, IEEE_CONTROL_REG_OFFSET, &control ); in configure_IEEE_phy_speed_US()
308 control &= ~IEEE_CTRL_LINKSPEED_1000M; in configure_IEEE_phy_speed_US()
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/STM32Hxx/
Dreadme.md102 __IO uint32_t DMACCR; // ETH_DMACCR DMA Channel control register
103 __IO uint32_t DMACTCR; // ETH_DMACTXCR Channel Tx transmit control register
104 __IO uint32_t DMACRCR; // ETH_DMACRXCR Channel Rx receive control register
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_DHCP/
Dut.cmake30 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_ARP/
Dut.cmake28 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_ARP_DataLenLessThanMinPacket/
Dut.cmake28 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_TCP_Utils/
Dut.cmake30 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_TCP_WIN/
Dut.cmake27 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_DNS_Networking/
Dut.cmake32 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Stream_Buffer/
Dut.cmake36 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Tiny_TCP/
Dut.cmake24 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_DNS_Parser/
Dut.cmake31 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_DNS/
Dut.cmake33 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_TCP_Reception/
Dut.cmake37 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_DNS_Cache/
Dut.cmake32 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP_Timers/
Dut.cmake47 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_TCP_IP_DiffConfig/
Dut.cmake43 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP_DiffConfig/
Dut.cmake46 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP_Utils/
Dut.cmake46 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_UDP_IP/
Dut.cmake43 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_ICMP/
Dut.cmake46 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets_DiffConfig/
Dut.cmake41 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets_DiffConfig1/
Dut.cmake41 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_TCP_IP/
Dut.cmake43 #list the definitions of your mocks to control what to be included
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_ICMP_wo_assert/
Dut.cmake45 #list the definitions of your mocks to control what to be included

12