Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/net/
H A Dftgmac100.h72 uint32_t txdes0_edotr; member
/openbmc/qemu/hw/net/
H A Dftgmac100.c630 if (bd.des0 & s->txdes0_edotr) { in ftgmac100_do_tx()
1189 s->txdes0_edotr = FTGMAC100_TXDES0_EDOTR_ASPEED; in ftgmac100_realize()
1192 s->txdes0_edotr = FTGMAC100_TXDES0_EDOTR; in ftgmac100_realize()
1248 VMSTATE_UINT32(txdes0_edotr, FTGMAC100State),