Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Zynq/
Dx_emacpsif_physpeed.c80 #define ADVERTISE_10FULL 0x0040 /* Try for 10mbps full-duplex */ macro
85 ( ADVERTISE_10FULL | ADVERTISE_100FULL | \
88 #define ADVERTISE_10 ( ADVERTISE_10FULL | ADVERTISE_10HALF )
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/M487/
Dm480_eth.h81 #define ADVERTISE_10FULL 0x0040 /* Try for 10mbps full-duplex */ macro
Dm480_eth.c116 ADVERTISE_10FULL | in reset_phy()
154 else if( reg & ADVERTISE_10FULL ) in reset_phy()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/xilinx_ultrascale/
Dx_emacpsif_physpeed.c85 #define ADVERTISE_10FULL 0x0040 /* Try for 10mbps full-duplex */ macro
93 ( ADVERTISE_10FULL | ADVERTISE_100FULL | \
96 #define ADVERTISE_10 ( ADVERTISE_10FULL | ADVERTISE_10HALF )
755 ADVERTISE_10FULL | in get_AR8035_phy_speed()