Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/renesas/
Dsh_eth.h339 ECSR_LCHNG = 0x04, enumerator
343 #define DEFAULT_ECSR_INIT (ECSR_BRCRX | ECSR_PSRTO | ECSR_LCHNG | \
Dsh_eth.c476 .ecsr_value = ECSR_PSRTO | ECSR_LCHNG | ECSR_ICD,
499 .ecsr_value = ECSR_PSRTO | ECSR_LCHNG | ECSR_ICD,
541 .ecsr_value = ECSR_PSRTO | ECSR_LCHNG | ECSR_ICD,
1603 if (felic_stat & ECSR_LCHNG) { in sh_eth_error()