Searched refs:USBH_ENABLE_CE (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-au1xxx.c31 #define USBH_ENABLE_CE (1<<3) macro
35 #define USBH_ENABLE_INIT (USBH_ENABLE_CE | USBH_ENABLE_E | USBH_ENABLE_C)
37 #define USBH_ENABLE_INIT (USBH_ENABLE_CE | USBH_ENABLE_E | USBH_ENABLE_C | \
58 #define USBH_ENABLE_CE USB_MCFG_OHCCLKEN macro
61 USBH_ENABLE_CE | USB_MCFG_SSDEN | \
75 au_writel(USBH_ENABLE_CE, USB_HOST_CONFIG);
89 au_writel(au_readl(USB_HOST_CONFIG) | USBH_ENABLE_CE, USB_HOST_CONFIG);
108 au_writel(au_readl(USB_HOST_CONFIG) & ~USBH_ENABLE_CE, USB_HOST_CONFIG);
H A Dehci-au1xxx.c32 #define USBH_ENABLE_CE (USB_MCFG_PHYPLLEN | USB_MCFG_EHCCLKEN) macro
34 USBH_ENABLE_CE | USB_MCFG_SSDEN | \
45 au_writel(au_readl(USB_HOST_CONFIG) | USBH_ENABLE_CE, USB_HOST_CONFIG);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Dohci-au1xxx.c31 #define USBH_ENABLE_CE (1<<3) macro
35 #define USBH_ENABLE_INIT (USBH_ENABLE_CE | USBH_ENABLE_E | USBH_ENABLE_C)
37 #define USBH_ENABLE_INIT (USBH_ENABLE_CE | USBH_ENABLE_E | USBH_ENABLE_C | \
58 #define USBH_ENABLE_CE USB_MCFG_OHCCLKEN macro
61 USBH_ENABLE_CE | USB_MCFG_SSDEN | \
75 au_writel(USBH_ENABLE_CE, USB_HOST_CONFIG);
89 au_writel(au_readl(USB_HOST_CONFIG) | USBH_ENABLE_CE, USB_HOST_CONFIG);
108 au_writel(au_readl(USB_HOST_CONFIG) & ~USBH_ENABLE_CE, USB_HOST_CONFIG);
H A Dehci-au1xxx.c32 #define USBH_ENABLE_CE (USB_MCFG_PHYPLLEN | USB_MCFG_EHCCLKEN) macro
34 USBH_ENABLE_CE | USB_MCFG_SSDEN | \
45 au_writel(au_readl(USB_HOST_CONFIG) | USBH_ENABLE_CE, USB_HOST_CONFIG);

Completed in 176 milliseconds