Searched refs:has_bit (Results 1 – 4 of 4) sorted by relevance
13 #define has_bit(nr, mask) (BIT(nr) & (mask)) macro
186 if (has_bit(id, KOMEDA_PIPELINE_LAYERS)) { in komeda_component_add()193 } else if (has_bit(id, KOMEDA_PIPELINE_SCALERS)) { in komeda_component_add()
31 has_bit(afbc_layout, caps->supported_afbc_layouts)) in komeda_get_format_caps()
204 if (has_bit(drm_plane_index(plane), kcrtc->slave_planes)) { in komeda_crtc_normalize_zpos()