Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/usb/controller/
HDuhci.c574 uhci_qh_t *qh_ctl; in uhci_init() local
579 qh_ctl = sc->sc_fs_ctl_p_last; in uhci_init()
583 qh_ctl->h_next = qh_blk; in uhci_init()
584 qh_ctl->qh_h_next = qh_blk->qh_self; in uhci_init()
585 qh_ctl->e_next = 0; in uhci_init()
586 qh_ctl->qh_e_next = htole32(UHCI_PTR_T); in uhci_init()