Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Duhci.c543 uhci_td_t *td_x; in uhci_init() local
546 td_x = sc->sc_isoc_p_last[x]; in uhci_init()
550 td_x->next = NULL; in uhci_init()
551 td_x->td_next = qh_intr->qh_self; in uhci_init()
552 td_x->td_status = htole32(UHCI_TD_IOS); in uhci_init()
553 td_x->td_token = htole32(0); in uhci_init()
554 td_x->td_buffer = htole32(0); in uhci_init()