Home
last modified time | relevance | path

Searched refs:IEEE_CTRL_LINKSPEED_10M (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/Zynq/
Dx_emacpsif_physpeed.c119 #define IEEE_CTRL_LINKSPEED_10M 0x0000 macro
273 case ( IEEE_CTRL_LINKSPEED_10M ): in get_IEEE_phy_speed()
461 control &= ~IEEE_CTRL_LINKSPEED_10M; in configure_IEEE_phy_speed()
480 control |= IEEE_CTRL_LINKSPEED_10M; in configure_IEEE_phy_speed()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/xilinx_ultrascale/
Dx_emacpsif_physpeed.c142 #define IEEE_CTRL_LINKSPEED_10M 0x0000 macro
310 control &= ~IEEE_CTRL_LINKSPEED_10M; in configure_IEEE_phy_speed_US()
329 control |= IEEE_CTRL_LINKSPEED_10M; in configure_IEEE_phy_speed_US()