Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dohci-q.c164 prev_p = &here->hwNextED; in periodic_link()
170 ed->hwNextED = *prev_p; in periodic_link()
189 ed->hwNextED = 0; in ed_schedule()
210 ohci->ed_controltail->hwNextED = cpu_to_hc32 (ohci, in ed_schedule()
230 ohci->ed_bulktail->hwNextED = cpu_to_hc32 (ohci, in ed_schedule()
280 prev_p = &temp->hwNextED; in periodic_unlink()
284 *prev_p = ed->hwNextED; in periodic_unlink()
337 if (!ed->hwNextED) { in ed_deschedule()
344 hc32_to_cpup (ohci, &ed->hwNextED), in ed_deschedule()
348 ed->ed_prev->hwNextED = ed->hwNextED; in ed_deschedule()
[all …]
H A Dohci.h41 __hc32 hwNextED; /* next ED in list */ member
H A Dohci-dbg.c321 hc32_to_cpup (ohci, &ed->hwNextED)); in ohci_dump_ed()
/openbmc/u-boot/drivers/usb/host/
H A Dohci-hcd.c332 ed_p = &ed->hwNextED; in ep_print_int_eds()
365 dbg("%08x", edp->hwNextED); in maybe_print_eds()
678 ed->hwNextED = 0; in ep_link()
683 ohci->ed_controltail->hwNextED = in ep_link()
696 ed->hwNextED = 0; in ep_link()
701 ohci->ed_bulktail->hwNextED = in ep_link()
726 ed_p = &(((ed_t *)ed_p)->hwNextED)) in ep_link()
729 ed->hwNextED = *ed_p; in ep_link()
754 *ed_p = ed->hwNextED; in periodic_unlink()
762 m32_swap((unsigned long)ed_p))->hwNextED); in periodic_unlink()
[all …]
H A Dohci.h55 __u32 hwNextED; member