Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Ddp8393x.c82 #define SONIC_WT1 0x2a macro
189 return s->regs[SONIC_WT1] << 16 | s->regs[SONIC_WT0]; in dp8393x_wt()
359 s->regs[SONIC_WT1] = (val >> 16) & 0xffff; in dp8393x_update_wt_regs()
542 case SONIC_WT1: in dp8393x_read()
644 if (reg == SONIC_WT0 || reg == SONIC_WT1) { in dp8393x_write()
670 s->regs[SONIC_WT1] = 0xffff; in dp8393x_watchdog()
/openbmc/linux/drivers/net/ethernet/natsemi/
H A Dsonic.h60 #define SONIC_WT1 0x2a macro