Home
last modified time | relevance | path

Searched refs:PIXC_TC (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
DdefBF544.h482 #define PIXC_TC 0xffc04450 /* Holds the transparent color value */ macro
DdefBF547.h459 #define PIXC_TC 0xffc04450 /* Holds the transparent color value */ macro
DcdefBF547.h759 #define bfin_read_PIXC_TC() bfin_read32(PIXC_TC)
760 #define bfin_write_PIXC_TC(val) bfin_write32(PIXC_TC, val)
DcdefBF544.h876 #define bfin_read_PIXC_TC() bfin_read32(PIXC_TC)
877 #define bfin_write_PIXC_TC(val) bfin_write32(PIXC_TC, val)
/linux-4.4.14/arch/blackfin/kernel/
Ddebug-mmrs.c1328 D32(PIXC_TC); in bfin_debug_mmrs_init()