Home
last modified time | relevance | path

Searched refs:OHCI_CTRL_PLE (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h186 #define OHCI_CTRL_PLE (1 << 2) /* periodic list enable */ macro
H A Dau1x00_usb_ohci.c49 (OHCI_CTRL_CBSR & 0x3) | OHCI_CTRL_IE | OHCI_CTRL_PLE
269 (temp & OHCI_CTRL_PLE) ? " PLE" : "", in ohci_dump_status()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h202 #define OHCI_CTRL_PLE (1 << 2) /* periodic list enable */ macro
H A Dohci-hcd.c67 (OHCI_CTRL_CBSR & 0x3) | OHCI_CTRL_IE | OHCI_CTRL_PLE
403 (temp & OHCI_CTRL_PLE) ? " PLE" : "", in ohci_dump_status()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-hub.c41 (OHCI_CTRL_CLE|OHCI_CTRL_BLE|OHCI_CTRL_PLE|OHCI_CTRL_IE)
287 enables |= OHCI_CTRL_PLE|OHCI_CTRL_IE; in ohci_rh_resume()
H A Dohci.h255 #define OHCI_CTRL_PLE (1 << 2) /* periodic list enable */ macro
H A Dohci-q.c81 ohci->hc_control &= ~(OHCI_CTRL_PLE|OHCI_CTRL_IE); in finish_urb()
744 ohci->hc_control |= OHCI_CTRL_PLE|OHCI_CTRL_IE; in td_submit_urb()
H A Dohci-dbg.c124 (temp & OHCI_CTRL_PLE) ? " PLE" : "", in ohci_dump_status()