Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-uhci.c720 static int uhci_handle_td(UHCIState *s, UHCIQueue *q, uint32_t qh_addr, in uhci_handle_td() function
941 ret = uhci_handle_td(q->uhci, q, q->qh_addr, &ptd, plink, &int_mask); in uhci_queue_fill()
1022 ret = uhci_handle_td(s, NULL, curr_qh, &td, link, &int_mask); in uhci_process_frame()