Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci.h206 #define OHCI_CTRL_HCFS (3 << 6) /* host controller functional state */ macro
H A Dohci-hcd.c399 hcfs2string(temp & OHCI_CTRL_HCFS), in ohci_dump_status()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h190 #define OHCI_CTRL_HCFS (3 << 6) /* host controller functional state */ macro
H A Dau1x00_usb_ohci.c265 hcfs2string (temp & OHCI_CTRL_HCFS), in ohci_dump_status()