Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-omap2/
Dpipe3-phy.c31 #define PLL_SELFREQDCO_MASK 0x0000000E macro
122 val &= ~PLL_SELFREQDCO_MASK; in omap_pipe3_dpll_program()
/external/u-boot/drivers/usb/dwc3/
Dti_usb_phy.c42 #define PLL_SELFREQDCO_MASK 0x0000000E macro
163 val &= ~PLL_SELFREQDCO_MASK; in ti_usb3_dpll_program()
/external/u-boot/include/linux/usb/
Dxhci-omap.h40 #define PLL_SELFREQDCO_MASK 0x0000000E macro
/external/u-boot/drivers/phy/
Dti-pipe3-phy.c30 #define PLL_SELFREQDCO_MASK 0x0000000E macro
233 val &= ~(PLL_SELFREQDCO_MASK | PLL_IDLE); in omap_pipe3_dpll_program()
/external/u-boot/drivers/usb/phy/
Domap_usb_phy.c93 val &= ~PLL_SELFREQDCO_MASK; in omap_usb_dpll_lock()