Searched refs:qh_h_next (Results 1 – 2 of 2) sorted by relevance
520 qh_x->qh_h_next = qh_y->qh_self; in uhci_init()537 qh_intr->qh_h_next = qh_ls->qh_self; in uhci_init()565 qh_ls->qh_h_next = qh_fs->qh_self; in uhci_init()580 qh_ctl->qh_h_next = qh_blk->qh_self; in uhci_init()588 qh_blk->qh_h_next = qh_lst->qh_self; in uhci_init()596 qh_lst->qh_h_next = htole32(UHCI_PTR_T); /* end of QH chain */ in uhci_init()782 uint32_t qh_h_next; in uhci_dump_qh() local787 qh_h_next = le32toh(sqh->qh_h_next); in uhci_dump_qh()791 le32toh(sqh->qh_self), qh_h_next, qh_e_next); in uhci_dump_qh()793 temp = ((((sqh->h_next != NULL) && !(qh_h_next & UHCI_PTR_T)) ? 1 : 0) | in uhci_dump_qh()[all …]
141 volatile uint32_t qh_h_next; member