Home
last modified time | relevance | path

Searched refs:PLL_LOCKCNT (Results 1 – 15 of 15) sorted by relevance

/arch/blackfin/mach-bf533/include/mach/
DdefBF532.h21 #define PLL_LOCKCNT 0xFFC00010 /* PLL Lock Count register (16-bit) */ macro
DcdefBF532.h14 #define bfin_read_PLL_LOCKCNT() bfin_read16(PLL_LOCKCNT)
15 #define bfin_write_PLL_LOCKCNT(val) bfin_write16(PLL_LOCKCNT,val)
/arch/blackfin/mach-bf527/include/mach/
DdefBF522.h21 #define PLL_LOCKCNT 0xFFC00010 /* PLL Lock Count Register */ macro
DcdefBF522.h17 #define bfin_read_PLL_LOCKCNT() bfin_read16(PLL_LOCKCNT)
18 #define bfin_write_PLL_LOCKCNT(val) bfin_write16(PLL_LOCKCNT, val)
/arch/blackfin/mach-bf518/include/mach/
DdefBF512.h19 #define PLL_LOCKCNT 0xFFC00010 /* PLL Lock Count Register */ macro
DcdefBF512.h17 #define bfin_read_PLL_LOCKCNT() bfin_read16(PLL_LOCKCNT)
18 #define bfin_write_PLL_LOCKCNT(val) bfin_write16(PLL_LOCKCNT, val)
/arch/blackfin/mach-bf561/include/mach/
DdefBF561.h20 #define PLL_LOCKCNT 0xFFC00010 /* PLL Lock Count register (16-bit) */ macro
DcdefBF561.h21 #define bfin_read_PLL_LOCKCNT() bfin_read16(PLL_LOCKCNT)
22 #define bfin_write_PLL_LOCKCNT(val) bfin_write16(PLL_LOCKCNT,val)
/arch/blackfin/mach-bf537/include/mach/
DdefBF534.h18 #define PLL_LOCKCNT 0xFFC00010 /* PLL Lock Count Register */ macro
DcdefBF534.h17 #define bfin_read_PLL_LOCKCNT() bfin_read16(PLL_LOCKCNT)
18 #define bfin_write_PLL_LOCKCNT(val) bfin_write16(PLL_LOCKCNT,val)
/arch/blackfin/mach-bf538/include/mach/
DdefBF538.h15 #define PLL_LOCKCNT 0xFFC00010 /* PLL Lock Count register (16-bit) */ macro
DcdefBF538.h18 #define bfin_read_PLL_LOCKCNT() bfin_read16(PLL_LOCKCNT)
19 #define bfin_write_PLL_LOCKCNT(val) bfin_write16(PLL_LOCKCNT, val)
/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h21 #define PLL_LOCKCNT 0xffc00010 /* PLL Lock Count Register */ macro
DcdefBF54x_base.h22 #define bfin_read_PLL_LOCKCNT() bfin_read16(PLL_LOCKCNT)
23 #define bfin_write_PLL_LOCKCNT(val) bfin_write16(PLL_LOCKCNT, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1334 D16(PLL_LOCKCNT); in bfin_debug_mmrs_init()