Searched refs:ENUM_ID_MASK (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
H A Damdgpu_bios_parser_common.c67 (bios_object_id & ENUM_ID_MASK) >> ENUM_ID_SHIFT;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/include/
H A Ddisplayobject.h99 ENUM_ID_MASK =0x0F00, enumerator in enum:object_id_bit
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A DObjectID.h158 #define ENUM_ID_MASK 0x0700 macro
H A Damdgpu_atombios_encoders.c1244 u32 ext_enum = (ext_amdgpu_encoder->encoder_enum & ENUM_ID_MASK) >> ENUM_ID_SHIFT;
2015 int encoder_enum = (encoder->encoder_enum & ENUM_ID_MASK) >> ENUM_ID_SHIFT;
2147 int encoder_enum = (amdgpu_encoder->encoder_enum & ENUM_ID_MASK) >> ENUM_ID_SHIFT;
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A DObjectID.h157 #define ENUM_ID_MASK 0x0700 macro
H A Dradeon_atombios_encoders.c1458 u32 ext_enum = (ext_radeon_encoder->encoder_enum & ENUM_ID_MASK) >> ENUM_ID_SHIFT;
2710 int encoder_enum = (radeon_encoder->encoder_enum & ENUM_ID_MASK) >> ENUM_ID_SHIFT;
H A Dradeon_atombios.c584 (le16_to_cpu(path->usConnObjectId) & ENUM_ID_MASK)
1636 int encoder_enum = (encoder->encoder_enum & ENUM_ID_MASK) >> ENUM_ID_SHIFT;

Completed in 237 milliseconds