Searched refs:data_off (Results 1 – 9 of 9) sorted by relevance
| /openbmc/u-boot/fs/btrfs/ |
| H A D | extent-io.c | 19 const int data_off = offsetof(struct btrfs_file_extent_item, in btrfs_read_extent_inline() local 22 clen = btrfs_path_item_size(path) - data_off; in btrfs_read_extent_inline() 23 cbuf = (const char *) extent + data_off; in btrfs_read_extent_inline()
|
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | sunxi_nand.c | 806 u8 *data, int data_off, in sunxi_nfc_hw_ecc_read_chunk() argument 819 if (*cur_off != data_off) in sunxi_nfc_hw_ecc_read_chunk() 820 nand->cmdfunc(mtd, NAND_CMD_RNDOUT, data_off, -1); in sunxi_nfc_hw_ecc_read_chunk() 824 if (data_off + ecc->size != oob_off) in sunxi_nfc_hw_ecc_read_chunk() 868 nand->cmdfunc(mtd, NAND_CMD_RNDOUT, data_off, -1); in sunxi_nfc_hw_ecc_read_chunk() 934 const u8 *data, int data_off, in sunxi_nfc_hw_ecc_write_chunk() argument 944 if (data_off != *cur_off) in sunxi_nfc_hw_ecc_write_chunk() 945 nand->cmdfunc(mtd, NAND_CMD_RNDIN, data_off, -1); in sunxi_nfc_hw_ecc_write_chunk() 962 if (data_off + ecc->size != oob_off) in sunxi_nfc_hw_ecc_write_chunk() 1017 int data_off = i * ecc->size; in sunxi_nfc_hw_ecc_read_page() local [all …]
|
| H A D | sunxi_nand_spl.c | 274 int data_off = i * conf->ecc_size; in nand_read_page() local 276 u8 *data = dest + data_off; in nand_read_page() 287 nand_change_column(data_off); in nand_read_page() 320 if (data_off + conf->ecc_size >= len) in nand_read_page()
|
| /openbmc/qemu/block/ |
| H A D | parallels.c | 615 * Returns true if data_off is correct, otherwise false. In both cases 622 uint32_t data_off, min_off; in parallels_test_data_off() local 628 * In such images data_off field can be zero. In this case the offset is in parallels_test_data_off() 643 data_off = le32_to_cpu(s->header->data_off); in parallels_test_data_off() 644 if (data_off == 0 && old_magic) { in parallels_test_data_off() 648 if (data_off < min_off || data_off > file_nb_sectors) { in parallels_test_data_off() 653 *correct_offset = data_off; in parallels_test_data_off() 665 uint32_t data_off; in parallels_check_data_off() local [all...] |
| H A D | parallels.h | 50 uint32_t data_off; member
|
| /openbmc/u-boot/cmd/ |
| H A D | mtd.c | 78 u64 data_off = page * mtd->writesize; in mtd_dump_device_buf() local 81 mtd->writesize, start_off + data_off); in mtd_dump_device_buf() 82 mtd_dump_buf(&buf[data_off], in mtd_dump_device_buf() 83 mtd->writesize, start_off + data_off); in mtd_dump_device_buf() 89 mtd->oobsize, start_off + data_off); in mtd_dump_device_buf()
|
| /openbmc/qemu/docs/interop/ |
| H A D | parallels.rst | 82 48 - 51: data_off 87 - If data_off is zero, the offset is calculated as the end of BAT 89 - If data_off is non-zero, the offset should be aligned to sector 94 data_off must be non-zero and aligned to cluster size. 127 - the value must not be lower than data offset (provided by ``header.data_off`` 137 The data area is an area from the data offset (provided by ``header.data_off``
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | parallels-checks.out | 109 == spoil data_off field == 111 Repairing data_off field has incorrect value 119 == spoil data_off field == 121 Repairing data_off field has incorrect value
|
| /openbmc/qemu/hw/usb/ |
| H A D | dev-uas.c | 150 uint32_t data_off; 507 req->data_off += length; in usb_uas_copy_data() 151 uint32_t data_off; global() member
|