Home
last modified time | relevance | path

Searched refs:hc_control (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/usb/host/
Dusb-ohci.c1078 ohci->hc_control |= OHCI_CTRL_CLE; in ep_link()
1079 writel (ohci->hc_control, &ohci->regs->control); in ep_link()
1094 ohci->hc_control |= OHCI_CTRL_BLE; in ep_link()
1095 writel (ohci->hc_control, &ohci->regs->control); in ep_link()
1186 ohci->hc_control &= ~OHCI_CTRL_CLE; in ep_unlink()
1187 writel (ohci->hc_control, &ohci->regs->control); in ep_unlink()
1203 ohci->hc_control &= ~OHCI_CTRL_BLE; in ep_unlink()
1204 writel (ohci->hc_control, &ohci->regs->control); in ep_unlink()
1330 ohci->hc_control &= ~OHCI_CTRL_CLE; in ep_rm_ed()
1331 writel (ohci->hc_control, &ohci->regs->control); in ep_rm_ed()
[all …]
Dhc_sl811.h205 __u32 hc_control; /* copy of the hc control reg */ member
Dusb-ohci.h399 __u32 hc_control; /* copy of the hc control reg */ member