Home
last modified time | relevance | path

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

/drivers/usb/host/
Dohci-pnx4008.c256 #define USB_CLOCK_MASK (AHB_M_CLOCK_ON| OTG_CLOCK_ON | HOST_CLOCK_ON | I2C_CLOCK_ON) macro
365 __raw_writel(USB_CLOCK_MASK, USB_OTG_CLK_CTRL); in usb_hcd_pnx4008_probe()
367 while ((__raw_readl(USB_OTG_CLK_STAT) & USB_CLOCK_MASK) != in usb_hcd_pnx4008_probe()
368 USB_CLOCK_MASK) ; in usb_hcd_pnx4008_probe()