Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dkeystone_net.c367 if (port >= DEVICE_N_GMACSL_PORTS) in mac_sl_reset()
391 if (port >= DEVICE_N_GMACSL_PORTS) in mac_sl_config()
456 for (i = 0; i < DEVICE_N_GMACSL_PORTS; i++) { in ethss_start()
468 for (i = 0; i < DEVICE_N_GMACSL_PORTS; i++) in ethss_stop()
/external/u-boot/arch/arm/include/asm/ti-common/
Dkeystone_net.h131 #define DEVICE_N_GMACSL_PORTS (DEVICE_CPSW_NUM_PORTS - 1) macro