Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf548/include/mach/
DdefBF544.h479 #define PIXC_GUCON 0xffc04444 /* Color space conversion matrix register. C… macro
DdefBF547.h456 #define PIXC_GUCON 0xffc04444 /* Color space conversion matrix register. C… macro
DcdefBF547.h753 #define bfin_read_PIXC_GUCON() bfin_read32(PIXC_GUCON)
754 #define bfin_write_PIXC_GUCON(val) bfin_write32(PIXC_GUCON, val)
DcdefBF544.h870 #define bfin_read_PIXC_GUCON() bfin_read32(PIXC_GUCON)
871 #define bfin_write_PIXC_GUCON(val) bfin_write32(PIXC_GUCON, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1324 D32(PIXC_GUCON); in bfin_debug_mmrs_init()