Searched refs:location (Results 1 - 25 of 37) sorted by relevance

12

/u-boot/common/
H A Dsplash_source.c68 static int splash_mmc_read_raw(u32 bmp_load_addr, struct splash_location *location, argument
81 ret = part_get_info_by_dev_and_name_or_num("mmc", location->devpart, &desc,
92 static int splash_storage_read_raw(struct splash_location *location, argument
97 if (!location)
100 offset = location->offset;
101 switch (location->storage) {
103 return splash_mmc_read_raw(bmp_load_addr, location, read_size);
109 printf("Unknown splash location\n");
115 static int splash_load_raw(struct splash_location *location, u32 bmp_load_addr) argument
124 res = splash_storage_read_raw(location, bmp_load_add
142 splash_select_fs_dev(struct splash_location *location) argument
220 splash_mount_ubifs(struct splash_location *location) argument
241 splash_mount_ubifs(struct splash_location *location) argument
256 splash_load_fs(struct splash_location *location, u32 bmp_load_addr) argument
346 splash_load_fit(struct splash_location *location, u32 bmp_load_addr) argument
[all...]
/u-boot/tools/binman/etype/
H A Dimage_header.py46 location: Location of header ("start" or "end" of image). This is
50 location of the FDT map. The format is a magic number followed by an offset
55 NOTE: If the location is at the start/end, you will probably need to specify
61 self.location = fdt_util.GetString(self._node, 'location')
73 base = (0 if self.location != 'end' else image_size)
86 if self.location not in ['start', 'end']:
87 self.Raise("Invalid location '%s', expected 'start' or 'end'" %
88 self.location)
90 if self.location !
[all...]
/u-boot/env/
H A Dnowhere.c46 .location = ENVL_NOWHERE,
H A Denv.c25 if (loc == entry->location)
69 static bool env_has_inited(enum env_location location) argument
71 return gd->env_has_init & BIT(location);
74 static void env_set_inited(enum env_location location) argument
83 gd->env_has_init |= BIT(location);
87 * arch_env_get_location() - Returns the best env location for an arch
98 * the fact that the lowest prority (0) is the most important location
114 * env_get_location() - Returns the best env location for a board
124 * the fact that the lowest prority (0) is the most important location
137 * env_driver_lookup() - Finds the most suited environment location
[all...]
H A Dnand.c155 static int erase_and_write_env(const struct nand_env_location *location, argument
165 printf("Erasing %s...\n", location->name);
166 if (nand_erase_opts(mtd, &location->erase_opts))
169 printf("Writing to %s... ", location->name);
170 ret = writeenv(location->erase_opts.offset, env_new);
181 static const struct nand_env_location location[] = { local
208 ret = erase_and_write_env(&location[env_idx], (u_char *)env_new);
218 ret = erase_and_write_env(&location[env_idx], (u_char *)env_new);
375 .location = ENVL_NAND,
H A Dremote.c56 .location = ENVL_REMOTE,
H A Dnvram.c66 .location = ENVL_NVRAM,
H A Donenand.c108 .location = ENVL_ONENAND,
H A Dext4.c197 .location = ENVL_EXT4,
H A Deeprom.c176 .location = ENVL_EEPROM,
H A Dubi.c220 .location = ENVL_UBI,
H A Dfat.c187 .location = ENVL_FAT,
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-mdio.h322 * @param location Register location to read
326 static inline int cvmx_mdio_read(int bus_id, int phy_id, int location) argument
339 smi_cmd.s.reg_adr = location;
356 * @param location Register location to write
362 static inline int cvmx_mdio_write(int bus_id, int phy_id, int location, int val) argument
379 smi_cmd.s.reg_adr = location;
398 * @param location Register location t
403 cvmx_mdio_45_read(int bus_id, int phy_id, int device, int location) argument
470 cvmx_mdio_45_write(int bus_id, int phy_id, int device, int location, int val) argument
[all...]
/u-boot/fs/btrfs/
H A Ddisk-io.h25 struct btrfs_key *location);
27 struct btrfs_key *location);
H A Dsubvolume.c96 struct btrfs_key location; local
135 location.objectid = key.offset;
136 location.type = BTRFS_ROOT_ITEM_KEY;
137 location.offset = (u64)-1;
138 root = btrfs_read_fs_root(fs_info, &location);
H A Ddisk-io.c639 struct btrfs_key *location)
651 if (location->offset == (u64)-1) {
653 location->objectid, root);
662 location->objectid);
670 ret = btrfs_search_slot(NULL, tree_root, location, path, 0, 0);
680 memcpy(&root->root_key, location, sizeof(*location));
730 struct btrfs_key *location)
735 u64 objectid = location->objectid;
737 if (location
638 btrfs_read_fs_root_no_cache(struct btrfs_fs_info *fs_info, struct btrfs_key *location) argument
729 btrfs_read_fs_root(struct btrfs_fs_info *fs_info, struct btrfs_key *location) argument
[all...]
H A Dconv-funcs.h128 DEFINE_CONV(btrfs_free_space_header, location, generation, num_entries,
143 DEFINE_CONV(btrfs_dir_item, location, transid, data_len, name_len)
/u-boot/drivers/mtd/nand/raw/
H A Domap_elm.h44 /* BCH error status & location register */
45 struct location { struct
70 struct location error_location[ELM_MAX_CHANNELS]; /* 0x800,0x900 ... */
/u-boot/arch/x86/cpu/broadwell/
H A Dnorthbridge.c40 uint enable, uint oc_pin, uint location)
45 pei_data->usb2_ports[port].location = location;
39 pei_data_usb2_port(struct pei_data *pei_data, int port, uint length, uint enable, uint oc_pin, uint location) argument
/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dpei_data.h52 uint8_t location; member in struct:usb2_port_setting
/u-boot/include/
H A Denv_internal.h133 enum env_location location; member in struct:env_driver
173 /* Declare a new environment location driver */
177 /* Declare the name of a location */
228 * arch_env_get_location()- Provide the best location for the U-Boot environment
230 * It is a weak function allowing board to overidde the environment location
242 * env_get_location()- Provide the best location for the U-Boot environment
244 * It is a weak function allowing board to overidde the environment location
/u-boot/test/py/
H A Dconftest.py617 ihook.pytest_runtest_logstart(nodeid=item.nodeid, location=item.location)
619 ihook.pytest_runtest_logfinish(nodeid=item.nodeid, location=item.location)
/u-boot/tools/binman/
H A Delf.py440 def DecodeElf(data, location):
445 location: Start address of data to return
482 if start < location:
483 offset = location - start
484 start = location
/u-boot/drivers/net/
H A Ddc2114x.c170 static int do_read_eeprom(struct dc2114x_priv *priv, u_long ioaddr, int location, argument
173 int read_cmd = location | (SROM_READ_CMD << addr_len);
180 debug_cond(SROM_DLEVEL >= 1, " EEPROM read at %d ", location);
217 location, retval);
/u-boot/scripts/kconfig/
H A Dmenu.c371 * and so isn't location-specific,
376 * is from some other location. It
708 struct menu *submenu[8], *menu, *location = NULL; local
717 if (location == NULL && accessible)
718 location = menu;
720 if (head && location) {
732 jump->target = location;
747 if (jump && menu == location)

Completed in 157 milliseconds

12