/openbmc/u-boot/include/linux/mtd/ |
H A D | spinand.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Copyright (c) 2016-2017 Micron Technology, Inc. 18 #include <linux/spi/spi-mem.h> 22 #include <spi-mem.h> 152 * struct spinand_id - SPI NAND id structure 153 * @data: buffer containing the id bytes. Currently 4 bytes large, but can 155 * @len: ID length 157 * struct_spinand_id->data contains all bytes returned after a READ_ID command, 158 * including dummy bytes if the chip does not emit ID bytes right after the 159 * READ_ID command. The responsibility to extract real ID bytes is left to [all …]
|
H A D | onenand.h | 4 * Copyright (C) 2005-2007 Samsung Electronics 33 * struct onenand_bufferram - OneNAND BufferRAM Data 41 * struct onenand_chip - OneNAND Private Flash Chip Data 47 * @param device_id [INTERN] device ID 48 * @param verstion_id [INTERN] version ID 131 #define ONENAND_CURRENT_BUFFERRAM(this) (this->bufferram_index) 132 #define ONENAND_NEXT_BUFFERRAM(this) (this->bufferram_index ^ 1) 133 #define ONENAND_SET_NEXT_BUFFERRAM(this) (this->bufferram_index ^= 1) 134 #define ONENAND_SET_PREV_BUFFERRAM(this) (this->bufferram_index ^= 1) 135 #define ONENAND_SET_BUFFERRAM0(this) (this->bufferram_index = 0) [all …]
|
/openbmc/linux/include/linux/mtd/ |
H A D | spinand.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Copyright (c) 2016-2017 Micron Technology, Inc. 17 #include <linux/spi/spi-mem.h> 197 * struct spinand_id - SPI NAND id structure 198 * @data: buffer containing the id bytes. Currently 4 bytes large, but can 200 * @len: ID length 214 * struct spinand_devid - SPI NAND device id structure 215 * @id: device id of current chip 216 * @len: number of bytes in device id 217 * @method: method to read chip id [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | zorro.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 3 * linux/zorro.h -- Amiga AutoConfig (Zorro) Bus Definitions 5 * Copyright (C) 1995--2003 Geert Uytterhoeven 19 * Each Zorro board has a 32-bit ID of the form 25 * mmmmmmmmmmmmmmmm 16-bit Manufacturer ID (assigned by CBM (sigh)) 26 * pppppppp 8-bit Product ID (assigned by manufacturer) 27 * eeeeeeee 8-bit Extended Product ID (currently only used 32 #define ZORRO_MANUF(id) ((id) >> 16) argument 33 #define ZORRO_PROD(id) (((id) >> 8) & 0xff) argument 34 #define ZORRO_EPC(id) ((id) & 0xff) argument [all …]
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | internals.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Copyright (c) 2018 - Bootlin 17 * NAND Flash Manufacturer ID Codes 38 * struct nand_manufacturer_ops - NAND Manufacturer operations 40 * @init: initialize all vendor specific fields (like the ->read_retry() 42 * @cleanup: the ->init() function may have allocated resources, ->cleanup() 56 * struct nand_manufacturer_desc - NAND Flash Manufacturer descriptor 57 * @name: Manufacturer name 58 * @id: manufacturer ID code of device. 59 * @ops: manufacturer operations [all …]
|
/openbmc/openbmc/meta-nuvoton/recipes-nuvoton/program-edid/program-edid/ |
H A D | edid.json | 8 "DPM active-off supported": true, 70 "Horizontal sync (outside of V-sync)": "Positive", 105 "Horizontal sync (outside of V-sync)": "Positive", 147 "Manufacturer specific display mode 1": false, 148 "Manufacturer specific display mode 2": false, 149 "Manufacturer specific display mode 3": false, 150 "Manufacturer specific display mode 4": false, 151 "Manufacturer specific display mode 5": false, 152 "Manufacturer specific display mode 6": false, 153 "Manufacturer specific display mode 7": false [all …]
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/hostboot-inventory-config/ |
H A D | config.yaml | 8 Manufacturer: 10 IPMIFruProperty: "Manufacturer" 32 # same entity ID as it is Associated type of NODE 51 Manufacturer: 53 IPMIFruProperty: "Manufacturer" 66 - SYS 75 Manufacturer: 77 IPMIFruProperty: "Manufacturer" 104 Manufacturer: 106 IPMIFruProperty: "Manufacturer" [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | FabricAdapter.v1_5_3.json | 2 "$id": "http://redfish.dmtf.org/schemas/v1/FabricAdapter.v1_5_3.json", 4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5 …"copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or… 12 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 28 "description": "The available OEM-specific actions for this resource.", 29 …"longDescription": "This property shall contain the available OEM-specific actions for this resour… 36 … Examples include, but are not limited to, Ethernet, NVMe over Fabrics, Gen-Z, and SAS fabric ada… 39 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 54 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 57 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" [all …]
|
H A D | Pump.v1_1_0.json |
|
H A D | Filter.v1_0_2.json | 2 "$id": "http://redfish.dmtf.org/schemas/v1/Filter.v1_0_2.json", 4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5 …"copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or… 12 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 28 "description": "The available OEM-specific actions for this resource.", 29 …"longDescription": "This property shall contain the available OEM-specific actions for this resour… 39 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 54 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 57 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 59 "@odata.id": { [all …]
|
H A D | Reservoir.v1_0_2.json | 2 "$id": "http://redfish.dmtf.org/schemas/v1/Reservoir.v1_0_2.json", 4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5 …"copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or… 12 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 28 "description": "The available OEM-specific actions for this resource.", 29 …"longDescription": "This property shall contain the available OEM-specific actions for this resour… 36 "description": "The available OEM-specific actions for this resource.", 37 …"longDescription": "This type shall contain the available OEM-specific actions for this resource.", 39 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 60 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { [all …]
|
H A D | USBController.v1_0_1.json | 2 "$id": "http://redfish.dmtf.org/schemas/v1/USBController.v1_0_1.json", 4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5 …"copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or… 12 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 28 "description": "The available OEM-specific actions for this resource.", 29 …"longDescription": "This property shall contain the available OEM-specific actions for this resour… 37 …"longDescription": "This Redfish Specification-described type shall contain links to resources tha… 39 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 56 …operties contained in this object shall conform to the Redfish Specification-described requirement… 74 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" [all …]
|
H A D | Heater.v1_0_2.json | 2 "$id": "http://redfish.dmtf.org/schemas/v1/Heater.v1_0_2.json", 4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5 …"copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or… 12 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 28 "description": "The available OEM-specific actions for this resource.", 29 …"longDescription": "This property shall contain the available OEM-specific actions for this resour… 39 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 54 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 57 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 59 "@odata.id": { [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | FabricAdapter.v1_5_3.json | 2 "$id": "http://redfish.dmtf.org/schemas/v1/FabricAdapter.v1_5_3.json", 4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5 …"copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or… 12 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 28 "description": "The available OEM-specific actions for this resource.", 29 …"longDescription": "This property shall contain the available OEM-specific actions for this resour… 36 … Examples include, but are not limited to, Ethernet, NVMe over Fabrics, Gen-Z, and SAS fabric ada… 39 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 54 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 57 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" [all …]
|
H A D | Fan.v1_5_2.json | 2 "$id": "http://redfish.dmtf.org/schemas/v1/Fan.v1_5_2.json", 4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5 …"copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or… 12 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 28 "description": "The available OEM-specific actions for this resource.", 29 …"longDescription": "This property shall contain the available OEM-specific actions for this resour… 39 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 54 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 57 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 59 "@odata.id": { [all …]
|
/openbmc/ibm-logging/ |
H A D | callout.cpp | 7 * http://www.apache.org/licenses/LICENSE-2.0 25 #include <phosphor-logging/log.hpp> 42 * @param[in] archive - the Cereal archive object 43 * @param[in] callout - the object to save 44 * @param[in] version - the version of the persisted data 49 archive(callout.id(), callout.ts(), callout.path(), callout.buildDate(), in save() 50 callout.manufacturer(), callout.model(), callout.partNumber(), in save() 57 * @param[in] archive - the Cereal archive object 58 * @param[in] callout - the callout object to restore 59 * @param[in] version - the version of the persisted data [all …]
|
/openbmc/ibm-logging/test/ |
H A D | test_callout.cpp | 8 * http://www.apache.org/licenses/LICENSE-2.0 51 size_t id = 0; in TEST_F() local 55 {"Manufacturer"s, Value{"Mfg42"s}}, in TEST_F() 61 id, ts, assetProps); in TEST_F() 62 callout->serialize(persistDir); in TEST_F() 64 ASSERT_EQ(fs::exists(persistDir / std::to_string(id)), true); in TEST_F() 69 auto callout = std::make_unique<Callout>(bus, objectPath, id, ts); in TEST_F() 71 ASSERT_EQ(callout->deserialize(persistDir), true); in TEST_F() 73 ASSERT_EQ(callout->id(), id); in TEST_F() 74 ASSERT_EQ(callout->ts(), ts); in TEST_F() [all …]
|
/openbmc/webui-vue/src/store/modules/HardwareStatus/ |
H A D | ProcessorStore.js | 16 Id, 22 Manufacturer, 37 id: Id, 45 manufacturer: Manufacturer, 58 uri: processor['@odata.id'], 68 Members.map((member) => api.get(member['@odata.id'])), 78 // https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/37045
|
/openbmc/linux/drivers/hwmon/pmbus/ |
H A D | ltc4286.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 43 .R[PSC_CURRENT_OUT] = 3 - 6, 51 .R[PSC_POWER] = 4 - 6, 78 return dev_err_probe(&client->dev, ret, in ltc4286_probe() 79 "Failed to read manufacturer id\n"); in ltc4286_probe() 84 * the manufacturer id is LTC in ltc4286_probe() 88 return dev_err_probe(&client->dev, -ENODEV, in ltc4286_probe() 89 "Manufacturer id mismatch\n"); in ltc4286_probe() 94 return dev_err_probe(&client->dev, ret, in ltc4286_probe() 95 "Failed to read manufacturer model\n"); in ltc4286_probe() [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-devices-platform-ipmi | 4 Contact: openipmi-developer@lists.sourceforge.net 12 Contact: openipmi-developer@lists.sourceforge.net 17 identified by Manufacturer ID. 23 Contact: openipmi-developer@lists.sourceforge.net 33 Contact: openipmi-developer@lists.sourceforge.net 42 Contact: openipmi-developer@lists.sourceforge.net 44 (RO) Device id is specified by the manufacturer identified by 45 the Manufacturer ID field. This field allows controller specific 53 Contact: openipmi-developer@lists.sourceforge.net 63 Contact: openipmi-developer@lists.sourceforge.net [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | aspeed,usb-vhub.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/usb/aspeed,usb-vhub.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Benjamin Herrenschmidt <benh@kernel.crashing.org> 26 - aspeed,ast2400-usb-vhub 27 - aspeed,ast2500-usb-vhub 28 - aspeed,ast2600-usb-vhub 39 aspeed,vhub-downstream-ports: 46 aspeed,vhub-generic-endpoints: [all …]
|
H A D | usb251xb.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/usb/usb251xb.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Microchip USB 2.0 Hi-Speed Hub Controller 10 - Richard Leitner <richard.leitner@skidata.com> 15 - microchip,usb2422 16 - microchip,usb2512b 17 - microchip,usb2512bi 18 - microchip,usb2513b [all …]
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | ecard.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 10 * 11-12-1996 RMK Further minor improvements 11 * 12-09-1997 RMK Added interrupt enable/disable for card level 22 * Manufacturer Product ID 89 struct ecard_id { /* Card ID structure */ 90 unsigned short manufacturer; member 95 struct in_ecid { /* Packed card ID information */ 97 unsigned short manufacturer; /* Manufacturer code */ member 98 unsigned char id:4; /* Simple ID */ member 130 #define ecard_resource_start(ec,nr) ((ec)->resource[nr].start) [all …]
|
/openbmc/linux/drivers/mtd/spi-nor/ |
H A D | sysfs.c | 1 // SPDX-License-Identifier: GPL-2.0 3 #include <linux/mtd/spi-nor.h> 5 #include <linux/spi/spi-mem.h> 17 return sysfs_emit(buf, "%s\n", nor->manufacturer->name); in manufacturer_show() 19 static DEVICE_ATTR_RO(manufacturer); 28 return sysfs_emit(buf, "%s\n", nor->info->name); in partname_show() 38 const u8 *id = nor->info->id_len ? nor->info->id : nor->id; in jedec_id_show() local 39 u8 id_len = nor->info->id_len ?: SPI_NOR_MAX_ID_LEN; in jedec_id_show() 41 return sysfs_emit(buf, "%*phN\n", id_len, id); in jedec_id_show() 59 struct sfdp *sfdp = nor->sfdp; in sfdp_read() [all …]
|
/openbmc/smbios-mdr/src/ |
H A D | cpu.cpp | 8 // http://www.apache.org/licenses/LICENSE-2.0 46 else if (it->first == processorFamily2Indicator) in family() 56 processor::family(it2->second); in family() 62 processor::family(it->second); in family() 67 void Cpu::manufacturer(const uint8_t positionNum, const uint8_t structLen, in manufacturer() function in phosphor::smbios::Cpu 72 asset::manufacturer(result); in manufacturer() 152 socket(cpuInfo->socketDesignation, cpuInfo->length, dataIn); // offset 4h in infoUpdate() 156 if ((cpuInfo->status & socketPopulatedMask) == 0) in infoUpdate() 164 if ((cpuInfo->status & statusMask) == 1) in infoUpdate() 174 family(cpuInfo->family, cpuInfo->family2); // offset 6h and 28h in infoUpdate() [all …]
|