Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dohci.c1584 sed->ed->ed_headp = HTOO32(p->physaddr | in ohci_softintr()
1585 (O32TOH(sed->ed->ed_headp) & OHCI_TOGGLECARRY)); in ohci_softintr()
1587 sed->offs + offsetof(ohci_ed_t, ed_headp), in ohci_softintr()
1588 sizeof(sed->ed->ed_headp), in ohci_softintr()
2070 O32TOH(sed->ed->ed_headp), O32TOH(sed->ed->ed_nexted), in ohci_dump_ed()
2071 !!(O32TOH(sed->ed->ed_headp) & OHCI_HALTED), in ohci_dump_ed()
2072 !!(O32TOH(sed->ed->ed_headp) & OHCI_TOGGLECARRY)); in ohci_dump_ed()
2153 sed->ed->ed_headp = HTOO32(tdphys | in ohci_open()
2222 (O32TOH(sed->ed->ed_headp) & OHCI_HEADMASK)) { in ohci_close_pipe()
2224 std = ohci_hash_find_td(sc, O32TOH(sed->ed->ed_headp)); in ohci_close_pipe()
[all …]
Dohcireg.h181 volatile ohci_physaddr_t ed_headp; member