check_bits        520 drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c 	u32 check_bits = (d71->num_pipelines == 2) ?
check_bits        529 drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c 	ret = dp_wait_cond(has_bits(check_bits, malidp_read32(reg, BLK_STATUS)),
check_bits        547 drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c 	u32 check_bits = (d71->num_pipelines == 2) ?
check_bits        553 drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c 	ret = dp_wait_cond(((malidp_read32(reg, BLK_STATUS) & check_bits) == 0),
check_bits       1384 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	DECLARE_BITMAP(check_bits, __ICE_STATE_NBITS) = { 0 };
check_bits       1389 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	bitmap_set(check_bits, 0, __ICE_STATE_NOMINAL_CHECK_BITS);
check_bits       1390 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	if (bitmap_intersects(pf->state, check_bits, __ICE_STATE_NBITS))