Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dohci.c612 uint32_t ed_headp; in ohci_dump_ed() local
617 ed_headp = le32toh(sed->ed_headp); in ohci_dump_ed()
631 (ed_headp & OHCI_HALTED) ? "-HALTED" : "", in ohci_dump_ed()
632 (ed_headp & OHCI_TOGGLECARRY) ? "-CARRY" : "", in ohci_dump_ed()
633 le32toh(sed->ed_headp), in ohci_dump_ed()
989 ed->ed_headp = td->td_self; in ohci_check_transfer_sub()
1024 uint32_t ed_headp; in ohci_check_transfer() local
1032 ed_headp = le32toh(ed->ed_headp); in ohci_check_transfer()
1035 if ((ed_headp & OHCI_HALTED) || in ohci_check_transfer()
1036 (((ed_headp ^ ed_tailp) & (~0xF)) == 0)) { in ohci_check_transfer()
[all …]
H A Dohci.h93 volatile uint32_t ed_headp; member