Home
last modified time | relevance | path

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

/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
DdefBF544.h477 #define PIXC_INTRSTAT 0xffc0443c /* Overlay interrupt configuration/status */ macro
DdefBF547.h454 #define PIXC_INTRSTAT 0xffc0443c /* Overlay interrupt configuration/status */ macro
DcdefBF547.h749 #define bfin_read_PIXC_INTRSTAT() bfin_read16(PIXC_INTRSTAT)
750 #define bfin_write_PIXC_INTRSTAT(val) bfin_write16(PIXC_INTRSTAT, val)
DcdefBF544.h866 #define bfin_read_PIXC_INTRSTAT() bfin_read16(PIXC_INTRSTAT)
867 #define bfin_write_PIXC_INTRSTAT(val) bfin_write16(PIXC_INTRSTAT, val)
/linux-4.4.14/arch/blackfin/kernel/
Ddebug-mmrs.c1323 D16(PIXC_INTRSTAT); in bfin_debug_mmrs_init()