Searched refs:core_interrupts (Results 1 – 2 of 2) sorted by relevance
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()
436 uint32_t core_interrupts = (V3D_CTL_0_INT_STS_INT_GMPV_SET | in v3dX() local438 V3D_WRITE(V3D_CTL_0_INT_MSK_SET, ~core_interrupts); in v3dX()439 V3D_WRITE(V3D_CTL_0_INT_MSK_CLR, core_interrupts); in v3dX()