Home
last modified time | relevance | path

Searched refs:gohci (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.c74 static ohci_t gohci; variable
382 ohci = &gohci; in sohci_submit_job()
455 ohci_t *ohci = &gohci; in sohci_get_current_frame_number()
666 ohci_t *ohci = &gohci; in td_submit_job()
849 #define WR_RH_STAT(x) {info("WR:status %#8x", (x));writel((x), &gohci.regs->roothub.status);}
850 #define WR_RH_PORTSTAT(x) {info("WR:portstatus[%d] %#8x", wIndex-1, (x));writel((x), &gohci.regs->r…
852 #define WR_RH_STAT(x) writel((x), &gohci.regs->roothub.status)
853 #define WR_RH_PORTSTAT(x) writel((x), &gohci.regs->roothub.portstatus[wIndex-1])
855 #define RD_RH_STAT roothub_status(&gohci)
856 #define RD_RH_PORTSTAT roothub_portstatus(&gohci,wIndex-1)
[all …]
/external/u-boot/drivers/usb/host/
Dohci-hcd.c136 static ohci_t gohci; variable
1700 return submit_common_msg(&gohci, dev, pipe, buffer, transfer_len, in submit_bulk_msg()
1708 return submit_common_msg(&gohci, dev, pipe, buffer, transfer_len, NULL, in submit_int_msg()
1716 return _ohci_create_int_queue(&gohci, dev, pipe, queuesize, in create_int_queue()
1722 return _ohci_poll_int_queue(&gohci, dev, queue); in poll_int_queue()
1727 return _ohci_destroy_int_queue(&gohci, dev, queue); in destroy_int_queue()
2021 memset(&gohci, 0, sizeof(ohci_t)); in usb_lowlevel_init()
2028 gohci.hcca = &ghcca[0]; in usb_lowlevel_init()
2029 info("aligned ghcca %p", gohci.hcca); in usb_lowlevel_init()
2030 memset(gohci.hcca, 0, sizeof(struct ohci_hcca)); in usb_lowlevel_init()
[all …]