Home
last modified time | relevance | path

Searched refs:PLL_CTL (Results 1 – 20 of 20) sorted by relevance

/linux-4.4.14/arch/blackfin/mach-common/
Ddpmc_modes.S19 P0.H = hi(PLL_CTL);
20 P0.L = lo(PLL_CTL);
38 P0.H = hi(PLL_CTL);
39 P0.L = lo(PLL_CTL);
112 P0.H = hi(PLL_CTL);
113 P0.L = lo(PLL_CTL);
144 P0.H = hi(PLL_CTL);
145 P0.L = lo(PLL_CTL);
175 P0.H = hi(PLL_CTL);
176 P0.L = lo(PLL_CTL);
Dclocks-init.c100 bfin_write16(PLL_CTL, PLL_CTL_VAL); in init_clocks()
/linux-4.4.14/sound/pci/ctxfi/
Dct20k2reg.h32 #define PLL_CTL 0x1B7080 macro
Dcthw20k2.c1324 hw_write_20kx(hw, PLL_CTL, pllctl); in hw_pll_init()
1327 pllctl = hw_read_20kx(hw, PLL_CTL); in hw_pll_init()
1329 hw_write_20kx(hw, PLL_CTL, pllctl); in hw_pll_init()
/linux-4.4.14/arch/blackfin/include/mach-common/
Dpll.h75 _bfin_write_pll_relock(PLL_CTL, val); in bfin_write_PLL_CTL()
/linux-4.4.14/arch/blackfin/mach-bf533/include/mach/
DdefBF532.h17 #define PLL_CTL 0xFFC00000 /* PLL Control register (16-bit) */ macro
DcdefBF532.h11 #define bfin_read_PLL_CTL() bfin_read16(PLL_CTL)
/linux-4.4.14/arch/blackfin/mach-bf518/include/mach/
DdefBF512.h15 #define PLL_CTL 0xFFC00000 /* PLL Control Register */ macro
DcdefBF512.h11 #define bfin_read_PLL_CTL() bfin_read16(PLL_CTL)
/linux-4.4.14/arch/blackfin/mach-bf527/include/mach/
DdefBF522.h17 #define PLL_CTL 0xFFC00000 /* PLL Control Register */ macro
DcdefBF522.h11 #define bfin_read_PLL_CTL() bfin_read16(PLL_CTL)
/linux-4.4.14/arch/blackfin/mach-bf561/include/mach/
DdefBF561.h16 #define PLL_CTL 0xFFC00000 /* PLL Control register (16-bit) */ macro
DcdefBF561.h15 #define bfin_read_PLL_CTL() bfin_read16(PLL_CTL)
/linux-4.4.14/arch/blackfin/mach-bf537/include/mach/
DdefBF534.h14 #define PLL_CTL 0xFFC00000 /* PLL Control Register */ macro
DcdefBF534.h11 #define bfin_read_PLL_CTL() bfin_read16(PLL_CTL)
/linux-4.4.14/arch/blackfin/mach-bf538/include/mach/
DdefBF538.h11 #define PLL_CTL 0xFFC00000 /* PLL Control register (16-bit) */ macro
DcdefBF538.h12 #define bfin_read_PLL_CTL() bfin_read16(PLL_CTL)
/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h17 #define PLL_CTL 0xffc00000 /* PLL Control Register */ macro
DcdefBF54x_base.h16 #define bfin_read_PLL_CTL() bfin_read16(PLL_CTL)
/linux-4.4.14/arch/blackfin/kernel/
Ddebug-mmrs.c1332 D16(PLL_CTL); in bfin_debug_mmrs_init()