Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/net/
H A Dftgmac100.h55 uint32_t tpafcr; member
/openbmc/u-boot/drivers/net/
H A Dftgmac100.h35 unsigned int tpafcr; /* 0x48 */ member
/openbmc/qemu/hw/net/
H A Dftgmac100.c707 s->tpafcr = 0xf1; in ftgmac100_do_reset()
760 return s->tpafcr; in ftgmac100_read()
914 s->tpafcr = value; in ftgmac100_write()
1237 VMSTATE_UINT32(tpafcr, FTGMAC100State),