Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.c202 ed_p = &ed->hwNextED; in ep_print_int_eds()
234 dbg ("%08x", edp->hwNextED); in maybe_print_eds()
475 ed->hwNextED = 0; in ep_link()
479 ohci->ed_controltail->hwNextED = m32_swap (ed); in ep_link()
491 ed->hwNextED = 0; in ep_link()
495 ohci->ed_bulktail->hwNextED = m32_swap (ed); in ep_link()
523 if (!ed->hwNextED) { in ep_unlink()
527 writel (m32_swap (*((__u32 *)&ed->hwNextED)), &ohci->regs->ed_controlhead); in ep_unlink()
529 ed->ed_prev->hwNextED = ed->hwNextED; in ep_unlink()
534 ((ed_t *)m32_swap (*((__u32 *)&ed->hwNextED)))->ed_prev = ed->ed_prev; in ep_unlink()
[all …]
Dau1x00_usb_ohci.h45 __u32 hwNextED; member
/external/u-boot/drivers/usb/host/
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 …]
Dohci.h55 __u32 hwNextED; member