Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dlan9118.c213 uint32_t pmt_ctrl; member
288 VMSTATE_UINT32(pmt_ctrl, lan9118_state),
438 s->pmt_ctrl &= 0x45; in lan9118_reset()
1131 s->pmt_ctrl &= ~0x34e; in lan9118_writel()
1132 s->pmt_ctrl |= (val & 0x34e); in lan9118_writel()
1277 return s->pmt_ctrl; in lan9118_readl()
1390 s->pmt_ctrl = 1; in lan9118_realize()