MEDIA_BITS_PER_ID
#define MEDIA_ID_MASK GENMASK_ULL(MEDIA_BITS_PER_ID - 1, 0)
return gobj->id >> MEDIA_BITS_PER_ID;
id = type << MEDIA_BITS_PER_ID;