Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/clk/imx/
A Dclk-fracn-gppll.c17 #define PLL_CTRL 0x0 macro
195 tmp = readl_relaxed(pll->base + PLL_CTRL); in clk_fracn_gppll_set_rate()
197 writel_relaxed(tmp, pll->base + PLL_CTRL); in clk_fracn_gppll_set_rate()
201 writel_relaxed(tmp, pll->base + PLL_CTRL); in clk_fracn_gppll_set_rate()
205 writel_relaxed(tmp, pll->base + PLL_CTRL); in clk_fracn_gppll_set_rate()
218 writel_relaxed(tmp, pll->base + PLL_CTRL); in clk_fracn_gppll_set_rate()
227 writel_relaxed(tmp, pll->base + PLL_CTRL); in clk_fracn_gppll_set_rate()
243 val = readl_relaxed(pll->base + PLL_CTRL); in clk_fracn_gppll_prepare()
248 writel_relaxed(val, pll->base + PLL_CTRL); in clk_fracn_gppll_prepare()
251 writel_relaxed(val, pll->base + PLL_CTRL); in clk_fracn_gppll_prepare()
[all …]
/linux-6.3-rc2/drivers/phy/broadcom/
A 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.3-rc2/drivers/gpu/drm/bridge/
A 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.3-rc2/drivers/media/pci/cx23885/
A Dcx23885-reg.h140 #define PLL_CTRL 0x00000494 macro
/linux-6.3-rc2/drivers/media/pci/cx25821/
A Dcx25821-medusa-reg.h121 #define PLL_CTRL 0x104C macro
/linux-6.3-rc2/drivers/media/usb/cx231xx/
A Dcx231xx-reg.h646 #define PLL_CTRL 0x494 macro
/linux-6.3-rc2/drivers/net/wireless/ralink/rt2x00/
A Drt2800.h229 #define PLL_CTRL 0x0050 macro
A Drt2800lib.c5886 reg = rt2800_register_read(rt2x00dev, PLL_CTRL); in rt2800_init_registers()
5888 rt2800_register_write(rt2x00dev, PLL_CTRL, reg); in rt2800_init_registers()

Completed in 49 milliseconds