Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c203 ed_p = &ed->hwNextED; in ep_print_int_eds()
235 dbg ("%08x", edp->hwNextED); in maybe_print_eds()
476 ed->hwNextED = 0; in ep_link()
480 ohci->ed_controltail->hwNextED = m32_swap (ed); in ep_link()
492 ed->hwNextED = 0; in ep_link()
496 ohci->ed_bulktail->hwNextED = m32_swap (ed); in ep_link()
524 if (!ed->hwNextED) { in ep_unlink()
528 writel (m32_swap (*((__u32 *)&ed->hwNextED)), &ohci->regs->ed_controlhead); in ep_unlink()
530 ed->ed_prev->hwNextED = ed->hwNextED; in ep_unlink()
535 ((ed_t *)m32_swap (*((__u32 *)&ed->hwNextED)))->ed_prev = ed->ed_prev; in ep_unlink()
[all …]
H A Dau1x00_usb_ohci.h45 __u32 hwNextED; member
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci-hcd.c336 ed_p = &ed->hwNextED; in ep_print_int_eds()
369 dbg("%08x", edp->hwNextED); in maybe_print_eds()
682 ed->hwNextED = 0; in ep_link()
687 ohci->ed_controltail->hwNextED = in ep_link()
700 ed->hwNextED = 0; in ep_link()
705 ohci->ed_bulktail->hwNextED = in ep_link()
730 ed_p = &(((ed_t *)ed_p)->hwNextED)) in ep_link()
733 ed->hwNextED = *ed_p; in ep_link()
758 *ed_p = ed->hwNextED; in periodic_unlink()
766 m32_swap((unsigned long)ed_p))->hwNextED); in periodic_unlink()
[all …]
H A Dohci.h55 __u32 hwNextED; member