Searched refs:ctrl_head (Results 1 – 2 of 2) sorted by relevance
58 uint32_t ctrl_head, ctrl_cur; member
351 ohci->ctrl_head = ohci->ctrl_cur = 0; in ohci_soft_reset()1192 if (ohci->ctrl_cur && ohci->ctrl_cur != ohci->ctrl_head) { in ohci_process_lists()1193 trace_usb_ohci_process_lists(ohci->ctrl_head, ohci->ctrl_cur); in ohci_process_lists()1195 if (!ohci_service_ed_list(ohci, ohci->ctrl_head)) { in ohci_process_lists()1555 retval = ohci->ctrl_head; in ohci_mem_read()1699 ohci->ctrl_head = val & OHCI_EDPTR_MASK; in ohci_mem_write()2002 VMSTATE_UINT32(ctrl_head, OHCIState),