Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fs_enet/
H A 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-scc.c81 #define SCC_RESET_DELAY 50 macro
359 for (i = 0; (R16(sccp, scc_sccm) == 0) && i < SCC_RESET_DELAY; i++) in stop()
362 if (i == SCC_RESET_DELAY) in stop()

Completed in 3 milliseconds