Searched refs:hcca (Results 1 – 7 of 7) sorted by relevance
/drivers/usb/host/ |
D | ohci-hcd.c | 508 if (ohci->hcca) in ohci_init() 515 ohci->hcca = dma_alloc_coherent (hcd->self.controller, in ohci_init() 516 sizeof(*ohci->hcca), &ohci->hcca_dma, GFP_KERNEL); in ohci_init() 517 if (!ohci->hcca) in ohci_init() 586 memset (ohci->hcca, 0, sizeof (struct ohci_hcca)); in ohci_run() 625 ohci_writel (ohci, (u32) ohci->hcca_dma, &ohci->regs->hcca); in ohci_run() 1001 if (ohci->hcca) { in ohci_stop() 1003 sizeof *ohci->hcca, in ohci_stop() 1004 ohci->hcca, ohci->hcca_dma); in ohci_stop() 1005 ohci->hcca = NULL; in ohci_stop() [all …]
|
D | ohci.h | 219 __hc32 hcca; member 374 struct ohci_hcca *hcca; member 664 tmp = be32_to_cpup((__force __be32 *)&ohci->hcca->frame_no); in ohci_frame_no() 668 tmp = le32_to_cpup((__force __le32 *)&ohci->hcca->frame_no); in ohci_frame_no()
|
D | ohci-q.c | 152 __hc32 *prev_p = &ohci->hcca->int_table [i]; in periodic_link() 276 __hc32 *prev_p = &ohci->hcca->int_table [i]; in periodic_unlink() 939 td_dma = hc32_to_cpup (ohci, &ohci->hcca->done_head); in update_done_list() 940 ohci->hcca->done_head = 0; in update_done_list()
|
D | ohci-dbg.c | 245 if (controller->hcca) in ohci_dump() 618 if (ohci->hcca) in fill_registers_buffer()
|
D | ohci-hub.c | 228 ohci_writel (ohci, (u32) ohci->hcca_dma, &ohci->regs->hcca); in ohci_rh_resume()
|
D | u132-hcd.c | 1699 retval = u132_write_pcimem(u132, hcca, 0x00000000); in u132_run()
|
/drivers/usb/misc/ |
D | ftdi-elan.c | 2373 retval = ftdi_write_pcimem(ftdi, hcca, 0x00000000); in ftdi_elan_check_controller()
|