Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-uhci.c955 uint32_t curr_qh, td_count = 0; in uhci_process_frame() local
967 curr_qh = 0; in uhci_process_frame()
1007 curr_qh = 0; in uhci_process_frame()
1011 curr_qh = link; in uhci_process_frame()
1035 trace_usb_uhci_td_nextqh(curr_qh & ~0xf, link & ~0xf); in uhci_process_frame()
1036 link = curr_qh ? qh.link : td.link; in uhci_process_frame()
1040 trace_usb_uhci_td_async(curr_qh & ~0xf, link & ~0xf); in uhci_process_frame()
1041 link = curr_qh ? qh.link : td.link; in uhci_process_frame()
1045 trace_usb_uhci_td_complete(curr_qh & ~0xf, link & ~0xf); in uhci_process_frame()
1050 if (curr_qh) { in uhci_process_frame()
[all …]
/openbmc/linux/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c1600 struct ep_queue_head *curr_qh = &udc->ep_qh[pipe]; in process_ep_req() local
1617 tmp = hc32_to_cpu(curr_qh->size_ioc_int_sts); in process_ep_req()
1619 curr_qh->size_ioc_int_sts = cpu_to_hc32(tmp); in process_ep_req()