Home
last modified time | relevance | path

Searched refs:l2_present (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_gpu.c257 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 Dpanfrost_device.h34 u64 l2_present; member
H A Dpanfrost_perfcnt.c292 ncoregroups = hweight64(pfdev->features.l2_present); in panfrost_perfcnt_init()
H A Dpanfrost_drv.c51 PANFROST_FEATURE(L2_PRESENT, l2_present); in panfrost_ioctl_get_param()
/openbmc/linux/drivers/net/ethernet/cavium/thunder/
H A Dq_struct.h188 u64 l2_present:1; member
223 u64 l2_present:1;