/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ohci-hub.c | 53 ohci->hc_control = ohci_readl (ohci, &ohci->regs->control); 60 (void) ohci_readl (ohci, &ohci->regs->control); variable 79 ohci->hc_control = ohci_readl (ohci, &ohci->regs->control); 108 temp = ohci_readl(ohci, portstat); 130 (void) ohci_readl (ohci, &ohci->regs->control); variable 162 ohci->hc_control = ohci_readl (ohci, &ohci->regs->control); 180 (void) ohci_readl (ohci, &ohci->regs->control); variable 218 temp = ohci_readl (ohci, &ohci->regs->control); 250 (void) ohci_readl (ohci, &ohci->regs->control); variable 259 (void) ohci_readl (ohc variable 297 (void) ohci_readl (ohci, &ohci->regs->control); global() variable [all...] |
H A D | ohci-hcd.c | 412 ohci->hc_control = ohci_readl (ohci, &ohci->regs->control); in ohci_usb_reset() 431 ohci_readl(ohci, &ohci->regs->cmdstatus); /* flush the writes */ in _ohci_shutdown() 475 if (!no_handshake && ohci_readl (ohci, in ohci_init() 489 while (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_IR) { in ohci_init() 505 if (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_RWC) in ohci_init() 556 val = ohci_readl (ohci, &ohci->regs->fminterval); in ohci_run() 593 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_run() 605 while ((ohci_readl (ohci, &ohci->regs->cmdstatus) & OHCI_HCR) != 0) { in ohci_run() 626 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_run() 642 if ((ohci_readl (ohc in ohci_run() [all...] |
H A D | ohci-dbg.c | 106 temp = ohci_readl (controller, ®s->revision) & 0xff; in ohci_dump_status() 113 temp = ohci_readl (controller, ®s->control); in ohci_dump_status() 128 temp = ohci_readl (controller, ®s->cmdstatus); in ohci_dump_status() 139 ohci_readl (controller, ®s->intrstatus), in ohci_dump_status() 142 ohci_readl (controller, ®s->intrenable), in ohci_dump_status() 147 ohci_readl (controller, ®s->ed_periodcurrent), in ohci_dump_status() 151 ohci_readl (controller, ®s->ed_controlhead), in ohci_dump_status() 154 ohci_readl (controller, ®s->ed_controlcurrent), in ohci_dump_status() 158 ohci_readl (controller, ®s->ed_bulkhead), in ohci_dump_status() 161 ohci_readl (controlle in ohci_dump_status() [all...] |
H A D | ohci.h | 585 #define ohci_readl(o,r) _ohci_readl(o,r) macro 697 u32 fit = ohci_readl(ohci, &ohci->regs->fminterval) & FIT; in periodic_reinit() 710 u32 temp = ohci_readl (hc, &hc->regs->roothub.register); \ 715 temp = ohci_readl (hc, &hc->regs->roothub.register); \ 721 { return ohci_readl (hc, &hc->regs->roothub.b); } in roothub_b() 723 { return ohci_readl (hc, &hc->regs->roothub.status); } in roothub_status()
|
H A D | ohci-at91.c | 626 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_hcd_at91_drv_suspend()
|
H A D | ohci-da8xx.c | 259 rh_a = ohci_readl(ohci, &ohci->regs->roothub.a); in ohci_da8xx_reset()
|
H A D | ohci-q.c | 341 // a ohci_readl() later syncs CLE with the HC in ed_deschedule() 367 // a ohci_readl() later syncs BLE with the HC in ed_deschedule() 498 (void) ohci_readl (ohci, &ohci->regs->control); in start_ed_unlink()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ohci-hub.c | 53 ohci->hc_control = ohci_readl (ohci, &ohci->regs->control); 60 (void) ohci_readl (ohci, &ohci->regs->control); variable 79 ohci->hc_control = ohci_readl (ohci, &ohci->regs->control); 108 temp = ohci_readl(ohci, portstat); 130 (void) ohci_readl (ohci, &ohci->regs->control); variable 162 ohci->hc_control = ohci_readl (ohci, &ohci->regs->control); 180 (void) ohci_readl (ohci, &ohci->regs->control); variable 218 temp = ohci_readl (ohci, &ohci->regs->control); 250 (void) ohci_readl (ohci, &ohci->regs->control); variable 259 (void) ohci_readl (ohc variable 297 (void) ohci_readl (ohci, &ohci->regs->control); global() variable [all...] |
H A D | ohci-hcd.c | 410 ohci->hc_control = ohci_readl (ohci, &ohci->regs->control); in ohci_usb_reset() 429 ohci_readl(ohci, &ohci->regs->cmdstatus); /* flush the writes */ in _ohci_shutdown() 473 if (!no_handshake && ohci_readl (ohci, in ohci_init() 487 while (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_IR) { in ohci_init() 503 if (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_RWC) in ohci_init() 554 val = ohci_readl (ohci, &ohci->regs->fminterval); in ohci_run() 591 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_run() 603 while ((ohci_readl (ohci, &ohci->regs->cmdstatus) & OHCI_HCR) != 0) { in ohci_run() 624 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_run() 640 if ((ohci_readl (ohc in ohci_run() [all...] |
H A D | ohci-dbg.c | 106 temp = ohci_readl (controller, ®s->revision) & 0xff; in ohci_dump_status() 113 temp = ohci_readl (controller, ®s->control); in ohci_dump_status() 128 temp = ohci_readl (controller, ®s->cmdstatus); in ohci_dump_status() 139 ohci_readl (controller, ®s->intrstatus), in ohci_dump_status() 142 ohci_readl (controller, ®s->intrenable), in ohci_dump_status() 147 ohci_readl (controller, ®s->ed_periodcurrent), in ohci_dump_status() 151 ohci_readl (controller, ®s->ed_controlhead), in ohci_dump_status() 154 ohci_readl (controller, ®s->ed_controlcurrent), in ohci_dump_status() 158 ohci_readl (controller, ®s->ed_bulkhead), in ohci_dump_status() 161 ohci_readl (controlle in ohci_dump_status() [all...] |
H A D | ohci.h | 585 #define ohci_readl(o,r) _ohci_readl(o,r) macro 697 u32 fit = ohci_readl(ohci, &ohci->regs->fminterval) & FIT; in periodic_reinit() 710 u32 temp = ohci_readl (hc, &hc->regs->roothub.register); \ 715 temp = ohci_readl (hc, &hc->regs->roothub.register); \ 721 { return ohci_readl (hc, &hc->regs->roothub.b); } in roothub_b() 723 { return ohci_readl (hc, &hc->regs->roothub.status); } in roothub_status()
|
H A D | ohci-at91.c | 648 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_hcd_at91_drv_suspend()
|
H A D | ohci-da8xx.c | 260 rh_a = ohci_readl(ohci, &ohci->regs->roothub.a); in ohci_da8xx_reset()
|
H A D | ohci-q.c | 341 // a ohci_readl() later syncs CLE with the HC in ed_deschedule() 367 // a ohci_readl() later syncs BLE with the HC in ed_deschedule() 498 (void) ohci_readl (ohci, &ohci->regs->control); in start_ed_unlink()
|