Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Dehci.c2352 u_int32_t qtdstatus; in ehci_alloc_sqtd_chain() local
2366 qtdstatus = EHCI_QTD_ACTIVE | in ehci_alloc_sqtd_chain()
2377 qtdstatus |= EHCI_QTD_SET_TOGGLE(1); in ehci_alloc_sqtd_chain()
2449 cur->qtd.qtd_status = htole32(qtdstatus | in ehci_alloc_sqtd_chain()
2461 qtdstatus ^= EHCI_QTD_TOGGLE_MASK; in ehci_alloc_sqtd_chain()