Home
last modified time | relevance | path

Searched refs:USB_HOST_CONFIG (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.c1519 au_writel(USBH_ENABLE_CE, USB_HOST_CONFIG); in usb_lowlevel_init()
1521 au_writel(USBH_ENABLE_INIT, USB_HOST_CONFIG); in usb_lowlevel_init()
1525 while (au_readl(USB_HOST_CONFIG), in usb_lowlevel_init()
1526 !(au_readl(USB_HOST_CONFIG) & USBH_ENABLE_RD)) in usb_lowlevel_init()
1590 au_writel(readl(USB_HOST_CONFIG) & ~USBH_ENABLE_CE, USB_HOST_CONFIG); in usb_lowlevel_init()
1605 au_writel(readl(USB_HOST_CONFIG) & ~USBH_ENABLE_CE, USB_HOST_CONFIG); in usb_lowlevel_stop()
/external/u-boot/arch/mips/mach-au1x00/include/mach/
Dau1x00.h436 #define USB_HOST_CONFIG 0xB017fffc macro