/u-boot/arch/arm/mach-socfpga/ |
A D | wrap_pinmux_config_s10.c | 13 const u32 **table, in sysmgr_pinmux_handoff_read() argument 29 *table = handoff_chunk; in sysmgr_pinmux_handoff_read() 34 void sysmgr_pinmux_table_sel(const u32 **table, unsigned int *table_len) in sysmgr_pinmux_table_sel() argument 36 sysmgr_pinmux_handoff_read((void *)S10_HANDOFF_MUX, table, in sysmgr_pinmux_table_sel() 40 void sysmgr_pinmux_table_ctrl(const u32 **table, unsigned int *table_len) in sysmgr_pinmux_table_ctrl() argument 42 sysmgr_pinmux_handoff_read((void *)S10_HANDOFF_IOCTL, table, in sysmgr_pinmux_table_ctrl() 46 void sysmgr_pinmux_table_fpga(const u32 **table, unsigned int *table_len) in sysmgr_pinmux_table_fpga() argument 48 sysmgr_pinmux_handoff_read((void *)S10_HANDOFF_FPGA, table, in sysmgr_pinmux_table_fpga() 52 void sysmgr_pinmux_table_delay(const u32 **table, unsigned int *table_len) in sysmgr_pinmux_table_delay() argument 54 sysmgr_pinmux_handoff_read((void *)S10_HANODFF_DELAY, table, in sysmgr_pinmux_table_delay()
|
A D | wrap_iocsr_config.c | 14 const unsigned long **table, in iocsr_get_config_table() argument 19 *table = iocsr_scan_chain0_table; in iocsr_get_config_table() 23 *table = iocsr_scan_chain1_table; in iocsr_get_config_table() 27 *table = iocsr_scan_chain2_table; in iocsr_get_config_table() 31 *table = iocsr_scan_chain3_table; in iocsr_get_config_table()
|
A D | wrap_pinmux_config.c | 12 void sysmgr_get_pinmux_table(const u8 **table, unsigned int *table_len) in sysmgr_get_pinmux_table() argument 14 *table = sys_mgr_init_table; in sysmgr_get_pinmux_table()
|
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
A D | mp.c | 31 u64 *table = get_spin_tbl_addr(); in update_os_arch_secondary_cores() local 36 table[i * WORDS_PER_SPIN_TABLE_ENTRY + in update_os_arch_secondary_cores() 39 table[i * WORDS_PER_SPIN_TABLE_ENTRY + in update_os_arch_secondary_cores() 82 u64 *table; in fsl_layerscape_wake_seconday_cores() local 131 table = get_spin_tbl_addr(); in fsl_layerscape_wake_seconday_cores() 134 (unsigned long)table + in fsl_layerscape_wake_seconday_cores() 195 flush_dcache_range((unsigned long)table, (unsigned long)table + in fsl_layerscape_wake_seconday_cores() 228 u64 *table = get_spin_tbl_addr(); in is_core_online() local 276 u64 *table = get_spin_tbl_addr(); in cpu_status() local 286 printf("table @ 0x%p\n", table); in cpu_status() [all …]
|
/u-boot/drivers/clk/ |
A D | clk-divider.c | 36 for (clkt = table; clkt->div; clkt++) in clk_divider_get_table_div() 51 if (table) in _get_div() 52 return clk_divider_get_table_div(table, val); in _get_div() 58 const struct clk_div_table *table, in divider_recalc_rate() argument 63 div = _get_div(table, val, flags, width); in divider_recalc_rate() 97 for (clkt = table; clkt->div; clkt++) in clk_divider_is_valid_table_div() 108 if (table) in clk_divider_is_valid_div() 118 for (clkt = table; clkt->div; clkt++) in clk_divider_get_table_val() 133 if (table) in _get_val() 148 value = _get_val(table, div, flags, width); in divider_get_val() [all …]
|
A D | clk-mux.c | 39 int clk_mux_val_to_index(struct clk *clk, u32 *table, unsigned int flags, in clk_mux_val_to_index() argument 45 if (table) { in clk_mux_val_to_index() 49 if (table[i] == val) in clk_mux_val_to_index() 70 if (table) { in clk_mux_index_to_val() 71 val = table[index]; in clk_mux_index_to_val() 96 return clk_mux_val_to_index(clk, mux->table, mux->flags, val); in clk_mux_get_parent() 130 val = clk_mux_index_to_val(mux->table, mux->flags, index); in clk_mux_set_parent() 162 u8 clk_mux_flags, u32 *table) in clk_hw_register_mux_table() argument 191 mux->table = table; in clk_hw_register_mux_table() 219 u8 clk_mux_flags, u32 *table) in clk_register_mux_table() argument [all …]
|
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_config_table.c | 95 void *table; in execute() local 155 table = NULL; in execute() 159 table = sys_table->tables[i].table; in execute() 161 if (!table) { in execute() 165 if (table != &tables[0]) { in execute() 193 table = NULL; in execute() 198 table = sys_table->tables[i].table; in execute() 202 if (!table) { in execute() 237 table = NULL; in execute() 241 table = sys_table->tables[i].table; in execute() [all …]
|
/u-boot/arch/x86/lib/ |
A D | sfi.c | 28 u64 table[SFI_TABLE_MAX_ENTRIES]; member 69 *entry++ = tab->table[i]; in sfi_write_system_header() 135 struct table_info table; in write_sfi_table() local 137 table.base = base; in write_sfi_table() 138 table.ptr = 0; in write_sfi_table() 139 table.count = 0; in write_sfi_table() 140 sfi_write_cpus(&table); in write_sfi_table() 141 sfi_write_apic(&table); in write_sfi_table() 147 sfi_write_xsdt(&table); in write_sfi_table() 150 sfi_write_system_header(&table); in write_sfi_table() [all …]
|
A D | tables.c | 89 const struct table_info *table = &table_list[i]; in write_tables() local 90 int size = table->size ? : CONFIG_ROM_TABLE_SIZE; in write_tables() 92 if (IS_ENABLED(CONFIG_BLOBLIST_TABLES) && table->tag) { in write_tables() 93 rom_table_start = (ulong)bloblist_add(table->tag, size, in write_tables() 94 table->align); in write_tables() 98 rom_table_end = table->write(rom_table_start); in write_tables() 105 table->write(high_table); in write_tables() 116 debug("- wrote '%s' to %x, end %x\n", table->name, in write_tables()
|
/u-boot/lib/ |
A D | hashtable.c | 113 if (htab->table != NULL) { in hcreate_r() 129 if (htab->table == NULL) { in hcreate_r() 160 if (htab->table[i].used > 0) { in hdestroy_r() 167 free(htab->table); in hdestroy_r() 170 htab->table = NULL; in hdestroy_r() 217 if (htab->table[idx].used <= 0) in hmatch_r() 320 if (htab->table[idx].used) { in hsearch_r() 390 htab->table[idx].used = hval; in hsearch_r() 835 htab->table); in himport_r() 836 if (htab->table) in himport_r() [all …]
|
/u-boot/drivers/clk/ti/ |
A D | clk-divider.c | 31 const struct clk_div_table *table; member 50 if (table) in _get_div() 65 if (table) in _get_val() 78 for (clkt = table; clkt->div; clkt++) { in _div_round_up() 94 if (table) in _div_round() 285 struct clk_div_table *table = NULL; in clk_ti_divider_of_to_plat() local 320 table = calloc(valid_div + 1, sizeof(*table)); in clk_ti_divider_of_to_plat() 321 if (!table) in clk_ti_divider_of_to_plat() 329 table[valid_div].div = val; in clk_ti_divider_of_to_plat() 330 table[valid_div].val = i; in clk_ti_divider_of_to_plat() [all …]
|
/u-boot/drivers/usb/gadget/ |
A D | usbstring.c | 33 usb_gadget_get_string(struct usb_gadget_strings *table, int id, u8 *buf) in usb_gadget_get_string() argument 38 if (!table) in usb_gadget_get_string() 45 buf[2] = (u8) table->language; in usb_gadget_get_string() 46 buf[3] = (u8) (table->language >> 8); in usb_gadget_get_string() 49 for (s = table->strings; s && s->s; s++) in usb_gadget_get_string()
|
/u-boot/drivers/input/ |
A D | input.c | 265 struct input_key_xlate *table; in process_modifier() local 270 table = &config->table[0]; in process_modifier() 275 table = tab; in process_modifier() 316 return table; in process_modifier() 472 struct input_key_xlate *table; in input_keycodes_to_ascii() local 476 table = &config->table[0]; in input_keycodes_to_ascii() 482 if (key >= table->num_entries || table->xlate[key] == 0xff) { in input_keycodes_to_ascii() 498 ch = table->xlate[key]; in input_keycodes_to_ascii() 603 struct input_key_xlate *table; in input_add_table() local 610 table = &config->table[config->num_tables++]; in input_add_table() [all …]
|
/u-boot/arch/powerpc/cpu/mpc85xx/ |
A D | mp.c | 64 u32 *table, id = get_my_id(); in cpu_status() local 70 table = (u32 *)&__spin_table; in cpu_status() 71 printf("table base @ 0x%p\n", table); in cpu_status() 75 table = (u32 *)&__spin_table + nr * NUM_BOOT_ENTRY; in cpu_status() 78 printf("table @ 0x%p\n", table); in cpu_status() 80 printf(" r3 - 0x%08x\n", table[BOOT_ENTRY_R3_LOWER]); in cpu_status() 81 printf(" pir - 0x%08x\n", table[BOOT_ENTRY_PIR]); in cpu_status() 171 table[entry] = val; in cpu_release() 175 table[BOOT_ENTRY_ADDR_UPPER] = (u32)(boot_addr >> 32); in cpu_release() 258 u32 *table = (u32 *)&__spin_table; in plat_mp_up() local [all …]
|
/u-boot/lib/zlib/ |
A D | inftrees.c | 33 code FAR * FAR *table, unsigned FAR *bits, in inflate_table() argument 117 *(*table)++ = this; /* make a table to force an error */ in inflate_table() 118 *(*table)++ = this; in inflate_table() 198 next = *table; /* current table to fill in */ in inflate_table() 278 (*table)[low].op = (unsigned char)curr; in inflate_table() 279 (*table)[low].bits = (unsigned char)root; in inflate_table() 280 (*table)[low].val = (unsigned short)(next - *table); in inflate_table() 299 next = *table; in inflate_table() 319 *table += used; in inflate_table()
|
/u-boot/drivers/clk/at91/ |
A D | pmc.c | 138 int at91_clk_mux_val_to_index(const u32 *table, u32 num_parents, u32 val) in at91_clk_mux_val_to_index() argument 142 if (!table || !num_parents) in at91_clk_mux_val_to_index() 146 if (table[i] == val) in at91_clk_mux_val_to_index() 163 int at91_clk_mux_index_to_val(const u32 *table, u32 num_parents, u32 index) in at91_clk_mux_index_to_val() argument 165 if (!table || !num_parents || index < 0 || index > num_parents) in at91_clk_mux_index_to_val() 168 return table[index]; in at91_clk_mux_index_to_val()
|
/u-boot/disk/ |
A D | Kconfig | 14 - CONFIG_MAC_PARTITION Apple's MacOS partition table. 27 bool "Enable Apple's MacOS partition table" 34 bool "Enable Apple's MacOS partition table for SPL" 39 bool "Enable MS Dos partition table" 47 bool "Enable MS Dos partition table for SPL" 53 bool "Enable ISO partition table" 59 bool "Enable ISO partition table for SPL" 63 bool "Enable AMIGA partition table" 70 bool "Enable AMIGA partition table for SPL" 75 bool "Enable EFI GPT partition table" [all …]
|
/u-boot/drivers/remoteproc/ |
A D | rproc-elf-loader.c | 311 struct resource_table *table; local 343 if (sizeof(*table) > size) { 349 if (table->ver != 1) { 355 if (table->reserved[0] || table->reserved[1]) { 361 if (table->num * sizeof(table->offset[0]) + 362 sizeof(*table) > size) { 420 struct resource_table *table; local 458 if (table->ver != 1) { 464 if (table->reserved[0] || table->reserved[1]) { 470 if (table->num * sizeof(table->offset[0]) + [all …]
|
/u-boot/doc/ |
A D | README.mpc85xx-spin-table | 1 Spin table in cache 3 As specified by ePAPR v1.1, the spin table needs to be in cached memory. After 4 DDR is initialized and U-Boot relocates itself into DDR, the spin table is 6 __secondary_start_page. For other cores to use the spin table, the booting 15 core 0 puts the physical address of the spin table (which is in release.S and 21 the new space. The new TLB covers the physical address of the spin table page, 22 with WIMGE =0b00100. Now secondary cores can keep polling the spin table 23 without stress DDR bus because both the code and the spin table is in cache.
|
/u-boot/drivers/pci/ |
A D | pci.c | 295 struct pci_config_table *table; in pci_find_config() local 297 for (table = hose->config_table; table && table->vendor; table++) { in pci_find_config() 298 if ((table->vendor == PCI_ANY_ID || table->vendor == vendor) && in pci_find_config() 299 (table->device == PCI_ANY_ID || table->device == device) && in pci_find_config() 300 (table->class == PCI_ANY_ID || table->class == class) && in pci_find_config() 301 (table->bus == PCI_ANY_ID || table->bus == bus) && in pci_find_config() 302 (table->dev == PCI_ANY_ID || table->dev == dev) && in pci_find_config() 303 (table->func == PCI_ANY_ID || table->func == func)) { in pci_find_config() 304 return table; in pci_find_config()
|
/u-boot/include/linux/ |
A D | clk-provider.h | 57 u32 *table; member 89 unsigned int clk_mux_index_to_val(u32 *table, unsigned int flags, u8 index); 123 const struct clk_div_table *table; member 148 unsigned int clk_divider_get_table_div(const struct clk_div_table *table, 161 unsigned int clk_divider_get_table_val(const struct clk_div_table *table, 172 bool clk_divider_is_valid_div(const struct clk_div_table *table, 182 bool clk_divider_is_valid_table_div(const struct clk_div_table *table, 186 const struct clk_div_table *table,
|
/u-boot/doc/sphinx-static/ |
A D | theme_overrides.css | 28 /* table: 35 .wy-table-responsive table td { white-space: normal; } 36 .wy-table-responsive { overflow: auto; } 37 .rst-content table.docutils caption { text-align: left; font-size: 100%; } 50 caption, .wy-table caption, .rst-content table.field-list caption {
|
/u-boot/arch/x86/cpu/efi/ |
A D | payload.c | 155 debug("table=%lx\n", gd->arch.table); in reserve_arch() 156 if (!gd->arch.table) in reserve_arch() 159 hdr = (struct efi_info_hdr *)gd->arch.table; in reserve_arch() 164 gd->arch.table, gd->start_addr_sp, hdr->total_size); in reserve_arch() 165 gd->arch.table = gd->start_addr_sp; in reserve_arch() 262 struct efi_entry_systable *table; in setup_efi_info() local 269 ret = efi_info_get(EFIET_SYS_TABLE, (void **)&table, &size); in setup_efi_info() 274 efi_info->efi_systab = (u32)(table->sys_table); in setup_efi_info() 287 efi_info->efi_systab_hi = table->sys_table >> 32; in setup_efi_info()
|
/u-boot/arch/arm/include/asm/armv8/ |
A D | mmu.h | 107 static inline void set_ttbr_tcr_mair(int el, u64 table, u64 tcr, u64 attr) in set_ttbr_tcr_mair() argument 111 asm volatile("msr ttbr0_el1, %0" : : "r" (table) : "memory"); in set_ttbr_tcr_mair() 115 asm volatile("msr ttbr0_el2, %0" : : "r" (table) : "memory"); in set_ttbr_tcr_mair() 119 asm volatile("msr ttbr0_el3, %0" : : "r" (table) : "memory"); in set_ttbr_tcr_mair()
|
/u-boot/arch/arm/mach-socfpga/include/mach/ |
A D | system_manager_soc64.h | 13 void sysmgr_pinmux_table_sel(const u32 **table, unsigned int *table_len); 14 void sysmgr_pinmux_table_ctrl(const u32 **table, unsigned int *table_len); 15 void sysmgr_pinmux_table_fpga(const u32 **table, unsigned int *table_len); 16 void sysmgr_pinmux_table_delay(const u32 **table, unsigned int *table_len);
|