Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/net/
H A Dftgmac100.h50 uint32_t itc; member
/openbmc/u-boot/drivers/net/
H A Dftmac100.h23 unsigned int itc; /* 0x28 */ member
H A Dftmac110.h21 uint32_t itc; /* 0x28: Interrupt Timer Control Register */ member
H A Dftgmac100.h29 unsigned int itc; /* 0x30 */ member
H A Dftmac110.c243 writel(ITC_DEFAULT, &regs->itc); in ftmac110_reset()
/openbmc/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),
/openbmc/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()
/openbmc/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()