Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ohci.h65 uint16_t fsmps; member
H A Dhcd-ohci.c360 ohci->fsmps = 0x2778; in ohci_soft_reset()
1570 retval = (ohci->fit << 31) | (ohci->fsmps << 16) | (ohci->fi); in ohci_mem_read()
1710 ohci->fsmps = (val & OHCI_FMI_FSMPS) >> 16; in ohci_mem_write()
2029 VMSTATE_UINT16(fsmps, OHCIState),