Searched refs:PLL_CTRL (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/clk/imx/ |
H A D | clk-fracn-gppll.c | 17 #define PLL_CTRL 0x0 macro 235 tmp = readl_relaxed(pll->base + PLL_CTRL); in clk_fracn_gppll_set_rate() 237 writel_relaxed(tmp, pll->base + PLL_CTRL); in clk_fracn_gppll_set_rate() 240 tmp = readl_relaxed(pll->base + PLL_CTRL); in clk_fracn_gppll_set_rate() 242 writel_relaxed(tmp, pll->base + PLL_CTRL); in clk_fracn_gppll_set_rate() 246 writel_relaxed(tmp, pll->base + PLL_CTRL); in clk_fracn_gppll_set_rate() 250 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() 268 readl(pll->base + PLL_CTRL); in clk_fracn_gppll_set_rate() 277 writel_relaxed(tmp, pll->base + PLL_CTRL); in clk_fracn_gppll_set_rate() [all …]
|
/openbmc/linux/drivers/phy/broadcom/ |
H A 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 …]
|
/openbmc/qemu/hw/misc/ |
H A D | mchp_pfsoc_ioscb.c | 94 #define PLL_CTRL 0x04 macro 102 case PLL_CTRL: in mchp_pfsoc_pll_read()
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | chipone-icn6211.c | 77 #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()
|
/openbmc/linux/drivers/media/pci/cx23885/ |
H A D | cx23885-reg.h | 140 #define PLL_CTRL 0x00000494 macro
|
/openbmc/linux/drivers/media/pci/cx25821/ |
H A D | cx25821-medusa-reg.h | 121 #define PLL_CTRL 0x104C macro
|
/openbmc/linux/drivers/media/usb/cx231xx/ |
H A D | cx231xx-reg.h | 646 #define PLL_CTRL 0x494 macro
|
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2800.h | 229 #define PLL_CTRL 0x0050 macro
|
H A D | rt2800lib.c | 5909 reg = rt2800_register_read(rt2x00dev, PLL_CTRL); in rt2800_init_registers() 5911 rt2800_register_write(rt2x00dev, PLL_CTRL, reg); in rt2800_init_registers()
|