Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Duhci.c530 uhci_qh_t *qh_intr; in uhci_init() local
533 qh_intr = sc->sc_intr_p_last[0]; in uhci_init()
536 qh_intr->h_next = qh_ls; in uhci_init()
537 qh_intr->qh_h_next = qh_ls->qh_self; in uhci_init()
538 qh_intr->e_next = 0; in uhci_init()
539 qh_intr->qh_e_next = htole32(UHCI_PTR_T); in uhci_init()
543 uhci_qh_t *qh_intr; in uhci_init() local
546 qh_intr = sc->sc_intr_p_last[x | (UHCI_IFRAMELIST_COUNT / 2)]; in uhci_init()
550 td_x->td_next = qh_intr->qh_self; in uhci_init()