Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()