Home
last modified time | relevance | path

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

/qemu/include/hw/net/
H A Dftgmac100.h47 uint32_t itc; member
/qemu/hw/net/
H A Dftgmac100.c679 s->itc = 0; in ftgmac100_do_reset()
729 return s->itc; in ftgmac100_read()
790 s->itc = value; in ftgmac100_write()
1133 VMSTATE_UINT32(itc, FTGMAC100State),
/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c1398 int32_t itc = env->itc_tag ? (arg1 & (1 << CP0EC_ITC)) : 0; in helper_mtc0_errctl() local
1400 env->CP0_ErrCtl = wst | spr | itc; in helper_mtc0_errctl()
1402 if (itc && !wst && !spr) { in helper_mtc0_errctl()
/qemu/hw/usb/
H A Dhcd-ehci.c232 uint32_t itc; in ehci_commit_irq() local
241 itc = (s->usbcmd >> 16) & 0xff; in ehci_commit_irq()
244 s->usbsts_frindex = s->frindex + itc; in ehci_commit_irq()