Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Ddp8393x.c216 static void dp8393x_put(dp8393xState *s, in dp8393x_put() function
470 dp8393x_put(s, dp8393x_ttda(s), 0, s->regs[SONIC_TCR] & 0x0fff); in dp8393x_do_transmit_packets()
770 dp8393x_put(s, dp8393x_crda(s), 6, 0x0000); in dp8393x_receive()
824 dp8393x_put(s, dp8393x_crda(s), 0, s->regs[SONIC_RCR]); /* status */ in dp8393x_receive()
825 dp8393x_put(s, dp8393x_crda(s), 1, rx_len); /* byte count */ in dp8393x_receive()
826 dp8393x_put(s, dp8393x_crda(s), 2, s->regs[SONIC_TRBA0]); /* pkt_ptr0 */ in dp8393x_receive()
827 dp8393x_put(s, dp8393x_crda(s), 3, s->regs[SONIC_TRBA1]); /* pkt_ptr1 */ in dp8393x_receive()
828 dp8393x_put(s, dp8393x_crda(s), 4, s->regs[SONIC_RSC]); /* seq_no */ in dp8393x_receive()
837 dp8393x_put(s, dp8393x_crda(s), 6, 0x0000); in dp8393x_receive()