Home
last modified time | relevance | path

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

/linux-3.4.99/arch/blackfin/mach-bf548/include/mach/
DdefBF544.h465 #define PIXC_PPL 0xffc04404 /* Holds the number of pixels per line of th… macro
DdefBF547.h445 #define PIXC_PPL 0xffc04404 /* Holds the number of pixels per line of th… macro
DcdefBF547.h729 #define bfin_read_PIXC_PPL() bfin_read16(PIXC_PPL)
730 #define bfin_write_PIXC_PPL(val) bfin_write16(PIXC_PPL, val)
DcdefBF544.h842 #define bfin_read_PIXC_PPL() bfin_read16(PIXC_PPL)
843 #define bfin_write_PIXC_PPL(val) bfin_write16(PIXC_PPL, val)
/linux-3.4.99/arch/blackfin/kernel/
Ddebug-mmrs.c1307 D16(PIXC_PPL); in bfin_debug_mmrs_init()