Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/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
/OK3568_Linux_fs/u-boot/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