Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/imx/
Dclk-fracn-gppll.c17 #define PLL_CTRL 0x0 macro
237 tmp = readl_relaxed(pll->base + PLL_CTRL); in clk_fracn_gppll_set_rate()
239 writel_relaxed(tmp, pll->base + PLL_CTRL); in clk_fracn_gppll_set_rate()
242 tmp = readl_relaxed(pll->base + PLL_CTRL); in clk_fracn_gppll_set_rate()
244 writel_relaxed(tmp, pll->base + PLL_CTRL); in clk_fracn_gppll_set_rate()
248 writel_relaxed(tmp, pll->base + PLL_CTRL); in clk_fracn_gppll_set_rate()
252 writel_relaxed(tmp, pll->base + PLL_CTRL); in clk_fracn_gppll_set_rate()
267 writel_relaxed(tmp, pll->base + PLL_CTRL); in clk_fracn_gppll_set_rate()
276 writel_relaxed(tmp, pll->base + PLL_CTRL); in clk_fracn_gppll_set_rate()
292 val = readl_relaxed(pll->base + PLL_CTRL); in clk_fracn_gppll_prepare()
[all …]
/linux-6.12.1/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-6.12.1/drivers/gpu/drm/bridge/
Dchipone-icn6211.c77 #define PLL_CTRL(n) (0x50 + ((n) & 0xf)) /* 0..15 */ macro
337 chipone_writeb(icn, PLL_CTRL(6), in chipone_configure_pll()
417 chipone_writeb(icn, PLL_CTRL(12), 0xff); in chipone_atomic_enable()
441 chipone_writeb(icn, PLL_CTRL(1), 0x20); in chipone_atomic_enable()
/linux-6.12.1/drivers/media/pci/cx23885/
Dcx23885-reg.h140 #define PLL_CTRL 0x00000494 macro
/linux-6.12.1/drivers/media/pci/cx25821/
Dcx25821-medusa-reg.h121 #define PLL_CTRL 0x104C macro
/linux-6.12.1/drivers/media/usb/cx231xx/
Dcx231xx-reg.h646 #define PLL_CTRL 0x494 macro
/linux-6.12.1/drivers/net/wireless/ralink/rt2x00/
Drt2800.h229 #define PLL_CTRL 0x0050 macro
Drt2800lib.c5915 reg = rt2800_register_read(rt2x00dev, PLL_CTRL); in rt2800_init_registers()
5917 rt2800_register_write(rt2x00dev, PLL_CTRL, reg); in rt2800_init_registers()