Searched refs:PLLCTL (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/arm/mach-davinci/ |
D | pm.c | 47 val = __raw_readl(pdata->cpupll_reg_base + PLLCTL); in davinci_pm_suspend() 49 __raw_writel(val, pdata->cpupll_reg_base + PLLCTL); in davinci_pm_suspend() 54 val = __raw_readl(pdata->cpupll_reg_base + PLLCTL); in davinci_pm_suspend() 56 __raw_writel(val, pdata->cpupll_reg_base + PLLCTL); in davinci_pm_suspend() 71 val = __raw_readl(pdata->cpupll_reg_base + PLLCTL); in davinci_pm_suspend() 73 __raw_writel(val, pdata->cpupll_reg_base + PLLCTL); in davinci_pm_suspend() 76 val = __raw_readl(pdata->cpupll_reg_base + PLLCTL); in davinci_pm_suspend() 78 __raw_writel(val, pdata->cpupll_reg_base + PLLCTL); in davinci_pm_suspend() 84 val = __raw_readl(pdata->cpupll_reg_base + PLLCTL); in davinci_pm_suspend() 86 __raw_writel(val, pdata->cpupll_reg_base + PLLCTL); in davinci_pm_suspend() [all …]
|
D | sleep.S | 90 ldr ip, [r3, #PLLCTL] 93 str ip, [r3, #PLLCTL] 101 ldr ip, [r3, #PLLCTL] 103 str ip, [r3, #PLLCTL] 121 ldr ip, [r3, #PLLCTL] 123 str ip, [r3, #PLLCTL] 126 ldr ip, [r3, #PLLCTL] 128 str ip, [r3, #PLLCTL] 135 ldr ip, [r3, #PLLCTL] 137 str ip, [r3, #PLLCTL] [all …]
|
D | clock.c | 415 ctrl = __raw_readl(pll->base + PLLCTL); in clk_pllclk_recalc() 508 ctrl = __raw_readl(pll->base + PLLCTL); in davinci_set_pllrate() 512 __raw_writel(ctrl, pll->base + PLLCTL); in davinci_set_pllrate() 518 __raw_writel(ctrl, pll->base + PLLCTL); in davinci_set_pllrate() 532 __raw_writel(ctrl, pll->base + PLLCTL); in davinci_set_pllrate() 538 __raw_writel(ctrl, pll->base + PLLCTL); in davinci_set_pllrate()
|
D | clock.h | 20 #define PLLCTL 0x100 macro
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | clock.h | 25 #define PLLCTL 0x100 macro
|
/linux-4.1.27/sound/pci/ctxfi/ |
D | ct20k1reg.h | 615 #define PLLCTL 0x1C6060 macro
|
D | cthw20k1.c | 1324 if (hw_read_20kx(hw, PLLCTL) == pllctl) in hw_pll_init() 1327 hw_write_20kx(hw, PLLCTL, pllctl); in hw_pll_init() 1973 data = hw_read_20kx(hw, PLLCTL); in hw_card_stop() 1974 hw_write_20kx(hw, PLLCTL, (data & (~(0x0F<<12)))); in hw_card_stop()
|
/linux-4.1.27/arch/c6x/platforms/ |
D | pll.c | 279 ctrl = pll_read(pll, PLLCTL); in clk_pllclk_recalc()
|