Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/simulator/
Dv3dx_simulator.c302 uint32_t core_interrupts = (V3D_CTL_0_INT_STS_INT_GMPV_SET | in v3dX() local
304 V3D_WRITE(V3D_CTL_0_INT_MSK_SET, ~core_interrupts); in v3dX()
305 V3D_WRITE(V3D_CTL_0_INT_MSK_CLR, core_interrupts); in v3dX()
/external/mesa3d/src/broadcom/drm-shim/
Dv3dx.c336 uint32_t core_interrupts = V3D_CTL_0_INT_STS_INT_GMPV_SET; in v3dX() local
337 V3D_WRITE(V3D_CTL_0_INT_MSK_SET, ~core_interrupts); in v3dX()
338 V3D_WRITE(V3D_CTL_0_INT_MSK_CLR, core_interrupts); in v3dX()