l2_present         29 drivers/gpu/drm/panfrost/panfrost_device.h 	u64 l2_present;
l2_present         51 drivers/gpu/drm/panfrost/panfrost_drv.c 		PANFROST_FEATURE(L2_PRESENT, l2_present);
l2_present        231 drivers/gpu/drm/panfrost/panfrost_gpu.c 	pfdev->features.l2_present = gpu_read(pfdev, GPU_L2_PRESENT_LO);
l2_present        232 drivers/gpu/drm/panfrost/panfrost_gpu.c 	pfdev->features.l2_present |= (u64)gpu_read(pfdev, GPU_L2_PRESENT_HI) << 32;
l2_present        233 drivers/gpu/drm/panfrost/panfrost_gpu.c 	pfdev->features.nr_core_groups = hweight64(pfdev->features.l2_present);
l2_present        299 drivers/gpu/drm/panfrost/panfrost_gpu.c 		 pfdev->features.shader_present, pfdev->features.l2_present);
l2_present        308 drivers/gpu/drm/panfrost/panfrost_gpu.c 	gpu_write(pfdev, L2_PWRON_LO, pfdev->features.l2_present);
l2_present        310 drivers/gpu/drm/panfrost/panfrost_gpu.c 		val, val == pfdev->features.l2_present, 100, 1000);
l2_present        285 drivers/gpu/drm/panfrost/panfrost_perfcnt.c 		ncoregroups = hweight64(pfdev->features.l2_present);
l2_present        188 drivers/net/ethernet/cavium/thunder/q_struct.h 	u64   l2_present:1;
l2_present        223 drivers/net/ethernet/cavium/thunder/q_struct.h 	u64   l2_present:1;