Home
last modified time | relevance | path

Searched refs:PLL_STAT (Results 1 – 16 of 16) sorted by relevance

/arch/blackfin/mach-common/
Ddpmc_modes.S277 P0.H = hi(PLL_STAT);
278 P0.L = lo(PLL_STAT);
/arch/blackfin/mach-bf533/include/mach/
DdefBF532.h20 #define PLL_STAT 0xFFC0000C /* PLL Status register (16-bit) */ macro
DcdefBF532.h12 #define bfin_read_PLL_STAT() bfin_read16(PLL_STAT)
13 #define bfin_write_PLL_STAT(val) bfin_write16(PLL_STAT,val)
/arch/blackfin/mach-bf518/include/mach/
DdefBF512.h18 #define PLL_STAT 0xFFC0000C /* PLL Status Register */ macro
DcdefBF512.h15 #define bfin_read_PLL_STAT() bfin_read16(PLL_STAT)
16 #define bfin_write_PLL_STAT(val) bfin_write16(PLL_STAT, val)
/arch/blackfin/mach-bf527/include/mach/
DdefBF522.h20 #define PLL_STAT 0xFFC0000C /* PLL Status Register */ macro
DcdefBF522.h15 #define bfin_read_PLL_STAT() bfin_read16(PLL_STAT)
16 #define bfin_write_PLL_STAT(val) bfin_write16(PLL_STAT, val)
/arch/blackfin/mach-bf561/include/mach/
DdefBF561.h19 #define PLL_STAT 0xFFC0000C /* PLL Status register (16-bit) */ macro
DcdefBF561.h19 #define bfin_read_PLL_STAT() bfin_read16(PLL_STAT)
20 #define bfin_write_PLL_STAT(val) bfin_write16(PLL_STAT,val)
/arch/blackfin/mach-bf537/include/mach/
DdefBF534.h17 #define PLL_STAT 0xFFC0000C /* PLL Status Register */ macro
DcdefBF534.h15 #define bfin_read_PLL_STAT() bfin_read16(PLL_STAT)
16 #define bfin_write_PLL_STAT(val) bfin_write16(PLL_STAT,val)
/arch/blackfin/mach-bf538/include/mach/
DdefBF538.h14 #define PLL_STAT 0xFFC0000C /* PLL Status register (16-bit) */ macro
DcdefBF538.h16 #define bfin_read_PLL_STAT() bfin_read16(PLL_STAT)
17 #define bfin_write_PLL_STAT(val) bfin_write16(PLL_STAT, val)
/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h20 #define PLL_STAT 0xffc0000c /* PLL Status Register */ macro
DcdefBF54x_base.h20 #define bfin_read_PLL_STAT() bfin_read16(PLL_STAT)
21 #define bfin_write_PLL_STAT(val) bfin_write16(PLL_STAT, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1334 D16(PLL_STAT); in bfin_debug_mmrs_init()