Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/freescale/fs_enet/
Dmac-scc.c82 #define SCC_RESET_DELAY 50 macro
360 for (i = 0; (R16(sccp, scc_sccm) == 0) && i < SCC_RESET_DELAY; i++) in stop()
363 if (i == SCC_RESET_DELAY) in stop()