Home
last modified time | relevance | path

Searched refs:OWNER_MASK (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
H A Ddma-heap.h52 #define OWNER_MASK (0xfUL << OWNER_OFFSET_BIT) macro
66 return (heap_flags & OWNER_MASK) >> OWNER_OFFSET_BIT; in get_owner_id_from_heap_flags()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Ddma-heap.h42 #define OWNER_MASK (0xfUL << OWNER_OFFSET_BIT) macro
56 return (heap_flags & OWNER_MASK) >> OWNER_OFFSET_BIT; in get_owner_id_from_heap_flags()
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Ddma-heap.h42 #define OWNER_MASK (0xfUL << OWNER_OFFSET_BIT) macro
56 return (heap_flags & OWNER_MASK) >> OWNER_OFFSET_BIT; in get_owner_id_from_heap_flags()
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Dhub.c223 return tegra_dc_readl(dc, offset) & OWNER_MASK; in tegra_shared_plane_get_owner()
253 owner = value & OWNER_MASK; in tegra_shared_plane_set_owner()
255 if (new && (owner != OWNER_MASK && owner != new->pipe)) { in tegra_shared_plane_set_owner()
265 if (old && owner == OWNER_MASK) in tegra_shared_plane_set_owner()
269 value &= ~OWNER_MASK; in tegra_shared_plane_set_owner()
274 value |= OWNER_MASK; in tegra_shared_plane_set_owner()
H A Ddc.h709 #define OWNER_MASK (0xf << 0) macro
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Dhub.c240 return tegra_dc_readl(dc, offset) & OWNER_MASK; in tegra_shared_plane_get_owner()
270 owner = value & OWNER_MASK; in tegra_shared_plane_set_owner()
272 if (new && (owner != OWNER_MASK && owner != new->pipe)) { in tegra_shared_plane_set_owner()
282 if (old && owner == OWNER_MASK) in tegra_shared_plane_set_owner()
286 value &= ~OWNER_MASK; in tegra_shared_plane_set_owner()
291 value |= OWNER_MASK; in tegra_shared_plane_set_owner()
H A Ddc.h748 #define OWNER_MASK (0xf << 0) macro
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c496 case 2: ctrl |= NVDEF(NV907D, DAC_SET_CONTROL, OWNER_MASK, HEAD2); break; in nv50_dac_atomic_enable()
497 case 3: ctrl |= NVDEF(NV907D, DAC_SET_CONTROL, OWNER_MASK, HEAD3); break; in nv50_dac_atomic_enable()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c513 case 2: ctrl |= NVDEF(NV907D, DAC_SET_CONTROL, OWNER_MASK, HEAD2); break; in nv50_dac_enable()
514 case 3: ctrl |= NVDEF(NV907D, DAC_SET_CONTROL, OWNER_MASK, HEAD3); break; in nv50_dac_enable()

Completed in 15 milliseconds