Home
last modified time | relevance | path

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

/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()
/arch/blackfin/mach-common/
Ddpmc_modes.S100 P0.H = hi(PLL_DIV);
101 P0.L = lo(PLL_DIV);
163 P0.H = hi(PLL_DIV);
164 P0.L = lo(PLL_DIV);
/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)
/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)
/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)
/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)
/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)
/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)
/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)
/arch/blackfin/kernel/
Ddebug-mmrs.c1329 D16(PLL_DIV); in bfin_debug_mmrs_init()