Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci-hcd.c327 ed_p = &(ohci->hcca->int_table [i]); in ep_print_int_eds()
500 invalidate_dcache_hcca(controller->hcca); in ohci_dump()
501 dbg("hcca frame #%04x", controller->hcca->frame_no); in ohci_dump()
604 invalidate_dcache_hcca(ohci->hcca); in sohci_get_current_frame_number()
605 return m16_swap(ohci->hcca->frame_no); in sohci_get_current_frame_number()
726 for (ed_p = &(ohci->hcca->int_table[\ in ep_link()
736 flush_dcache_hcca(ohci->hcca); in ep_link()
752 __u32 *ed_p = &ohci->hcca->int_table [index]; in periodic_unlink()
1104 invalidate_dcache_hcca(ohci->hcca); in dl_reverse_done_list()
1105 td_list_hc = m32_swap(ohci->hcca->done_head) & 0xfffffff0; in dl_reverse_done_list()
[all …]
H A Dohci.h170 __u32 hcca; member
387 struct ohci_hcca *hcca; /* hcca */ member
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c196 ed_p = &(ohci->hcca->int_table [i]); in ep_print_int_eds()
362 dbg ("hcca frame #%04x", controller->hcca->frame_no); in ohci_dump()
458 return m16_swap (ohci->hcca->frame_no); in sohci_get_current_frame_number()
765 td_list_hc = m32_swap (ohci->hcca->done_head) & 0xfffffff0; in dl_reverse_done_list()
766 ohci->hcca->done_head = 0; in dl_reverse_done_list()
1304 writel ((__u32)ohci->hcca, &ohci->regs->hcca); /* a reset clears this */ in hc_start()
1357 if ((ohci->hcca->done_head != 0) && !(m32_swap (ohci->hcca->done_head) & 0x01)) { in hc_interrupt()
1403 unsigned int frame = m16_swap (ohci->hcca->frame_no) & 1; in hc_interrupt()
1553 gohci.hcca = phcca; in usb_lowlevel_init()
H A Dau1x00_usb_ohci.h157 __u32 hcca; member
350 struct ohci_hcca *hcca; /* hcca */ member