Home
last modified time | relevance | path

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

/qemu/include/hw/net/
H A Dftgmac100.h50 uint32_t itc; member
/qemu/hw/net/
H A Dftgmac100.c702 s->itc = 0; in ftgmac100_do_reset()
752 return s->itc; in ftgmac100_read()
813 s->itc = value; in ftgmac100_write()
1232 VMSTATE_UINT32(itc, FTGMAC100State),
/qemu/target/mips/tcg/system/
H A Dcp0_helper.c1386 int32_t itc = env->itc_tag ? (arg1 & (1 << CP0EC_ITC)) : 0; in helper_mtc0_errctl() local
1388 env->CP0_ErrCtl = wst | spr | itc; in helper_mtc0_errctl()
1390 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()