Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h186 #define OHCI_CTRL_PLE (1 << 2) /* periodic list enable */ macro
Dau1x00_usb_ohci.c48 (OHCI_CTRL_CBSR & 0x3) | OHCI_CTRL_IE | OHCI_CTRL_PLE
268 (temp & OHCI_CTRL_PLE) ? " PLE" : "", in ohci_dump_status()
/external/u-boot/drivers/usb/host/
Dohci.h202 #define OHCI_CTRL_PLE (1 << 2) /* periodic list enable */ macro
Dohci-hcd.c65 (OHCI_CTRL_CBSR & 0x3) | OHCI_CTRL_IE | OHCI_CTRL_PLE
399 (temp & OHCI_CTRL_PLE) ? " PLE" : "", in ohci_dump_status()