Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci.h203 #define OHCI_CTRL_IE (1 << 3) /* isochronous enable */ macro
H A Dohci-hcd.c67 (OHCI_CTRL_CBSR & 0x3) | OHCI_CTRL_IE | OHCI_CTRL_PLE
402 (temp & OHCI_CTRL_IE) ? " IE" : "", in ohci_dump_status()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h187 #define OHCI_CTRL_IE (1 << 3) /* isochronous enable */ macro
H A Dau1x00_usb_ohci.c49 (OHCI_CTRL_CBSR & 0x3) | OHCI_CTRL_IE | OHCI_CTRL_PLE
268 (temp & OHCI_CTRL_IE) ? " IE" : "", in ohci_dump_status()