Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
HDuhci.c573 uhci_qh_t *qh_lst; in uhci_init() local
585 qh_lst = sc->sc_last_qh_p; in uhci_init()
588 qh_blk->h_next = qh_lst; in uhci_init()
589 qh_blk->qh_h_next = qh_lst->qh_self; in uhci_init()
596 qh_lst->h_next = 0; in uhci_init()
597 qh_lst->qh_h_next = htole32(UHCI_PTR_T); /* end of QH chain */ in uhci_init()
598 qh_lst->e_next = td_lst; in uhci_init()
599 qh_lst->qh_e_next = td_lst->td_self; in uhci_init()
834 struct uhci_qh *qh_lst; in uhci_add_loop() local
845 qh_lst = sc->sc_last_qh_p; in uhci_add_loop()
[all …]