Searched refs:EDTRR (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/net/ |
H A D | sh_eth.h | 107 EDTRR, enumerator 180 [EDTRR] = 0x0408, 261 [EDTRR] = 0x0008,
|
H A D | sh_eth.c | 96 if (!(sh_eth_read(port_info, EDTRR) & EDTRR_TRNS)) in sh_eth_send_common() 97 sh_eth_write(port_info, EDTRR_TRNS, EDTRR); in sh_eth_send_common()
|
/openbmc/linux/drivers/net/ethernet/renesas/ |
H A D | sh_eth.c | 60 [EDTRR] = 0x0408, 182 [EDTRR] = 0x0208, 232 [EDTRR] = 0x0008, 258 [EDTRR] = 0x0004, 1821 u32 edtrr = sh_eth_read(ndev, EDTRR); in sh_eth_error() 1833 sh_eth_write(ndev, mdp->cd->edtrr_trns, EDTRR); in sh_eth_error() 2097 add_reg(EDTRR); in __sh_eth_get_regs() 2537 if (!(sh_eth_read(ndev, EDTRR) & mdp->cd->edtrr_trns)) in sh_eth_start_xmit() 2538 sh_eth_write(ndev, mdp->cd->edtrr_trns, EDTRR); in sh_eth_start_xmit()
|
H A D | sh_eth.h | 31 EDTRR, enumerator
|