Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-uhci.c106 static inline int32_t uhci_queue_token(UHCI_TD *td) in uhci_queue_token() function
125 queue->token = uhci_queue_token(td); in uhci_queue_new()
152 uint32_t token = uhci_queue_token(td); in uhci_queue_find()
170 queue->token == uhci_queue_token(td) && in uhci_queue_verify()
646 uint32_t queue_token = uhci_queue_token(td); in uhci_handle_td_error()
956 if (uhci_queue_token(&ptd) != q->token) { in uhci_queue_fill()