Home
last modified time | relevance | path

Searched refs:UNIPHIER_SSCOLPQS (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/arm32/
H A Dcache-uniphier.c64 #define UNIPHIER_SSCOLPQS 0x506c0260 /* Cache Operation Queue Status */ macro
99 writel(UNIPHIER_SSCOLPQS_EF, UNIPHIER_SSCOLPQS); in uniphier_cache_maint_common()
118 while (likely(readl(UNIPHIER_SSCOLPQS) != UNIPHIER_SSCOLPQS_EF)) in uniphier_cache_maint_common()
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dcache-uniphier.c51 #define UNIPHIER_SSCOLPQS 0x260 /* Cache Operation Queue Status */ macro
145 writel_relaxed(UNIPHIER_SSCOLPQS_EF, data->op_base + UNIPHIER_SSCOLPQS); in __uniphier_cache_maint_common()
161 while (likely(readl_relaxed(data->op_base + UNIPHIER_SSCOLPQS) != in __uniphier_cache_maint_common()