Searched refs:harvest (Results 1 – 5 of 5) sorted by relevance
92 uint8_t harvest : 4; /* Harvest */ member94 uint8_t harvest : 4; /* Harvest */ member
76 u32 harvest; in vcn_v2_5_early_init() local81 harvest = RREG32_SOC15(UVD, i, mmCC_UVD_HARVESTING); in vcn_v2_5_early_init()82 if (harvest & CC_UVD_HARVESTING__UVD_DISABLE_MASK) in vcn_v2_5_early_init()
374 u32 harvest; in uvd_v7_0_early_init() local379 harvest = RREG32_SOC15(UVD, i, mmUVD_PG0_CC_UVD_HARVESTING); in uvd_v7_0_early_init()380 if (harvest & UVD_PG0_CC_UVD_HARVESTING__UVD_DISABLE_MASK) { in uvd_v7_0_early_init()
1918 static void harvest(struct spu_state *prev, struct spu *spu) in harvest() function2045 harvest(prev, spu); in __do_spu_save()2123 harvest(NULL, spu); in spu_restore()
253 harvest and present that to userspace.