Searched refs:instance (Results 26 - 36 of 36) sorted by relevance

12

/u-boot/include/configs/
H A Dsunxi-common.h164 #define BOOTENV_DEV_MMC_AUTO(devtypeu, devtypel, instance) \
176 #define BOOTENV_DEV_NAME_MMC_AUTO(devtypeu, devtypel, instance) \
212 #define BOOTENV_DEV_FEL(devtypeu, devtypel, instance) \
218 #define BOOTENV_DEV_NAME_FEL(devtypeu, devtypel, instance) \
H A Dlx2160a_common.h202 #define BOOT_TARGET_DEVICES_MMC(func, instance) func(MMC, mmc, instance)
/u-boot/drivers/nvme/
H A Dnvme_pci.c31 ndev->instance = trailing_strtol(udev->name);
H A Dnvme.h603 int instance; member in struct:nvme_dev
/u-boot/drivers/net/octeontx2/
H A Dcgx.c50 * Given an LMAC/PF instance number, return the lmac
53 * @param instance instance to find
71 debug("%s udev %p cgx %p instance %d\n", __func__, dev, cgx,
74 if (cgx->lmac[idx]->instance == lmac_instance)
216 static int instance = 1; local
227 lmac->instance = instance++;
237 debug("%s: map id %d to lmac %p (%s), type:%d instance %d\n",
239 lmac->instance);
[all...]
H A Dcgx.h52 u8 instance; member in struct:lmac
80 * Given an LMAC/PF instance number, return the lmac
83 * @param instance instance to find
/u-boot/drivers/ram/k3-ddrss/
H A Dk3-ddrss.c143 u32 instance; member in struct:k3_ddrss_desc
211 CTRLMMR_DDR4_FSP_CLKCHNG_REQ_OFFS + ddrss->instance * 0x10, 0x80,
218 CTRLMMR_DDR4_FSP_CLKCHNG_REQ_OFFS + ddrss->instance * 0x10) & 0x03;
220 debug("%s: received freq change req: req type = %d, req no. = %d, instance = %d\n",
221 __func__, req_type, counter, ddrss->instance);
233 CTRLMMR_DDR4_FSP_CLKCHNG_ACK_OFFS + ddrss->instance * 0x10);
235 CTRLMMR_DDR4_FSP_CLKCHNG_REQ_OFFS + ddrss->instance * 0x10, 0x80,
241 CTRLMMR_DDR4_FSP_CLKCHNG_ACK_OFFS + ddrss->instance * 0x10);
378 /* Reading instance number for multi ddr subystems */
380 ret = dev_read_u32(dev, "instance",
[all...]
/u-boot/tools/
H A Dmkeficapsule.c42 {"instance", required_argument, NULL, 'I'},
63 "\t-I, --instance <instance> update hardware instance\n"
391 * @instance: Instance number in capsule
407 unsigned long index, unsigned long instance,
426 fprintf(stderr, "\tindex: %lu\n\tinstance: %lu\n", index, instance);
538 image.update_hardware_instance = instance;
876 unsigned long index, instance; local
886 instance
406 create_fwbin(char *path, char *bin, efi_guid_t *guid, unsigned long index, unsigned long instance, struct fmp_payload_header_params *fmp_ph_params, uint64_t mcount, char *privkey_file, char *cert_file, uint16_t oemflags) argument
[all...]
/u-boot/test/py/tests/
H A Dvboot_forge.py25 Preprocesses field definitions and creates a struct.Struct instance from them
52 Unpack structure instance from a buffer
55 instance = cls()
57 setattr(instance, n, v)
58 return instance
62 Pack structure instance into bytes
182 Converts the bytes into a StringsBlock instance so it is convenient to work with
189 Parses DTB structure(s) into a Node or Prop instance
281 Composes the parsed Nodes into a flat bytearray instance
289 Composes the StringsBlock instance bac
[all...]
/u-boot/board/st/stm32mp1/
H A Dstm32mp1.c797 unsigned int instance = (boot_mode & TAMP_BOOT_INSTANCE_MASK) - 1; local
805 if (instance >= ARRAY_SIZE(sdmmc_addr))
809 snprintf(cmd, sizeof(cmd), "mmc@%x", sdmmc_addr[instance]);
811 log_err("mmc%d = %s not found in device tree!\n", instance, cmd);
841 /* use boot instance to select the correct mmc device identifier */
/u-boot/lib/efi_loader/
H A Defi_capsule.c158 * @instance: Instance number
163 * type, @image_type and the machine instance, @instance, from the list,
167 * * Protocol instance - on success
171 efi_fmp_find(efi_guid_t *image_type, u8 image_index, u64 instance, argument
236 (!instance ||
238 desc->hardware_instance == instance))
634 log_err("FMP driver not found for firmware type %pUs, hardware instance %lld\n",

Completed in 90 milliseconds

12