Home
last modified time | relevance | path

Searched refs:itd (Results 1 - 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci.c381 ehci_itd_t *itd; in ehci_init() local
408 itd = (ehci_itd_t *)buf_res.buffer; in ehci_init()
412 itd->page_cache = sc->sc_hw.isoc_hs_start_pc + i; in ehci_init()
416 sc->sc_isoc_hs_p_last[i] = itd; in ehci_init()
420 itd->itd_self = in ehci_init()
424 itd->itd_next = in ehci_init()
770 ehci_dump_itd(ehci_softc_t *sc, ehci_itd_t *itd) in ehci_dump_itd() argument
772 usb_pc_cpu_invalidate(itd->page_cache); in ehci_dump_itd()
773 PRINTK("ITD(%p) at 0x%08x\n", itd, hc32toh(sc, itd in ehci_dump_itd()
819 ehci_itd_t *itd; ehci_dump_isoc() local
[all...]

Completed in 3 milliseconds