Home
last modified time | relevance | path

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

/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
DdefBF544.h466 #define PIXC_LPF 0xffc04408 /* Holds the number of lines per frame of th… macro
DdefBF547.h443 #define PIXC_LPF 0xffc04408 /* Holds the number of lines per frame of th… macro
DcdefBF547.h727 #define bfin_read_PIXC_LPF() bfin_read16(PIXC_LPF)
728 #define bfin_write_PIXC_LPF(val) bfin_write16(PIXC_LPF, val)
DcdefBF544.h844 #define bfin_read_PIXC_LPF() bfin_read16(PIXC_LPF)
845 #define bfin_write_PIXC_LPF(val) bfin_write16(PIXC_LPF, val)
/linux-4.4.14/arch/blackfin/kernel/
Ddebug-mmrs.c1312 D16(PIXC_LPF); in bfin_debug_mmrs_init()