instruction_count  141 drivers/gpu/drm/etnaviv/etnaviv_gpu.c 		*value = gpu->identity.instruction_count;
instruction_count  204 drivers/gpu/drm/etnaviv/etnaviv_gpu.c 		gpu->identity.instruction_count = etnaviv_field(specs[1],
instruction_count  274 drivers/gpu/drm/etnaviv/etnaviv_gpu.c 	switch (gpu->identity.instruction_count) {
instruction_count  278 drivers/gpu/drm/etnaviv/etnaviv_gpu.c 			gpu->identity.instruction_count = 512;
instruction_count  280 drivers/gpu/drm/etnaviv/etnaviv_gpu.c 			gpu->identity.instruction_count = 256;
instruction_count  284 drivers/gpu/drm/etnaviv/etnaviv_gpu.c 		gpu->identity.instruction_count = 1024;
instruction_count  288 drivers/gpu/drm/etnaviv/etnaviv_gpu.c 		gpu->identity.instruction_count = 2048;
instruction_count  292 drivers/gpu/drm/etnaviv/etnaviv_gpu.c 		gpu->identity.instruction_count = 256;
instruction_count  900 drivers/gpu/drm/etnaviv/etnaviv_gpu.c 			gpu->identity.instruction_count);
instruction_count   63 drivers/gpu/drm/etnaviv/etnaviv_gpu.h 	u32 instruction_count;
instruction_count   19 drivers/gpu/drm/etnaviv/etnaviv_hwdb.c 		.instruction_count = 512,
instruction_count  166 tools/testing/selftests/powerpc/pmu/ebb/instruction_count_test.c 	return test_harness(instruction_count, "instruction_count");