Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/net/
H A Ddp8393x.h27 #define SONIC_REG_COUNT 0x40 macro
49 uint16_t regs[SONIC_REG_COUNT];
/openbmc/qemu/hw/net/
H A Ddp8393x.c913 "dp8393x-regs", SONIC_REG_COUNT << s->it_shift); in dp8393x_realize()
929 VMSTATE_UINT16_ARRAY(regs, dp8393xState, SONIC_REG_COUNT),