Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-fsl.h52 #define PHY_CLK_VALID (1<<17) macro
H A Dehci-fsl.c191 if (!(ioread32be(non_ehci + FSL_SOC_USB_CTRL) & PHY_CLK_VALID)) in usb_phy_clk_valid()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dehci-ci.h64 #define PHY_CLK_VALID (1 << 17) macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-fsl.c49 if (!((in_be32(&ehci->control) & PHY_CLK_VALID) || in usb_phy_clk_valid()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dcpu_init.c327 } while (!(temp & PHY_CLK_VALID)); in cpu_init_f()