Home
last modified time | relevance | path

Searched refs:PLL_DIV (Results 1 – 19 of 19) sorted by relevance

/linux-4.4.14/arch/blackfin/mach-common/
Ddpmc_modes.S106 P0.H = hi(PLL_DIV);
107 P0.L = lo(PLL_DIV);
171 P0.H = hi(PLL_DIV);
172 P0.L = lo(PLL_DIV);
/linux-4.4.14/drivers/mfd/
Ddb8500-prcmu.c462 PLL_DIV enumerator
470 CLK_MGT_ENTRY(SGACLK, PLL_DIV, false),
475 CLK_MGT_ENTRY(SDMMCCLK, PLL_DIV, true),
477 CLK_MGT_ENTRY(PER1CLK, PLL_DIV, true),
478 CLK_MGT_ENTRY(PER2CLK, PLL_DIV, true),
479 CLK_MGT_ENTRY(PER3CLK, PLL_DIV, true),
480 CLK_MGT_ENTRY(PER5CLK, PLL_DIV, true),
481 CLK_MGT_ENTRY(PER6CLK, PLL_DIV, true),
482 CLK_MGT_ENTRY(PER7CLK, PLL_DIV, true),
484 CLK_MGT_ENTRY(BMLCLK, PLL_DIV, true),
[all …]
/linux-4.4.14/arch/mips/ar7/
Dclock.c67 #define PLL_DIV 0x00000002 macro
205 if ((pll & (PLL_NDIV | PLL_DIV)) == (PLL_NDIV | PLL_DIV)) { in tnetd7300_get_clock()
/linux-4.4.14/drivers/clk/at91/
Dclk-pll.c30 #define PLL_DIV(reg) ((reg) & PLL_DIV_MASK) macro
98 div = PLL_DIV(pllr); in clk_pll_prepare()
343 pll->div = PLL_DIV(tmp); in at91_clk_register_pll()
/linux-4.4.14/arch/blackfin/mach-bf533/include/mach/
DdefBF532.h18 #define PLL_DIV 0xFFC00004 /* PLL Divide Register (16-bit) */ macro
DcdefBF532.h17 #define bfin_read_PLL_DIV() bfin_read16(PLL_DIV)
18 #define bfin_write_PLL_DIV(val) bfin_write16(PLL_DIV,val)
/linux-4.4.14/arch/blackfin/mach-bf518/include/mach/
DdefBF512.h16 #define PLL_DIV 0xFFC00004 /* PLL Divide Register */ macro
DcdefBF512.h12 #define bfin_read_PLL_DIV() bfin_read16(PLL_DIV)
13 #define bfin_write_PLL_DIV(val) bfin_write16(PLL_DIV, val)
/linux-4.4.14/arch/blackfin/mach-bf527/include/mach/
DdefBF522.h18 #define PLL_DIV 0xFFC00004 /* PLL Divide Register */ macro
DcdefBF522.h12 #define bfin_read_PLL_DIV() bfin_read16(PLL_DIV)
13 #define bfin_write_PLL_DIV(val) bfin_write16(PLL_DIV, val)
/linux-4.4.14/arch/blackfin/mach-bf561/include/mach/
DdefBF561.h17 #define PLL_DIV 0xFFC00004 /* PLL Divide Register (16-bit) */ macro
DcdefBF561.h16 #define bfin_read_PLL_DIV() bfin_read16(PLL_DIV)
17 #define bfin_write_PLL_DIV(val) bfin_write16(PLL_DIV,val)
/linux-4.4.14/arch/blackfin/mach-bf537/include/mach/
DdefBF534.h15 #define PLL_DIV 0xFFC00004 /* PLL Divide Register */ macro
DcdefBF534.h12 #define bfin_read_PLL_DIV() bfin_read16(PLL_DIV)
13 #define bfin_write_PLL_DIV(val) bfin_write16(PLL_DIV,val)
/linux-4.4.14/arch/blackfin/mach-bf538/include/mach/
DdefBF538.h12 #define PLL_DIV 0xFFC00004 /* PLL Divide Register (16-bit) */ macro
DcdefBF538.h13 #define bfin_read_PLL_DIV() bfin_read16(PLL_DIV)
14 #define bfin_write_PLL_DIV(val) bfin_write16(PLL_DIV, val)
/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h18 #define PLL_DIV 0xffc00004 /* PLL Divisor Register */ macro
DcdefBF54x_base.h17 #define bfin_read_PLL_DIV() bfin_read16(PLL_DIV)
18 #define bfin_write_PLL_DIV(val) bfin_write16(PLL_DIV, val)
/linux-4.4.14/arch/blackfin/kernel/
Ddebug-mmrs.c1333 D16(PLL_DIV); in bfin_debug_mmrs_init()