Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ohci.h59 uint32_t bulk_head, bulk_cur; member
H A Dhcd-ohci.c352 ohci->bulk_head = ohci->bulk_cur = 0; in ohci_soft_reset()
1203 ohci->bulk_cur = 0; in ohci_process_lists()
1567 retval = ohci->bulk_cur; in ohci_mem_read()
1711 ohci->bulk_cur = val & OHCI_EDPTR_MASK; in ohci_mem_write()
2005 VMSTATE_UINT32(bulk_cur, OHCIState),