Searched refs:offset_size (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/fs/ntfs3/ |
H A D | run.c | 827 int offset_size, size_size, tmp; in run_pack() local 864 offset_size = 0; in run_pack() 869 offset_size = run_packed_size(dlcn); in run_pack() 873 tmp = run_buf_size - packed_size - 2 - offset_size; in run_pack() 883 run_buf[0] = ((u8)(size_size | (offset_size << 4))); in run_pack() 891 run_pack_s64(run_buf, offset_size, dlcn); in run_pack() 892 run_buf += offset_size; in run_pack() 895 packed_size += 1 + offset_size + size_size; in run_pack() 949 u8 offset_size = *run_buf++ >> 4; in run_unpack() local 972 if (!offset_size) in run_unpack() [all …]
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | qsfp.c | 174 u8 slave_addr, int offset, int offset_size, in i2c_bus_write() argument 182 switch (offset_size) { in i2c_bus_write() 199 msgs[0].len = offset_size; in i2c_bus_write() 222 u8 slave_addr, int offset, int offset_size, in i2c_bus_read() argument 230 switch (offset_size) { in i2c_bus_read() 247 msgs[0].len = offset_size; in i2c_bus_read() 280 int offset_size; in __i2c_write() local 284 offset_size = (i2c_addr >> 8) & 0x3; in __i2c_write() 285 return i2c_bus_write(dd, bus, slave_addr, offset, offset_size, bp, len); in __i2c_write() 319 int offset_size; in __i2c_read() local [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 092 | 47 offset_size=24 80 poke_file "$TEST_IMG" "$offset_size" "\xee\xee\xee\xee\xee\xee\xee\xee" 82 poke_file "$TEST_IMG" "$offset_size" "\x7f\xff\xff\xff\xff\xff\xff\xff"
|
H A D | 029 | 49 offset_size=24 92 poke_file "$TEST_IMG" "$offset_size" "\x00\x00\x00\x00\x00\x00\x02\x00"
|
/openbmc/u-boot/drivers/core/ |
H A D | of_extra.c | 76 fdt_size_t size, offset_size; in ofnode_decode_memory_region() local 118 &offset_size)) { in ofnode_decode_memory_region() 125 *sizep = offset_size; in ofnode_decode_memory_region()
|
/openbmc/qemu/contrib/elf2dmp/ |
H A D | pdb.h | 146 uint32_t offset_size; member 160 uint32_t offset_size; member
|
H A D | pdb.c | 191 symbols->module_size + symbols->offset_size + in pdb_init_symbols()
|
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/ |
H A D | b43legacy.h | 378 __be16 offset_size; member
|
H A D | main.c | 1793 if (array_size < sizeof(iv->offset_size)) in b43legacy_write_initvals() 1795 array_size -= sizeof(iv->offset_size); in b43legacy_write_initvals() 1796 offset = be16_to_cpu(iv->offset_size); in b43legacy_write_initvals()
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | b43.h | 650 __be16 offset_size; member
|
H A D | main.c | 2767 if (array_size < sizeof(iv->offset_size)) in b43_write_initvals() 2769 array_size -= sizeof(iv->offset_size); in b43_write_initvals() 2770 offset = be16_to_cpu(iv->offset_size); in b43_write_initvals()
|