Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dohci-hcd.c323 ed_p = &(ohci->hcca->int_table [i]); in ep_print_int_eds()
496 invalidate_dcache_hcca(controller->hcca); in ohci_dump()
497 dbg("hcca frame #%04x", controller->hcca->frame_no); in ohci_dump()
600 invalidate_dcache_hcca(ohci->hcca); in sohci_get_current_frame_number()
601 return m16_swap(ohci->hcca->frame_no); in sohci_get_current_frame_number()
722 for (ed_p = &(ohci->hcca->int_table[\ in ep_link()
732 flush_dcache_hcca(ohci->hcca); in ep_link()
748 __u32 *ed_p = &ohci->hcca->int_table [index]; in periodic_unlink()
1099 invalidate_dcache_hcca(ohci->hcca); in dl_reverse_done_list()
1100 td_list_hc = m32_swap(ohci->hcca->done_head) & 0xfffffff0; in dl_reverse_done_list()
[all …]
Dohci.h170 __u32 hcca; member
387 struct ohci_hcca *hcca; /* hcca */ member
/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.c195 ed_p = &(ohci->hcca->int_table [i]); in ep_print_int_eds()
361 dbg ("hcca frame #%04x", controller->hcca->frame_no); in ohci_dump()
457 return m16_swap (ohci->hcca->frame_no); in sohci_get_current_frame_number()
764 td_list_hc = m32_swap (ohci->hcca->done_head) & 0xfffffff0; in dl_reverse_done_list()
765 ohci->hcca->done_head = 0; in dl_reverse_done_list()
1303 writel ((__u32)ohci->hcca, &ohci->regs->hcca); /* a reset clears this */ in hc_start()
1356 if ((ohci->hcca->done_head != 0) && !(m32_swap (ohci->hcca->done_head) & 0x01)) { in hc_interrupt()
1402 unsigned int frame = m16_swap (ohci->hcca->frame_no) & 1; in hc_interrupt()
1552 gohci.hcca = phcca; in usb_lowlevel_init()
Dau1x00_usb_ohci.h157 __u32 hcca; member
350 struct ohci_hcca *hcca; /* hcca */ member