Lines Matching refs:dp8393x_get

192 static uint16_t dp8393x_get(dp8393xState *s, hwaddr addr, int offset)  in dp8393x_get()  function
264 index = dp8393x_get(s, dp8393x_cdp(s), 0) & 0xf; in dp8393x_do_load_cam()
265 s->cam[index][0] = dp8393x_get(s, dp8393x_cdp(s), 1); in dp8393x_do_load_cam()
266 s->cam[index][1] = dp8393x_get(s, dp8393x_cdp(s), 2); in dp8393x_do_load_cam()
267 s->cam[index][2] = dp8393x_get(s, dp8393x_cdp(s), 3); in dp8393x_do_load_cam()
278 s->regs[SONIC_CE] = dp8393x_get(s, dp8393x_cdp(s), 0); in dp8393x_do_load_cam()
296 s->regs[SONIC_CRBA0] = dp8393x_get(s, dp8393x_rrp(s), 0); in dp8393x_do_read_rra()
297 s->regs[SONIC_CRBA1] = dp8393x_get(s, dp8393x_rrp(s), 1); in dp8393x_do_read_rra()
298 s->regs[SONIC_RBWC0] = dp8393x_get(s, dp8393x_rrp(s), 2); in dp8393x_do_read_rra()
299 s->regs[SONIC_RBWC1] = dp8393x_get(s, dp8393x_rrp(s), 3); in dp8393x_do_read_rra()
405 s->regs[SONIC_TCR] = dp8393x_get(s, dp8393x_ttda(s), 1) & 0xf000; in dp8393x_do_transmit_packets()
406 s->regs[SONIC_TPS] = dp8393x_get(s, dp8393x_ttda(s), 2); in dp8393x_do_transmit_packets()
407 s->regs[SONIC_TFC] = dp8393x_get(s, dp8393x_ttda(s), 3); in dp8393x_do_transmit_packets()
408 s->regs[SONIC_TSA0] = dp8393x_get(s, dp8393x_ttda(s), 4); in dp8393x_do_transmit_packets()
409 s->regs[SONIC_TSA1] = dp8393x_get(s, dp8393x_ttda(s), 5); in dp8393x_do_transmit_packets()
410 s->regs[SONIC_TFS] = dp8393x_get(s, dp8393x_ttda(s), 6); in dp8393x_do_transmit_packets()
432 s->regs[SONIC_TSA0] = dp8393x_get(s, dp8393x_ttda(s), in dp8393x_do_transmit_packets()
434 s->regs[SONIC_TSA1] = dp8393x_get(s, dp8393x_ttda(s), in dp8393x_do_transmit_packets()
436 s->regs[SONIC_TFS] = dp8393x_get(s, dp8393x_ttda(s), in dp8393x_do_transmit_packets()
474 s->regs[SONIC_CTDA] = dp8393x_get(s, dp8393x_ttda(s), in dp8393x_do_transmit_packets()
762 s->regs[SONIC_LLFA] = dp8393x_get(s, dp8393x_crda(s), 5); in dp8393x_receive()
831 s->regs[SONIC_LLFA] = dp8393x_get(s, dp8393x_crda(s), 5); in dp8393x_receive()