Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/usb/
Dohci.c1407 opipe->sed->ed.ed_headp = htole32(p->physaddr); in ohci_softintr()
2011 bitmask_snprintf((u_int32_t)le32toh(sed->ed.ed_headp), in ohci_dump_ed()
2021 (u_long)le32toh(sed->ed.ed_headp), in ohci_dump_ed()
2093 sed->ed.ed_headp = sed->ed.ed_tailp = htole32(tdphys); in ohci_open()
2153 (le32toh(sed->ed.ed_headp) & OHCI_HEADMASK)) { in ohci_close_pipe()
2155 std = ohci_hash_find_td(sc, le32toh(sed->ed.ed_headp)); in ohci_close_pipe()
2158 (int)le32toh(sed->ed.ed_headp), in ohci_close_pipe()
2171 (le32toh(sed->ed.ed_headp) & OHCI_HEADMASK)) in ohci_close_pipe()
2266 headp = le32toh(sed->ed.ed_headp) & OHCI_HEADMASK; in ohci_abort_xfer()
2279 sed->ed.ed_headp = htole32(p->physaddr); /* unlink TDs */ in ohci_abort_xfer()
[all …]
Dohcireg.h171 ohci_physaddr_t ed_headp; member