Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-uhci.c951 UHCI_TD ptd; in uhci_queue_fill() local
955 uhci_read_td(q->uhci, &ptd, plink); in uhci_queue_fill()
956 if (!(ptd.ctrl & TD_CTRL_ACTIVE)) { in uhci_queue_fill()
959 if (uhci_queue_token(&ptd) != q->token) { in uhci_queue_fill()
962 trace_usb_uhci_td_queue(plink & ~0xf, ptd.ctrl, ptd.token); in uhci_queue_fill()
963 ret = uhci_handle_td(q->uhci, q, q->qh_addr, &ptd, plink, &int_mask); in uhci_queue_fill()
969 plink = ptd.link; in uhci_queue_fill()