Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ohci.h58 uint32_t ctrl_head, ctrl_cur; member
H A Dhcd-ohci.c351 ohci->ctrl_head = ohci->ctrl_cur = 0; in ohci_soft_reset()
1187 if (ohci->ctrl_cur && ohci->ctrl_cur != ohci->ctrl_head) { in ohci_process_lists()
1188 trace_usb_ohci_process_lists(ohci->ctrl_head, ohci->ctrl_cur); in ohci_process_lists()
1191 ohci->ctrl_cur = 0; in ohci_process_lists()
1554 retval = ohci->ctrl_cur; in ohci_mem_read()
1698 ohci->ctrl_cur = val & OHCI_EDPTR_MASK; in ohci_mem_write()
2023 VMSTATE_UINT32(ctrl_cur, OHCIState),