Searched refs:gohci (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.c | 75 static ohci_t gohci; variable 383 ohci = &gohci; in sohci_submit_job() 456 ohci_t *ohci = &gohci; in sohci_get_current_frame_number() 667 ohci_t *ohci = &gohci; in td_submit_job() 850 #define WR_RH_STAT(x) {info("WR:status %#8x", (x));writel((x), &gohci.regs->roothub.status);} 851 #define WR_RH_PORTSTAT(x) {info("WR:portstatus[%d] %#8x", wIndex-1, (x));writel((x), &gohci.regs->r… 853 #define WR_RH_STAT(x) writel((x), &gohci.regs->roothub.status) 854 #define WR_RH_PORTSTAT(x) writel((x), &gohci.regs->roothub.portstatus[wIndex-1]) 856 #define RD_RH_STAT roothub_status(&gohci) 857 #define RD_RH_PORTSTAT roothub_portstatus(&gohci,wIndex-1) [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ohci-hcd.c | 140 static ohci_t gohci; variable 1702 return submit_common_msg(&gohci, dev, pipe, buffer, transfer_len, in submit_bulk_msg() 1710 return submit_common_msg(&gohci, dev, pipe, buffer, transfer_len, NULL, in submit_int_msg() 1718 return _ohci_create_int_queue(&gohci, dev, pipe, queuesize, in create_int_queue() 1724 return _ohci_poll_int_queue(&gohci, dev, queue); in poll_int_queue() 1729 return _ohci_destroy_int_queue(&gohci, dev, queue); in destroy_int_queue() 2023 memset(&gohci, 0, sizeof(ohci_t)); in usb_lowlevel_init() 2030 gohci.hcca = &ghcca[0]; in usb_lowlevel_init() 2031 info("aligned ghcca %p", gohci.hcca); in usb_lowlevel_init() 2032 memset(gohci.hcca, 0, sizeof(struct ohci_hcca)); in usb_lowlevel_init() [all …]
|