HomeSort by relevance Sort by last modified time
    Searched refs:hcca (Results 1 - 4 of 4) sorted by null

  /external/u-boot/drivers/usb/host/
ohci-hcd.c 323 ed_p = &(ohci->hcca->int_table [i]);
495 ep_print_int_eds(controller, "hcca");
496 invalidate_dcache_hcca(controller->hcca);
497 dbg("hcca frame #%04x", controller->hcca->frame_no);
600 invalidate_dcache_hcca(ohci->hcca);
601 return m16_swap(ohci->hcca->frame_no);
722 for (ed_p = &(ohci->hcca->int_table[\
732 flush_dcache_hcca(ohci->hcca);
748 __u32 *ed_p = &ohci->hcca->int_table [index]
    [all...]
ohci.h 134 * The HCCA (Host Controller Communications Area) is a 256 byte
170 __u32 hcca; member in struct:ohci_regs
387 struct ohci_hcca *hcca; /* hcca */ member in struct:ohci
  /external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.c 195 ed_p = &(ohci->hcca->int_table [i]);
360 ep_print_int_eds (controller, "hcca");
361 dbg ("hcca frame #%04x", controller->hcca->frame_no);
457 return m16_swap (ohci->hcca->frame_no);
764 td_list_hc = m32_swap (ohci->hcca->done_head) & 0xfffffff0;
765 ohci->hcca->done_head = 0;
    [all...]
au1x00_usb_ohci.h 123 * The HCCA (Host Controller Communications Area) is a 256 byte
157 __u32 hcca; member in struct:ohci_regs
350 struct ohci_hcca *hcca; /* hcca */ member in struct:ohci

Completed in 53 milliseconds