Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/mt8183/drivers/mcsi/
H A Dmcsi.c43 mmio_write_32(cci_base_addr + FLUSH_SF, 0x1); in mcsi_cache_flush()
46 if ((mmio_read_32(cci_base_addr + FLUSH_SF) & 0x1) == 0x0) in mcsi_cache_flush()
H A Dmcsi.h29 #define FLUSH_SF 0x500 macro