Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dimx_fec.c166 case ENET_TDSR: in imx_eth_reg_name()
513 addr = s->regs[ENET_TDSR]; in imx_fec_do_tx()
537 tdsr = ENET_TDSR; in imx_enet_do_tx()
772 case ENET_TDSR: in imx_eth_read()
939 s->tx_descriptor[0] = s->regs[ENET_TDSR]; in imx_eth_write()
1013 case ENET_TDSR: in imx_eth_write()
/openbmc/qemu/include/hw/net/
H A Dimx_fec.h59 #define ENET_TDSR 97 macro