Home
last modified time | relevance | path

Searched refs:start_offset (Results 1 – 9 of 9) sorted by relevance

/u-boot/drivers/usb/common/
A Dfsl-dt-fixup.c32 static int fdt_usb_get_node_type(void *blob, int start_offset, in fdt_usb_get_node_type() argument
40 (blob, start_offset, in fdt_usb_get_node_type()
53 const char *phy_type, int start_offset) in fdt_fixup_usb_mode_phy_type() argument
61 err = fdt_usb_get_node_type(blob, start_offset, in fdt_fixup_usb_mode_phy_type()
87 int start_offset) in fsl_fdt_fixup_usb_erratum() argument
93 err = fdt_usb_get_node_type(blob, start_offset, in fsl_fdt_fixup_usb_erratum()
/u-boot/drivers/video/exynos/
A Dexynos_dp_lowlevel.c560 unsigned int start_offset; in exynos_dp_write_bytes_to_dpcd() local
570 start_offset = 0; in exynos_dp_write_bytes_to_dpcd()
571 while (start_offset < count) { in exynos_dp_write_bytes_to_dpcd()
573 if ((count - start_offset) > 16) in exynos_dp_write_bytes_to_dpcd()
576 cur_data_count = count - start_offset; in exynos_dp_write_bytes_to_dpcd()
614 start_offset += cur_data_count; in exynos_dp_write_bytes_to_dpcd()
626 unsigned int start_offset; in exynos_dp_read_bytes_from_dpcd() local
636 start_offset = 0; in exynos_dp_read_bytes_from_dpcd()
637 while (start_offset < count) { in exynos_dp_read_bytes_from_dpcd()
639 if ((count - start_offset) > 16) in exynos_dp_read_bytes_from_dpcd()
[all …]
/u-boot/common/
A Davb_verify.c396 u64 start_offset, start_sector, sectors, residue; in mmc_byte_io() local
410 start_offset = calc_offset(part, offset); in mmc_byte_io()
412 start_sector = start_offset / part->info.blksz; in mmc_byte_io()
415 if (start_offset % part->info.blksz || in mmc_byte_io()
418 if (start_offset % part->info.blksz) { in mmc_byte_io()
420 (start_offset % part->info.blksz); in mmc_byte_io()
442 tmp_buf += (start_offset % part->info.blksz); in mmc_byte_io()
456 start_offset % part->info.blksz, in mmc_byte_io()
470 start_offset += residue; in mmc_byte_io()
495 start_offset += ret * part->info.blksz; in mmc_byte_io()
/u-boot/cmd/
A Dsf.c182 u32 start_offset = offset % flash->sector_size; in spi_flash_update_block() local
183 u32 read_offset = offset - start_offset; in spi_flash_update_block()
186 read_offset, start_offset, flash->sector_size, len); in spi_flash_update_block()
191 if (memcmp(cmp_buf + start_offset, buf, len) == 0) { in spi_flash_update_block()
193 start_offset, read_offset, len); in spi_flash_update_block()
202 memcpy(cmp_buf + start_offset, buf, len); in spi_flash_update_block()
/u-boot/drivers/misc/
A Di2c_eeprom.c23 u32 start_offset; /* valid start offset inside memory, by default 0 */ member
159 ret = i2c_eeprom_read(dev, data->start_offset, &test_byte, 1); in i2c_eeprom_std_probe()
220 .start_offset = 0x80,
/u-boot/drivers/spi/
A Dspi-aspeed-smc.c125 u32 start_offset = ((reg >> 16) & 0xff) << 23; in ast2400_spi_segment_start() local
127 if (start_offset == 0) in ast2400_spi_segment_start()
130 return (u32)plat->ahb_base + start_offset; in ast2400_spi_segment_start()
213 u32 start_offset = ((reg >> 16) & 0xff) << 23; in ast2500_spi_segment_start() local
215 if (start_offset == 0) in ast2500_spi_segment_start()
218 return (u32)plat->ahb_base + start_offset; in ast2500_spi_segment_start()
353 u32 start_offset = (reg << 16) & 0x0ff00000; in ast2600_spi_segment_start() local
355 if (start_offset == 0) in ast2600_spi_segment_start()
358 return (u32)plat->ahb_base + start_offset; in ast2600_spi_segment_start()
/u-boot/fs/btrfs/
A Dconv-funcs.h123 sector_size, type, generation, start_offset, dev_group)
A Dctree.h223 start_offset, 64);
/u-boot/fs/btrfs/kernel-shared/
A Dbtrfs_tree.h427 __le64 start_offset; member

Completed in 32 milliseconds