Home
last modified time | relevance | path

Searched refs:ADVERTISE_100FULL (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/Zynq/
Dx_emacpsif_physpeed.c83 #define ADVERTISE_100FULL 0x0100 /* Try for 100mbps full-duplex */ macro
86 ( ADVERTISE_10FULL | ADVERTISE_100FULL | \
88 #define ADVERTISE_100 ( ADVERTISE_100FULL | ADVERTISE_100HALF )
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/M487/
Dm480_eth.h83 #define ADVERTISE_100FULL 0x0100 /* Try for 100mbps full-duplex */ macro
Dm480_eth.c118 ADVERTISE_100FULL ); in reset_phy()
144 if( reg & ADVERTISE_100FULL ) in reset_phy()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/xilinx_ultrascale/
Dx_emacpsif_physpeed.c103 #define ADVERTISE_100FULL 0x0100 /* Try for 100mbps full-duplex */ macro
109 ( ADVERTISE_10FULL | ADVERTISE_100FULL | \
111 #define ADVERTISE_100 ( ADVERTISE_100FULL | ADVERTISE_100HALF )
777 ADVERTISE_100FULL | in get_AR8035_phy_speed()