Searched refs:VCOCAL_START (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | utmi-armada100.c | 42 setbits_le32(&phy_regs->utmi_pll, VCOCAL_START); in utmi_phy_init() 44 clrbits_le32(&phy_regs->utmi_pll, VCOCAL_START); in utmi_phy_init()
|
| /OK3568_Linux_fs/kernel/drivers/phy/marvell/ |
| H A D | phy-pxa-usb.c | 63 #define VCOCAL_START (0x1 << 21) macro 213 u2o_set(base, UTMI_PLL, VCOCAL_START); in pxa_usb_phy_init() 215 u2o_clear(base, UTMI_PLL, VCOCAL_START); in pxa_usb_phy_init()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-armada100/ |
| H A D | utmi-armada100.h | 28 #define VCOCAL_START (1 << 21) macro
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-mmp/ |
| H A D | devices.c | 167 u2o_set(base, UTMI_PLL, VCOCAL_START); in usb_phy_init_internal() 169 u2o_clear(base, UTMI_PLL, VCOCAL_START); in usb_phy_init_internal()
|
| H A D | regs-usb.h | 78 #define VCOCAL_START (0x1 << 21) macro
|