Home
last modified time | relevance | path

Searched refs:SPR_DCBFR (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/openrisc/kernel/
Ddma.c40 mtspr(SPR_DCBFR, cl); in page_set_nocache()
109 mtspr(SPR_DCBFR, cl); in arch_sync_dma_for_device()
/linux-6.1.9/arch/openrisc/mm/
Dcache.c32 cache_loop(page, SPR_DCBFR); in local_dcache_page_flush()
/linux-6.1.9/arch/openrisc/include/asm/
Dspr_defs.h88 #define SPR_DCBFR (SPRGROUP_DC + 2) macro