Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dlan9118.c161 uint32_t cmd_a; member
177 VMSTATE_UINT32(cmd_a, LAN9118Packet),
407 s->txp->cmd_a = 0xffffffffu; in lan9118_reset()
716 s->txp->cmd_a = val & 0x831f37ff; in tx_fifo_push()
719 s->txp->buffer_size = extract32(s->txp->cmd_a, 0, 11); in tx_fifo_push()
720 s->txp->offset = extract32(s->txp->cmd_a, 16, 5); in tx_fifo_push()
723 if (s->txp->cmd_a & 0x2000) { in tx_fifo_push()
744 s->txp->cmd_a); in tx_fifo_push()
788 if (s->txp->cmd_a & 0x1000) { in tx_fifo_push()
791 if (s->txp->cmd_a & 0x80000000) { in tx_fifo_push()
[all …]