Home
last modified time | relevance | path

Searched refs:OHCI_CTRL_BLE (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/usb/host/
Dusb-ohci.c393 (temp & OHCI_CTRL_BLE) ? " BLE" : "", in ohci_dump_status()
1094 ohci->hc_control |= OHCI_CTRL_BLE; in ep_link()
1203 ohci->hc_control &= ~OHCI_CTRL_BLE; in ep_unlink()
1334 ohci->hc_control &= ~OHCI_CTRL_BLE; in ep_rm_ed()
1705 ohci->hc_control |= OHCI_CTRL_BLE; in dl_del_list()
2771 ohci->hc_control &= ~(OHCI_CTRL_PLE|OHCI_CTRL_CLE|OHCI_CTRL_BLE|OHCI_CTRL_IE); in ohci_pci_suspend()
2909 ohci->hc_control |= OHCI_CTRL_BLE; in ohci_pci_resume()
Dusb-ohci.h191 #define OHCI_CTRL_BLE (1 << 5) /* bulk list enable */ macro