Searched refs:ECMR_ELB (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/renesas/ |
H A D | sh_eth.h | 312 ECMR_RTM = 0x00000010, ECMR_ILB = 0x00000008, ECMR_ELB = 0x00000004, enumerator
|
H A D | sh_eth.c | 638 sh_eth_modify(ndev, ECMR, ECMR_ELB, 0); in sh_eth_set_rate_rcar() 641 sh_eth_modify(ndev, ECMR, ECMR_ELB, ECMR_ELB); in sh_eth_set_rate_rcar()
|
/openbmc/u-boot/drivers/net/ |
H A D | sh_eth.h | 511 ECMR_ILB = 0x00000008, ECMR_ELB = 0x00000004, ECMR_DM = 0x00000002, enumerator
|