Home
last modified time | relevance | path

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

/external/qemu/hw/
Dusb-ohci.c85 uint32_t ctrl_head, ctrl_cur; member
396 ohci->ctrl_head = ohci->ctrl_cur = 0; in ohci_reset()
1107 if (ohci->ctrl_cur && ohci->ctrl_cur != ohci->ctrl_head) in ohci_process_lists()
1109 ohci->ctrl_head, ohci->ctrl_cur); in ohci_process_lists()
1111 ohci->ctrl_cur = 0; in ohci_process_lists()
1448 retval = ohci->ctrl_cur; in ohci_mem_read()
1584 ohci->ctrl_cur = val & OHCI_EDPTR_MASK; in ohci_mem_write()