OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:roothub
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.c
96
u32 temp = readl (&hc->regs->
roothub
.register); \
99
temp = readl (&hc->regs->
roothub
.register); \
105
{ return readl (&hc->regs->
roothub
.b); }
107
{ return readl (&hc->regs->
roothub
.status); }
303
dbg ("
roothub
.a: %08x POTPGT=%d%s%s%s%s%s NDP=%d", temp,
313
dbg ("
roothub
.b: %08x PPCM=%04x DR=%04x",
319
dbg ("
roothub
.status: %08x%s%s%s%s%s%s",
332
dbg ("
roothub
.portstatus [%d] = 0x%08x%s%s%s%s%s%s%s%s%s%s%s%s",
384
/* when controller's hung, permit only
roothub
cleanup attempts
849
#define WR_RH_STAT(x) {info("WR:status %#8x", (x));writel((x), &gohci.regs->
roothub
.status);
[
all
...]
au1x00_usb_ohci.h
176
}
roothub
;
member in struct:ohci_regs
292
/*
roothub
.portstatus [i] bits */
306
/*
roothub
.status bits */
314
/*
roothub
.b masks */
318
/*
roothub
.a masks */
/external/u-boot/drivers/usb/host/
ohci-hcd.c
197
{ return ohci_readl(&hc->regs->
roothub
.a); }
199
{ return ohci_readl(&hc->regs->
roothub
.b); }
201
{ return ohci_readl(&hc->regs->
roothub
.status); }
203
{ return ohci_readl(&hc->regs->
roothub
.portstatus[i]); }
438
dbg("
roothub
.a: %08x POTPGT=%d%s%s%s%s%s NDP=%d", temp,
448
dbg("
roothub
.b: %08x PPCM=%04x DR=%04x",
454
dbg("
roothub
.status: %08x%s%s%s%s%s%s",
467
dbg("
roothub
.portstatus [%d] = 0x%08x%s%s%s%s%s%s%s%s%s%s%s%s",
520
/* when controller's hung, permit only
roothub
cleanup attempts
[
all
...]
ohci.h
189
}
roothub
;
member in struct:ohci_regs
308
/*
roothub
.portstatus [i] bits */
322
/*
roothub
.status bits */
330
/*
roothub
.b masks */
334
/*
roothub
.a masks */
Completed in 645 milliseconds