OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gohci
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.c
74
static ohci_t
gohci
;
variable
382
ohci = &
gohci
;
455
ohci_t *ohci = &
gohci
;
666
ohci_t *ohci = &
gohci
;
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->roothub.portstatus[wIndex-1]);}
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/
ohci-hcd.c
136
static ohci_t
gohci
;
variable
[
all
...]
Completed in 716 milliseconds