Home
last modified time | relevance | path

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

/qemu/include/hw/net/
H A Dftgmac100.h66 uint32_t txdes0_edotr; member
/qemu/hw/net/
H A Dftgmac100.c607 if (bd.des0 & s->txdes0_edotr) { in ftgmac100_do_tx()
1099 s->txdes0_edotr = FTGMAC100_TXDES0_EDOTR_ASPEED; in ftgmac100_realize()
1102 s->txdes0_edotr = FTGMAC100_TXDES0_EDOTR; in ftgmac100_realize()
1148 VMSTATE_UINT32(txdes0_edotr, FTGMAC100State),