Home
last modified time | relevance | path

Searched refs:CNT_CONFIG (Results 1 – 9 of 9) sorted by relevance

/arch/blackfin/mach-bf527/include/mach/
DdefBF522.h1163 #define CNT_CONFIG 0xffc03500 /* Configuration Register */ macro
DcdefBF522.h1034 #define bfin_read_CNT_CONFIG() bfin_read16(CNT_CONFIG)
1035 #define bfin_write_CNT_CONFIG(val) bfin_write16(CNT_CONFIG, val)
/arch/blackfin/mach-bf518/include/mach/
DdefBF512.h1158 #define CNT_CONFIG 0xffc03500 /* Configuration Register */ macro
DcdefBF512.h1017 #define bfin_read_CNT_CONFIG() bfin_read16(CNT_CONFIG)
1018 #define bfin_write_CNT_CONFIG(val) bfin_write16(CNT_CONFIG, val)
/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h1459 #define CNT_CONFIG 0xffc04200 /* Configuration Register */ macro
DcdefBF54x_base.h2599 #define bfin_read_CNT_CONFIG() bfin_read16(CNT_CONFIG)
2600 #define bfin_write_CNT_CONFIG(val) bfin_write16(CNT_CONFIG, val)
/arch/blackfin/mach-bf609/include/mach/
DdefBF60x_base.h23 #define CNT_CONFIG 0xFFC00400 /* CNT0 Configuration Register */ macro
DcdefBF60x_base.h3171 #define bfin_read_CNT_CONFIG() bfin_read16(CNT_CONFIG)
3172 #define bfin_write_CNT_CONFIG(val) bfin_write16(CNT_CONFIG, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c793 D16(CNT_CONFIG); in bfin_debug_mmrs_init()