Lines Matching full:hcca
196 ed_p = &(ohci->hcca->int_table [i]); in ep_print_int_eds()
361 ep_print_int_eds (controller, "hcca"); in ohci_dump()
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()
1363 /* dbg("Interrupt: %x frame: %x", ints, le16_to_cpu (ohci->hcca->frame_no)); */ in hc_interrupt()
1403 unsigned int frame = m16_swap (ohci->hcca->frame_no) & 1; in hc_interrupt()
1537 err("HCCA not aligned!!"); in usb_lowlevel_init()
1553 gohci.hcca = phcca; in usb_lowlevel_init()