Searched refs:product_id (Results 1 - 11 of 11) sorted by relevance

/u-boot/board/starfive/visionfive2/
H A Dstarfive_visionfive2.c57 const char *product_id; local
63 product_id = get_product_id_from_eeprom();
64 if (!product_id) {
68 if (!strncmp(product_id, "MARC", 4)) {
73 } else if (!strncmp(product_id, "MARS", 4)) {
75 } else if (!strncmp(product_id, "VF7110", 6)) {
H A Dspl.c256 const char *product_id; local
258 product_id = get_product_id_from_eeprom();
259 if (!product_id) {
263 if (!strncmp(product_id, "MARC", 4)) {
265 } else if (!strncmp(product_id, "MARS", 4)) {
267 } else if (!strncmp(product_id, "VF7110", 6)) {
282 pr_err("Unknown product %s\n", product_id);
/u-boot/board/sunxi/
H A Dchip.c36 u16 product_id; member in struct:dip_w1_header
80 pid = dip_convert(w1_header.product_id);
/u-boot/drivers/misc/
H A Dusb251xb.c119 u32 product_id; member in struct:usb251xb
152 u16 product_id; member in struct:usb251xb_data
160 .product_id = 0x2422,
168 .product_id = 0x2512,
176 .product_id = 0x2512,
184 .product_id = 0x2513,
192 .product_id = 0x2513,
200 .product_id = 0x2514,
208 .product_id = 0x2514,
216 .product_id
[all...]
/u-boot/board/sifive/unmatched/
H A Dhifive-platform-i2c-eeprom.c75 u16 product_id; member in struct:sifive_eeprom
155 if (sifive_products[i].id == e.product_id) {
162 printf("Product ID: %04hx (%s)\n", e.product_id, product_name);
398 e.product_id = p;
467 } else if (!strcmp(cmd, "product_id")) {
535 u16 product_id; member in struct:board_eeprom
/u-boot/board/ge/mx53ppd/
H A Dmx53ppd.c160 u8 product_id; member in struct:vpd_cache
175 vpd->product_id = data[0];
192 if (vpd->product_id == VPD_PRODUCT_PPD)
/u-boot/board/ge/bx50v3/
H A Dbx50v3.c304 u8 product_id; member in struct:vpd_cache
318 vpd->product_id = data[0];
349 switch (vpd->product_id) {
397 productid = vpd.product_id;
582 switch (vpd.product_id) {
/u-boot/board/ge/b1x5v2/
H A Db1x5v2.c59 u8 product_id; member in struct:vpd_cache
495 vpd->product_id = data[0];
654 if (vpd.product_id >= PRODUCT_TYPE_B105V2 &&
655 vpd.product_id <= PRODUCT_TYPE_B155V2) {
656 set_env_per_board_type((enum product_type)vpd.product_id);
/u-boot/lib/efi_loader/
H A Defi_device_path_to_text.c178 ucdp->vendor_id, ucdp->product_id,
/u-boot/include/
H A Dec_commands.h4367 uint16_t product_id; member in struct:ec_response_pd_chip_info
4521 uint32_t product_id; member in struct:ec_response_fp_info
H A Defi_api.h672 u16 product_id; member in struct:efi_device_path_usb_class

Completed in 249 milliseconds