Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Duhci.c529 uhci_qh_t *qh_ls; in uhci_init() local
532 qh_ls = sc->sc_ls_ctl_p_last; 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()
558 uhci_qh_t *qh_ls; in uhci_init() local
561 qh_ls = sc->sc_ls_ctl_p_last; in uhci_init()
565 qh_ls->h_next = qh_fs; in uhci_init()
566 qh_ls->qh_h_next = qh_fs->qh_self; in uhci_init()
567 qh_ls->e_next = 0; in uhci_init()
568 qh_ls->qh_e_next = htole32(UHCI_PTR_T); in uhci_init()