Searched refs:ohci_hcca (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/usb/host/ |
H A D | ohci.h | 140 struct ohci_hcca { struct 387 struct ohci_hcca *hcca; /* hcca */
|
H A D | ohci-hcd.c | 138 struct ohci_hcca ghcca[1]; 2030 memset(gohci.hcca, 0, sizeof(struct ohci_hcca)); in usb_lowlevel_init() 2197 ohci->hcca = memalign(256, sizeof(struct ohci_hcca)); in ohci_register() 2200 memset(ohci->hcca, 0, sizeof(struct ohci_hcca)); in ohci_register()
|
/openbmc/linux/drivers/usb/host/ |
H A D | ohci.h | 190 struct ohci_hcca { struct 375 struct ohci_hcca *hcca;
|
H A D | ohci-hcd.c | 594 memset (ohci->hcca, 0, sizeof (struct ohci_hcca)); in ohci_run()
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-ohci.c | 50 struct ohci_hcca { struct 55 #define HCCA_WRITEBACK_OFFSET offsetof(struct ohci_hcca, frame) argument 472 dma_addr_t addr, struct ohci_hcca *hcca) in ohci_read_hcca() 504 dma_addr_t addr, struct ohci_hcca *hcca) in ohci_put_hcca() 1213 struct ohci_hcca hcca; in ohci_frame_boundary()
|