Home
last modified time | relevance | path

Searched refs:NOOFCOLS_MASK (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/gpu/drm/radeon/
H A Drv6xxd.h179 #define NOOFCOLS_MASK 0x00000060 macro
H A Drv770d.h451 #define NOOFCOLS_MASK 0x000000C0 macro
H A Dnid.h198 #define NOOFCOLS_MASK 0x000000C0 macro
H A Dsid.h505 #define NOOFCOLS_MASK 0x000000C0 macro
H A Dcikd.h631 #define NOOFCOLS_MASK 0x000000C0 macro
H A Devergreend.h939 #define NOOFCOLS_MASK 0x000000C0 macro
H A Dr600d.h426 #define NOOFCOLS_MASK 0x00000060 macro
H A Dni.c1009 tmp = (mc_arb_ramcfg & NOOFCOLS_MASK) >> NOOFCOLS_SHIFT; in cayman_gpu_init()
H A Dsi.c3208 tmp = (mc_arb_ramcfg & NOOFCOLS_MASK) >> NOOFCOLS_SHIFT; in si_gpu_init()
H A Dsi_dpm.c3201 column = ((tmp & NOOFCOLS_MASK) >> NOOFCOLS_SHIFT) + 8; in si_is_special_1gb_platform()
H A Dcik.c3269 tmp = (mc_arb_ramcfg & NOOFCOLS_MASK) >> NOOFCOLS_SHIFT; in cik_gpu_init()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsid.h506 #define NOOFCOLS_MASK 0x000000C0 macro
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c3674 column = ((tmp & NOOFCOLS_MASK) >> NOOFCOLS_SHIFT) + 8; in si_is_special_1gb_platform()