Searched refs:fsmps (Results 1 – 2 of 2) sorted by relevance
65 uint16_t fsmps; member
360 ohci->fsmps = 0x2778; in ohci_soft_reset()1575 retval = (ohci->fit << 31) | (ohci->fsmps << 16) | (ohci->fi); in ohci_mem_read()1715 ohci->fsmps = (val & OHCI_FMI_FSMPS) >> 16; in ohci_mem_write()2009 VMSTATE_UINT16(fsmps, OHCIState),