Searched refs:hc_control (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/arch/mips/mach-au1x00/ |
D | au1x00_usb_ohci.c | 484 ohci->hc_control |= OHCI_CTRL_CLE; in ep_link() 485 writel (ohci->hc_control, &ohci->regs->control); in ep_link() 500 ohci->hc_control |= OHCI_CTRL_BLE; in ep_link() 501 writel (ohci->hc_control, &ohci->regs->control); in ep_link() 524 ohci->hc_control &= ~OHCI_CTRL_CLE; in ep_unlink() 525 writel (ohci->hc_control, &ohci->regs->control); in ep_unlink() 541 ohci->hc_control &= ~OHCI_CTRL_BLE; in ep_unlink() 542 writel (ohci->hc_control, &ohci->regs->control); in ep_unlink() 1312 ohci->hc_control = OHCI_CONTROL_INIT | OHCI_USB_OPER; in hc_start() 1314 writel (ohci->hc_control, &ohci->regs->control); in hc_start() [all …]
|
D | au1x00_usb_ohci.h | 364 __u32 hc_control; /* copy of the hc control reg */ member
|
/external/u-boot/drivers/usb/host/ |
D | ohci-hcd.c | 689 ohci->hc_control |= OHCI_CTRL_CLE; in ep_link() 690 ohci_writel(ohci->hc_control, &ohci->regs->control); in ep_link() 707 ohci->hc_control |= OHCI_CTRL_BLE; in ep_link() 708 ohci_writel(ohci->hc_control, &ohci->regs->control); in ep_link() 784 ohci->hc_control &= ~OHCI_CTRL_CLE; in ep_unlink() 785 ohci_writel(ohci->hc_control, in ep_unlink() 805 ohci->hc_control &= ~OHCI_CTRL_BLE; in ep_unlink() 806 ohci_writel(ohci->hc_control, in ep_unlink() 1821 ohci->hc_control = 0; in hc_reset() 1822 ohci_writel(ohci->hc_control, &ohci->regs->control); in hc_reset() [all …]
|
D | ohci.h | 402 __u32 hc_control; /* copy of the hc control reg */ member
|