Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dpipe3-phy.c19 #define PLL_STATUS 0x00000004 macro
93 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_STATUS); in omap_pipe3_wait_lock()
178 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_STATUS); in phy_pipe3_power_on()
218 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_STATUS); in phy_pipe3_power_off()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H A Dpll.c19 #define PLL_STATUS 0x0004 macro
354 if (wait_for_bit_change(base + PLL_STATUS, 0, 1) != 1) in dss_pll_wait_reset_done()
365 u32 v = readl_relaxed(pll->base + PLL_STATUS); in dss_wait_hsdiv_ack()
466 l = readl_relaxed(base + PLL_STATUS); in dss_pll_write_config_type_a()
488 if (wait_for_bit_change(base + PLL_STATUS, 1, 1) != 1) { in dss_pll_write_config_type_a()
560 if (wait_for_bit_change(base + PLL_STATUS, 1, 1) != 1) { in dss_pll_write_config_type_b()
H A Ddsi.c1153 DSI_FLD_GET(PLL_STATUS, 0, 0), in _dsi_print_reset_status()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A Dpll.c19 #define PLL_STATUS 0x0004 macro
218 if (wait_for_bit_change(base + PLL_STATUS, 0, 1) != 1) in dss_pll_wait_reset_done()
229 u32 v = readl_relaxed(pll->base + PLL_STATUS); in dss_wait_hsdiv_ack()
301 if (wait_for_bit_change(base + PLL_STATUS, 1, 1) != 1) { in dss_pll_write_config_type_a()
372 if (wait_for_bit_change(base + PLL_STATUS, 1, 1) != 1) { in dss_pll_write_config_type_b()
H A Ddsi.c1203 DSI_FLD_GET(PLL_STATUS, 0, 0), in _dsi_print_reset_status()
/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dti-pipe3-phy.c18 #define PLL_STATUS 0x00000004 macro
115 val = omap_pipe3_readl(pipe3->pll_ctrl_base, PLL_STATUS); in omap_pipe3_wait_lock()
201 val = omap_pipe3_readl(pipe3->pll_ctrl_base, PLL_STATUS); in pipe3_init()
258 val = omap_pipe3_readl(pipe3->pll_ctrl_base, PLL_STATUS); in pipe3_exit()
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dti_usb_phy.c30 #define PLL_STATUS 0x00000004 macro
138 val = ti_usb3_readl(phy->pll_ctrl_base, PLL_STATUS); in ti_usb3_dpll_wait_lock()
/OK3568_Linux_fs/kernel/drivers/phy/ti/
H A Dphy-ti-pipe3.c24 #define PLL_STATUS 0x00000004 macro
394 val = ti_pipe3_readl(phy->pll_ctrl_base, PLL_STATUS); in ti_pipe3_dpll_wait_lock()
529 val = ti_pipe3_readl(phy->pll_ctrl_base, PLL_STATUS); in ti_pipe3_init()
568 val = ti_pipe3_readl(phy->pll_ctrl_base, PLL_STATUS); in ti_pipe3_exit()
/OK3568_Linux_fs/kernel/arch/mips/ar7/
H A Dclock.c55 #define PLL_STATUS 0x00000001 macro
231 while (readl(&clock->pll) & PLL_STATUS) in tnetd7300_set_clock()
/OK3568_Linux_fs/kernel/drivers/clk/pistachio/
H A Dclk-pll.c16 #define PLL_STATUS 0x0 macro
90 while (!(pll_readl(pll, PLL_STATUS) & PLL_STATUS_LOCK)) in pll_lock()
/OK3568_Linux_fs/kernel/drivers/clk/qcom/
H A Dclk-alpha-pll.c56 #define PLL_STATUS(p) ((p)->offset + (p)->regs[PLL_OFF_STATUS]) macro
1460 regmap_read(pll->clkr.regmap, PLL_STATUS(pll), &regval); in __alpha_pll_trion_prepare()