Searched refs:core_interrupts (Results 1 – 2 of 2) sorted by relevance
302 uint32_t core_interrupts = (V3D_CTL_0_INT_STS_INT_GMPV_SET | in v3dX() local304 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()
336 uint32_t core_interrupts = V3D_CTL_0_INT_STS_INT_GMPV_SET; in v3dX() local337 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()