Searched refs:metag_out8 (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/metag/mm/ |
D | cache.c | 260 metag_out8(0, flush0); in metag_phys_data_cache_flush() 261 metag_out8(0, flush1); in metag_phys_data_cache_flush() 262 metag_out8(0, flush2); in metag_phys_data_cache_flush() 263 metag_out8(0, flush3); in metag_phys_data_cache_flush() 423 metag_out8(0, flush0); in metag_phys_code_cache_flush() 424 metag_out8(0, flush1); in metag_phys_code_cache_flush() 425 metag_out8(0, flush2); in metag_phys_code_cache_flush() 426 metag_out8(0, flush3); in metag_phys_code_cache_flush()
|
/linux-4.1.27/arch/metag/include/asm/ |
D | io.h | 127 #define metag_out8(b, addr) __raw_writeb(b, (volatile void __iomem *)(addr)) macro
|