Searched refs:PLL_CTRL (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/drivers/clk/imx/ ! |
D | clk-fracn-gppll.c | 17 #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/ ! |
D | phy-bcm-sr-usb.c | 20 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/ ! |
D | chipone-icn6211.c | 68 #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/ ! |
D | cx23885-reg.h | 140 #define PLL_CTRL 0x00000494 macro
|
/linux-5.19.10/drivers/media/pci/cx25821/ ! |
D | cx25821-medusa-reg.h | 121 #define PLL_CTRL 0x104C macro
|
/linux-5.19.10/drivers/media/usb/cx231xx/ ! |
D | cx231xx-reg.h | 646 #define PLL_CTRL 0x494 macro
|
/linux-5.19.10/drivers/net/wireless/ralink/rt2x00/ ! |
D | rt2800.h | 229 #define PLL_CTRL 0x0050 macro
|
D | rt2800lib.c | 5783 reg = rt2800_register_read(rt2x00dev, PLL_CTRL); in rt2800_init_registers() 5785 rt2800_register_write(rt2x00dev, PLL_CTRL, reg); in rt2800_init_registers()
|