Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/renesas/
H A Dsh_eth.h318 ECSR_BRCRX = 0x20, ECSR_PSRTO = 0x10, enumerator
323 #define DEFAULT_ECSR_INIT (ECSR_BRCRX | ECSR_PSRTO | ECSR_LCHNG | \
H A Dsh_eth.c656 .ecsr_value = ECSR_PSRTO | ECSR_LCHNG | ECSR_ICD,
687 .ecsr_value = ECSR_PSRTO | ECSR_LCHNG | ECSR_ICD | ECSR_MPD,
723 .ecsr_value = ECSR_PSRTO | ECSR_LCHNG | ECSR_ICD | ECSR_MPD,
819 .ecsr_value = ECSR_PSRTO | ECSR_LCHNG | ECSR_ICD,
/openbmc/u-boot/drivers/net/
H A Dsh_eth.h533 ECSR_BRCRX = 0x20, ECSR_PSRTO = 0x10, enumerator
542 # define ECSR_INIT (ECSR_BRCRX | ECSR_PSRTO | \