Searched defs:bfin_write_SIC_IMASK (Results  1 – 7 of 7) sorted by relevance
| /linux-4.4.14/arch/blackfin/mach-bf561/include/mach/ | 
| D | blackfin.h | 33 #define bfin_write_SIC_IMASK(x, val)	bfin_write32(__SIC_MUX(SIC_IMASK0, x), val)  macro
 | 
| /linux-4.4.14/arch/blackfin/mach-bf533/include/mach/ | 
| D | cdefBF532.h | 35 #define bfin_write_SIC_IMASK(val)            bfin_write32(SIC_IMASK,val)  macro
 | 
| /linux-4.4.14/arch/blackfin/mach-bf518/include/mach/ | 
| D | cdefBF512.h | 34 #define bfin_write_SIC_IMASK(x, val)		bfin_write32((SIC_IMASK0 + (x << 6)), val)  macro
 | 
| /linux-4.4.14/arch/blackfin/mach-bf527/include/mach/ | 
| D | cdefBF522.h | 34 #define bfin_write_SIC_IMASK(x, val)		bfin_write32((SIC_IMASK0 + (x << 6)), val)  macro
 | 
| /linux-4.4.14/arch/blackfin/mach-bf537/include/mach/ | 
| D | cdefBF534.h | 29 #define bfin_write_SIC_IMASK(val)            bfin_write32(SIC_IMASK,val)  macro
 | 
| /linux-4.4.14/arch/blackfin/mach-bf538/include/mach/ | 
| D | cdefBF538.h | 33 #define bfin_write_SIC_IMASK(x, val)   bfin_write32(SIC_IMASK0 + x * (SIC_IMASK1 - SIC_IMASK0), val)  macro
 | 
| /linux-4.4.14/arch/blackfin/mach-bf548/include/mach/ | 
| D | cdefBF54x_base.h | 48 #define bfin_write_SIC_IMASK(x, val)	bfin_write32((SIC_IMASK0 + (x << 2)), val)  macro
 |