Searched defs:REG_GET (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dmub/src/ |
H A D | dmub_reg.h | 111 #define REG_GET(reg_name, field, val) \ macro
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | hdmi.h | 261 #define REG_GET(base, idx, start, end) \ macro
|
H A D | dss.c | 56 #define REG_GET(idx, start, end) \ macro
|
H A D | dsi.c | 111 #define REG_GET(dsidev, idx, start, end) \ macro
|
/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi.h | 280 #define REG_GET(base, idx, start, end) \ macro
|
H A D | dispc.c | 50 #define REG_GET(dispc, idx, start, end) \ macro
|
/linux/drivers/gpu/drm/tidss/ |
H A D | tidss_dispc.c | 494 static u32 REG_GET(struct dispc_device *dispc, u32 idx, u32 start, u32 end) in REG_GET() function
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu.h | 1424 #define REG_GET(FIELD, v) (((v) << FIELD##_SHIFT) & FIELD##_MASK) macro
|