Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-ohci.c350 ohci->hcca = 0; in ohci_soft_reset()
1213 struct ohci_hcca hcca; in ohci_frame_boundary() local
1215 if (ohci_read_hcca(ohci, ohci->hcca, &hcca)) { in ohci_frame_boundary()
1216 trace_usb_ohci_hcca_read_error(ohci->hcca); in ohci_frame_boundary()
1246 hcca.frame = cpu_to_le16(ohci->frame_number); in ohci_frame_boundary()
1248 hcca.pad = 0; in ohci_frame_boundary()
1257 hcca.done = cpu_to_le32(ohci->done); in ohci_frame_boundary()
1270 if (ohci_put_hcca(ohci, ohci->hcca, &hcca)) { in ohci_frame_boundary()
1547 retval = ohci->hcca; in ohci_mem_read()
1691 ohci->hcca = val & OHCI_HCCA_MASK; in ohci_mem_write()
[all …]
H A Dhcd-ohci.h57 uint32_t hcca; member