Searched refs:l2_present (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_gpu.c | 257 pfdev->features.l2_present = gpu_read(pfdev, GPU_L2_PRESENT_LO); in panfrost_gpu_init_features() 258 pfdev->features.l2_present |= (u64)gpu_read(pfdev, GPU_L2_PRESENT_HI) << 32; in panfrost_gpu_init_features() 259 pfdev->features.nr_core_groups = hweight64(pfdev->features.l2_present); in panfrost_gpu_init_features() 325 pfdev->features.shader_present, pfdev->features.l2_present); in panfrost_gpu_init_features() 332 if (pfdev->features.l2_present == 1) in panfrost_get_core_mask() 342 core_mask = ~(pfdev->features.l2_present - 1) & in panfrost_get_core_mask() 343 (pfdev->features.l2_present - 2); in panfrost_get_core_mask() 360 gpu_write(pfdev, L2_PWRON_LO, pfdev->features.l2_present & core_mask); in panfrost_gpu_power_on() 362 val, val == (pfdev->features.l2_present & core_mask), in panfrost_gpu_power_on() 399 gpu_write(pfdev, L2_PWROFF_LO, pfdev->features.l2_present); in panfrost_gpu_power_off()
|
H A D | panfrost_device.h | 34 u64 l2_present; member
|
H A D | panfrost_perfcnt.c | 292 ncoregroups = hweight64(pfdev->features.l2_present); in panfrost_perfcnt_init()
|
H A D | panfrost_drv.c | 51 PANFROST_FEATURE(L2_PRESENT, l2_present); in panfrost_ioctl_get_param()
|
/openbmc/linux/drivers/net/ethernet/cavium/thunder/ |
H A D | q_struct.h | 188 u64 l2_present:1; member 223 u64 l2_present:1;
|