Searched refs:V3D_CTL_L2TCACTL (Results 1 – 2 of 2) sorted by relevance
174 V3D_CORE_WRITE(core, V3D_CTL_L2TCACTL, in v3d_flush_l2t()196 V3D_CORE_WRITE(core, V3D_CTL_L2TCACTL, V3D_L2TCACTL_TMUWCF); in v3d_clean_caches()197 if (wait_for(!(V3D_CORE_READ(core, V3D_CTL_L2TCACTL) & in v3d_clean_caches()203 V3D_CORE_WRITE(core, V3D_CTL_L2TCACTL, in v3d_clean_caches()207 if (wait_for(!(V3D_CORE_READ(core, V3D_CTL_L2TCACTL) & in v3d_clean_caches()
247 #define V3D_CTL_L2TCACTL 0x00030 macro