Home
last modified time | relevance | path

Searched refs:desc (Results 1 – 18 of 18) sorted by relevance

/arch/x86/cpu/efi/
A Dpayload.c54 desc = map->desc; in board_get_usable_ram_top()
55 for (; desc < end; desc = efi_get_next_mem_desc(desc, map->desc_size)) { in board_get_usable_ram_top()
60 largest = desc; in board_get_usable_ram_top()
92 desc = map->desc; in dram_init()
93 for (; desc < end; desc = efi_get_next_mem_desc(desc, map->desc_size)) { in dram_init()
115 desc = map->desc; in dram_init_banksize()
118 desc = efi_get_next_mem_desc(desc, map->desc_size)) { in dram_init_banksize()
196 for (desc = map->desc; desc < end; in install_e820_map()
197 desc = efi_get_next_mem_desc(desc, map->desc_size)) { in install_e820_map()
201 switch (desc->type) { in install_e820_map()
[all …]
/arch/mips/mach-octeon/
A Dcvmx-pko3-compat.c172 desc->cmd_words[desc->word_count] = subdc; in __cvmx_pko3_cmd_subdc_add()
173 (desc->word_count)++; in __cvmx_pko3_cmd_subdc_add()
180 desc->jump_buf_base_ptr[desc->jump_buf_size++] = subdc; in __cvmx_pko3_cmd_subdc_add()
182 return desc->word_count + desc->jump_buf_size; in __cvmx_pko3_cmd_subdc_add()
204 desc->word_count++; in __cvmx_pko3_cmd_done()
222 desc->jump_buf_base_ptr[desc->jump_buf_size++] = aura_s.u64; in __cvmx_pko3_cmd_done()
232 return desc->word_count + desc->jump_buf_size; in __cvmx_pko3_cmd_done()
298 desc.aura_node = node; in cvmx_pko3_legacy_xmit()
304 desc.word_count = 1; in cvmx_pko3_legacy_xmit()
305 desc.last_pool = -1; in cvmx_pko3_legacy_xmit()
[all …]
A Dcvmx-bootmem.c537 static struct cvmx_bootmem_named_block_desc desc; in __cvmx_bootmem_find_named_block_flags() local
541 desc.base_addr = CVMX_BOOTMEM_NAMED_GET_FIELD(named_addr, in __cvmx_bootmem_find_named_block_flags()
543 desc.size = CVMX_BOOTMEM_NAMED_GET_FIELD(named_addr, size); in __cvmx_bootmem_find_named_block_flags()
544 strncpy(desc.name, name, sizeof(desc.name)); in __cvmx_bootmem_find_named_block_flags()
545 desc.name[sizeof(desc.name) - 1] = 0; in __cvmx_bootmem_find_named_block_flags()
546 return &desc; in __cvmx_bootmem_find_named_block_flags()
/arch/mips/mach-ath79/
A Dcpu.c21 static const struct ath79_soc_desc desc[] = { variable
89 for (i = 0; i < ARRAY_SIZE(desc); i++) { in mach_cpu_init()
90 if ((desc[i].major == major) && in mach_cpu_init()
91 (desc[i].minor == minor)) { in mach_cpu_init()
92 soc = desc[i].soc; in mach_cpu_init()
111 for (i = 0; i < ARRAY_SIZE(desc); i++) { in print_cpuinfo()
112 if (desc[i].soc == gd->arch.soc) { in print_cpuinfo()
113 chip = desc[i].chip; in print_cpuinfo()
114 soc = desc[i].soc; in print_cpuinfo()
/arch/arm/mach-k3/r5/
A Dsysfw-loader.c177 struct bcfg_desc *desc; in k3_sysfw_configure_using_fit() local
241 desc = &bcfg_header->descs[0]; in k3_sysfw_configure_using_fit()
246 comp->comp_size += desc->size; in k3_sysfw_configure_using_fit()
247 desc->devgrp = 0; in k3_sysfw_configure_using_fit()
248 desc->reserved = 0; in k3_sysfw_configure_using_fit()
252 bcfg_header->descs[1].offset = desc->offset + desc->size; in k3_sysfw_configure_using_fit()
264 desc = &bcfg_header->descs[1]; in k3_sysfw_configure_using_fit()
267 desc->size = cfg_fragment_size; in k3_sysfw_configure_using_fit()
268 comp->comp_size += desc->size; in k3_sysfw_configure_using_fit()
269 desc->devgrp = 0; in k3_sysfw_configure_using_fit()
[all …]
/arch/arm/mach-snapdragon/
A Dcapsule_update.c95 struct blk_desc *desc = NULL, *xbl_desc = NULL; in find_target_partition() local
124 desc = dev_get_uclass_plat(dev); in find_target_partition()
125 if (!desc || desc->part_type == PART_TYPE_UNKNOWN) in find_target_partition()
128 ret = part_get_info(desc, partnum, &info); in find_target_partition()
210 xbl_desc = desc; in find_target_partition()
241 desc = xbl_desc; in find_target_partition()
249 if (desc) { in find_target_partition()
250 *devnum = desc->devnum; in find_target_partition()
251 *uclass = desc->uclass_id; in find_target_partition()
/arch/arm/mach-rockchip/
A Dboard.c79 static int get_mmc_desc(struct blk_desc **desc) in get_mmc_desc() argument
100 *desc = mmc_get_blk_desc(mmc); in get_mmc_desc()
101 if (!*desc) in get_mmc_desc()
114 struct blk_desc *desc = NULL; in set_dfu_alt_info() local
116 ret = get_mmc_desc(&desc); in set_dfu_alt_info()
123 name = blk_get_uclass_name(desc->uclass_id); in set_dfu_alt_info()
124 devnum = desc->devnum; in set_dfu_alt_info()
131 if (part_get_info(desc, p, &info)) in set_dfu_alt_info()
159 struct blk_desc *desc = NULL; in gpt_capsule_update_setup() local
164 ret = get_mmc_desc(&desc); in gpt_capsule_update_setup()
[all …]
A Dspl-boot-order.c45 struct blk_desc *desc = NULL; in spl_node_to_boot_device() local
51 desc = dev_get_uclass_plat(dev); in spl_node_to_boot_device()
56 if (!desc) in spl_node_to_boot_device()
59 switch (desc->devnum) { in spl_node_to_boot_device()
/arch/arm/mach-stm32mp/
A Dcmd_stm32key.c40 char *desc; member
49 .desc = "Hash of the 8 ECC Public Keys Hashes Table (ECDSA is the authentication algorithm)",
55 .desc = "Encryption/Decryption Master Key",
64 .desc = "Hash of the ECC Public Key (ECDSA is the authentication algorithm)",
75 ….desc = "Hash of the 8 ECC Public Keys Hashes Table (ECDSA is the authentication algorithm) for FS…
81 ….desc = "Hash of the 8 ECC Public Keys Hashes Table (ECDSA is the authentication algorithm) for FS…
88 .desc = "Encryption/Decryption Master Key for FIP",
94 .desc = "Encryption/Decryption Master Key for FSBLA or M",
100 .desc = "Encryption/Decryption Master Key for FSBLM",
415 printf("%s : %s\n", key->name, key->desc); in display_key_info()
/arch/x86/cpu/intel_common/
A Dmrc.c143 struct gpio_desc desc[4]; in mrc_locate_spd() local
148 ret = gpio_request_list_by_name(dev, "board-id-gpios", desc, in mrc_locate_spd()
149 ARRAY_SIZE(desc), GPIOD_IS_IN); in mrc_locate_spd()
152 spd_index = dm_gpio_get_values_as_int(desc, ret); in mrc_locate_spd()
/arch/arm/mach-uniphier/boot-device/
A Dboot-device.h12 const char *desc; member
A Dboot-device.c259 info->boot_device_table[i].desc); in do_pinmon()
/arch/arm/include/asm/arch-lpc32xx/
A Ddma.h61 const struct lpc32xx_dmac_ll *desc, u32 config);
/arch/arm/include/asm/ti-common/
A Dkeystone_nav.h106 #define CPDMA_REG_VAL_MAKE_RX_FLOW_A(einfo, psinfo, rxerr, desc, \ argument
111 ((desc & 3) << 26) | \
/arch/x86/cpu/broadwell/
A Dsata.c215 struct gpio_desc desc; in broadwell_sata_enable() local
228 ret = gpio_request_by_name(dev, "reset-gpio", 0, &desc, GPIOD_IS_OUT); in broadwell_sata_enable()
A Dpch.c40 struct gpio_desc desc; in broadwell_pch_early_init() local
71 ret = gpio_request_by_name(dev, "power-enable-gpio", 0, &desc, in broadwell_pch_early_init()
/arch/arm/include/asm/arch-rockchip/
A Df_rockusb.h127 struct blk_desc *desc; member
/arch/powerpc/cpu/mpc83xx/
A Dcpu_init.c378 char *desc; in prt_83xx_rsr() member
400 printf("%s%s", sep, bits[i].desc); in prt_83xx_rsr()

Completed in 39 milliseconds