Searched refs:pll_status (Results 1 – 7 of 7) sorted by relevance
| /drivers/clk/zynq/ |
| A D | pll.c | 26 void __iomem *pll_status; member 132 while (!(readl(clk->pll_status) & (1 << clk->lockbit))) in zynq_pll_enable() 185 void __iomem *pll_ctrl, void __iomem *pll_status, u8 lock_index, in clk_register_zynq_pll() argument 208 pll->pll_status = pll_status; in clk_register_zynq_pll()
|
| /drivers/clk/sophgo/ |
| A D | clk-cv18xx-pll.h | 76 struct cv1800_clk_regbit pll_status; member 92 .pll_status = CV1800_CLK_BIT(_pll_status_reg, \ 109 .pll_status = CV1800_CLK_BIT(_pll_status_reg, \
|
| A D | clk-cv18xx-pll.c | 151 cv1800_clk_wait_for_lock(&pll->common, pll->pll_status.reg, in ipll_set_rate() 152 BIT(pll->pll_status.shift)); in ipll_set_rate() 380 cv1800_clk_wait_for_lock(&pll->common, pll->pll_status.reg, in fpll_set_rate() 381 BIT(pll->pll_status.shift)); in fpll_set_rate()
|
| /drivers/clk/ |
| A D | clk-stm32h7.c | 857 int pll_status; in odf_divider_set_rate() local 862 pll_status = pll_is_enabled(hwp); in odf_divider_set_rate() 864 if (pll_status) in odf_divider_set_rate() 869 if (pll_status) in odf_divider_set_rate() 884 int pll_status; in odf_gate_enable() local 892 pll_status = pll_is_enabled(hwp); in odf_gate_enable() 894 if (pll_status) in odf_gate_enable() 899 if (pll_status) in odf_gate_enable() 908 int pll_status; in odf_gate_disable() local 917 if (pll_status) in odf_gate_disable() [all …]
|
| /drivers/phy/ti/ |
| A D | phy-da8xx-usb.c | 145 u32 pll_status; in da8xx_runtime_resume() local 151 return regmap_read_poll_timeout(d_phy->regmap, CFGCHIP(2), pll_status, in da8xx_runtime_resume() 152 pll_status & CFGCHIP2_PHYCLKGD, 1000, 500000); in da8xx_runtime_resume()
|
| /drivers/media/dvb-frontends/ |
| A D | au8522_decoder.c | 616 u8 pll_status; in au8522_g_tuner() local 620 pll_status = au8522_readreg(state, 0x7e); in au8522_g_tuner() 621 if ((lock_status == 0xa2) && (pll_status & 0x10)) in au8522_g_tuner()
|
| /drivers/phy/xilinx/ |
| A D | phy-zynqmp.c | 884 u32 pll_status; in xpsgtr_status_read() local 887 pll_status = xpsgtr_read_phy(gtr_phy, L0_PLL_STATUS_READ_1); in xpsgtr_status_read() 897 pll_status & PLL_STATUS_LOCKED ? "yes" : "no"); in xpsgtr_status_read()
|
Completed in 24 milliseconds