Home
last modified time | relevance | path

Searched refs:PLL_CTRL (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/drivers/clk/imx/ !
Dclk-fracn-gppll.c17 #define PLL_CTRL 0x0 macro
192 tmp = readl_relaxed(pll->base + PLL_CTRL); in clk_fracn_gppll_set_rate()
194 writel_relaxed(tmp, pll->base + PLL_CTRL); in clk_fracn_gppll_set_rate()
198 writel_relaxed(tmp, pll->base + PLL_CTRL); in clk_fracn_gppll_set_rate()
202 writel_relaxed(tmp, pll->base + PLL_CTRL); in clk_fracn_gppll_set_rate()
215 writel_relaxed(tmp, pll->base + PLL_CTRL); in clk_fracn_gppll_set_rate()
224 writel_relaxed(tmp, pll->base + PLL_CTRL); in clk_fracn_gppll_set_rate()
240 val = readl_relaxed(pll->base + PLL_CTRL); in clk_fracn_gppll_prepare()
245 writel_relaxed(val, pll->base + PLL_CTRL); in clk_fracn_gppll_prepare()
248 writel_relaxed(val, pll->base + PLL_CTRL); in clk_fracn_gppll_prepare()
[all …]
/linux-5.19.10/drivers/phy/broadcom/ !
Dphy-bcm-sr-usb.c20 PLL_CTRL, enumerator
28 [PLL_CTRL] = 0x18,
33 [PLL_CTRL] = 0x0c,
38 [PLL_CTRL] = 0x8,
139 bcm_usb_reg32_clrbits(regs + offset[PLL_CTRL], in bcm_usb_ss_phy_init()
141 bcm_usb_reg32_setbits(regs + offset[PLL_CTRL], in bcm_usb_ss_phy_init()
143 bcm_usb_reg32_setbits(regs + offset[PLL_CTRL], in bcm_usb_ss_phy_init()
149 ret = bcm_usb_pll_lock_check(regs + offset[PLL_CTRL], in bcm_usb_ss_phy_init()
163 bcm_usb_reg32_clrbits(regs + offset[PLL_CTRL], in bcm_usb_hs_phy_init()
165 bcm_usb_reg32_setbits(regs + offset[PLL_CTRL], in bcm_usb_hs_phy_init()
[all …]
/linux-5.19.10/drivers/gpu/drm/bridge/ !
Dchipone-icn6211.c68 #define PLL_CTRL(n) (0x50 + ((n) & 0xf)) /* 0..15 */ macro
325 chipone_writeb(icn, PLL_CTRL(6), PLL_CTRL_6_MIPI_CLK); in chipone_configure_pll()
404 chipone_writeb(icn, PLL_CTRL(12), 0xff); in chipone_atomic_enable()
421 chipone_writeb(icn, PLL_CTRL(1), 0x20); in chipone_atomic_enable()
/linux-5.19.10/drivers/media/pci/cx23885/ !
Dcx23885-reg.h140 #define PLL_CTRL 0x00000494 macro
/linux-5.19.10/drivers/media/pci/cx25821/ !
Dcx25821-medusa-reg.h121 #define PLL_CTRL 0x104C macro
/linux-5.19.10/drivers/media/usb/cx231xx/ !
Dcx231xx-reg.h646 #define PLL_CTRL 0x494 macro
/linux-5.19.10/drivers/net/wireless/ralink/rt2x00/ !
Drt2800.h229 #define PLL_CTRL 0x0050 macro
Drt2800lib.c5783 reg = rt2800_register_read(rt2x00dev, PLL_CTRL); in rt2800_init_registers()
5785 rt2800_register_write(rt2x00dev, PLL_CTRL, reg); in rt2800_init_registers()