Searched refs:get_feature (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/hw/cxl/ |
| H A D | cxl-mailbox-utils.c | 1293 } QEMU_PACKED QEMU_ALIGNED(16) * get_feature; in cmd_features_get_feature() 1303 get_feature = (void *)payload_in; in cmd_features_get_feature() 1306 if (qemu_uuid_is_equal(&get_feature->uuid, &set_feat_info->uuid)) { in cmd_features_get_feature() 1310 if (get_feature->selection != CXL_GET_FEATURE_SEL_CURRENT_VALUE) { in cmd_features_get_feature() 1313 if (get_feature->offset + get_feature->count > cci->payload_max) { in cmd_features_get_feature() 1317 if (qemu_uuid_is_equal(&get_feature->uuid, &patrol_scrub_uuid)) { in cmd_features_get_feature() 1318 if (get_feature->offset >= sizeof(CXLMemPatrolScrubReadAttrs)) { in cmd_features_get_feature() 1322 get_feature->offset; in cmd_features_get_feature() 1323 bytes_to_copy = MIN(bytes_to_copy, get_feature->count); in cmd_features_get_feature() 1325 (uint8_t *)&ct3d->patrol_scrub_attrs + get_feature->offset, in cmd_features_get_feature() [all …]
|
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | zynq_nand.c | 1055 u8 get_feature[4]; in zynq_nand_init() local 1139 nand_chip->read_buf(mtd, get_feature, 4); in zynq_nand_init() 1141 if (get_feature[0] & ONDIE_ECC_FEATURE_ENABLE) { in zynq_nand_init()
|
| H A D | arasan_nfc.c | 1093 u8 get_feature[4]; in arasan_check_ondie() local 1119 get_feature[i] = nand_chip->read_byte(mtd); in arasan_check_ondie() 1121 if (get_feature[0] & ENABLE_ONDIE_ECC) in arasan_check_ondie()
|
| /openbmc/qemu/target/s390x/ |
| H A D | cpu_models.c | 690 static void get_feature(Object *obj, Visitor *v, const char *name, in get_feature() function 909 object_class_property_add(oc, def->name, "bool", get_feature, in s390_cpu_model_class_register_props()
|