Home
last modified time | relevance | path

Searched defs:offset (Results 826 – 850 of 1531) sorted by relevance

1...<<31323334353637383940>>...62

/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dfile_handler_unittest.cpp59 std::uint32_t offset = 0; in TEST_F() local
/openbmc/u-boot/include/
H A Davb_verify.h63 static inline uint64_t calc_offset(struct mmc_part *part, int64_t offset) in calc_offset()
/openbmc/u-boot/drivers/misc/
H A Di2c_eeprom_emul.c51 uint offset = 0; in sandbox_i2c_eeprom_xfer() local
/openbmc/phosphor-buttons/src/
H A Dgpio.cpp124 auto offset = gpioplus::utility::aspeed::nameToOffset(gpioPin); in getGpioNum() local
/openbmc/u-boot/arch/mips/include/asm/
H A Dptrace.h76 unsigned int offset) in regs_get_register()
/openbmc/dbus-sensors/src/psu/
H A DPSUSensor.cpp53 double offset, const std::string& label, size_t tSize, double pollRate, in PSUSensor()
/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c840 uint32_t offset) in get_capability_version()
850 uint32_t offset) in get_device_type()
1067 #define xen_pt_msi_check_type(offset, flags, what) \ argument
1174 uint32_t offset = reg->offset; in xen_pt_msgdata_reg_init() local
1297 uint32_t offset = reg->offset; in xen_pt_msgdata_reg_write() local
1930 unsigned int offset; in xen_pt_config_reg_init() local
/openbmc/qemu/dump/
H A Ddump.c218 int phdr_index, hwaddr offset, in write_elf64_load()
242 int phdr_index, hwaddr offset, in write_elf32_load()
562 hwaddr offset = s->memory_offset; in get_offset_range() local
622 hwaddr offset, filesz; in write_elf_phdr_loads() local
868 static int write_buffer(DumpState *s, off_t offset, const void *buf, size_t size) in write_buffer()
1405 off_t offset) in prepare_data_cache()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_host.c195 u32 offset = 0; in musb_start_urb() local
618 struct urb *urb, u32 offset, u32 length) in musb_tx_dma_program()
684 u8 *buf, u32 offset, u32 len) in musb_ep_program()
1108 size_t offset = 0; in musb_host_tx() local
H A Dmusb_core.c121 static int musb_ulpi_read(struct usb_phy *phy, u32 offset) in musb_ulpi_read()
165 static int musb_ulpi_write(struct usb_phy *phy, u32 offset, u32 data) in musb_ulpi_write()
1184 const struct musb_fifo_cfg *cfg, u16 offset) in fifo_setup()
1261 int offset; in ep_config_from_table() local
/openbmc/u-boot/cmd/
H A Dmtdparts.c333 u64 offset, size; in part_validate_eraseblock() local
605 u64 offset; in part_parse() local
852 u64 offset; in device_parse() local
1091 u64 size, offset; in generate_mtdparts() local
/openbmc/qemu/block/
H A Dssh.c884 static int ssh_grow_file(BDRVSSHState *s, int64_t offset, Error **errp) in ssh_grow_file()
1061 int64_t offset, size_t size, in ssh_read()
1137 int64_t offset, size_t size, in ssh_write()
1271 static int coroutine_fn ssh_co_truncate(BlockDriverState *bs, int64_t offset, in ssh_co_truncate()
/openbmc/qemu/
H A Dqemu-img.c1307 static int check_empty_sectors(BlockBackend *blk, int64_t offset, in check_empty_sectors()
1351 int64_t offset = 0; in img_compare() local
1734 uint64_t offset = (sector_num - src_cur_offset) * BDRV_SECTOR_SIZE; in convert_iteration_sectors() local
1829 uint64_t offset; in convert_co_read() local
1945 int64_t offset; in convert_co_copy_range() local
3226 static int get_block_status(BlockDriverState *bs, int64_t offset, in get_block_status()
3428 int64_t offset = curr.start + curr.length; in img_map() local
3954 uint64_t offset; in img_rebase() local
4385 int64_t offset, int64_t total_work_size, in amend_status_cb()
4630 uint64_t offset; member
[all …]
/openbmc/u-boot/fs/ext4/
H A Dext4_journal.c208 int offset; in print_revoke_blks() local
295 int offset; in check_blknr_for_revoke() local
/openbmc/qemu/tests/qemu-iotests/
H A Dqcow2_format.py101 def __init__(self, fd=None, offset=None, data=None): argument
253 def __init__(self, fd, offset, nb_entries, cluster_size): argument
/openbmc/u-boot/arch/arm/mach-stm32mp/
H A Dbsec.c325 static int stm32mp_bsec_read(struct udevice *dev, int offset, in stm32mp_bsec_read()
360 static int stm32mp_bsec_write(struct udevice *dev, int offset, in stm32mp_bsec_write()
/openbmc/u-boot/drivers/video/
H A Dfsl_diu_fb.c185 unsigned int offset; /* Alignment offset */ member
195 u32 offset, ssize; in allocate_buf() local
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_sel.h66 uint8_t offset; member
142 uint8_t offset; member
/openbmc/u-boot/arch/x86/include/asm/arch-quark/
H A Dquark.h208 static inline void qrk_pci_read_config_dword(pci_dev_t dev, int offset, in qrk_pci_read_config_dword()
224 static inline void qrk_pci_write_config_dword(pci_dev_t dev, int offset, in qrk_pci_write_config_dword()
/openbmc/u-boot/net/
H A Dtftp.c145 ulong offset = block * tftp_block_size + tftp_block_wrap_offset; in store_block() local
214 ulong offset = ((int)block - 1) * len + tftp_block_wrap_offset; in load_block() local
/openbmc/qemu/hw/intc/
H A Dsh_intc.c198 static uint64_t sh_intc_read(void *opaque, hwaddr offset, unsigned size) in sh_intc_read()
213 static void sh_intc_write(void *opaque, hwaddr offset, in sh_intc_write()
H A Dbcm2836_control.c244 static uint64_t bcm2836_control_read(void *opaque, hwaddr offset, unsigned size) in bcm2836_control_read()
275 static void bcm2836_control_write(void *opaque, hwaddr offset, in bcm2836_control_write()
/openbmc/openpower-hw-diags/util/
H A Dpldm.cpp372 for (auto offset = 0; offset < stateSensorPDR->composite_sensor_count; in fetchSensorInfo() local
450 for (auto offset = 0; offset < stateEffecterPDR->composite_effecter_count; in fetchEffecterInfo() local
/openbmc/qemu/hw/watchdog/
H A Dwdt_aspeed.c73 static uint64_t aspeed_wdt_read(void *opaque, hwaddr offset, unsigned size) in aspeed_wdt_read()
156 static void aspeed_wdt_write(void *opaque, hwaddr offset, uint64_t data, in aspeed_wdt_write()
/openbmc/qemu/hw/net/
H A Dnpcm_gmac.c698 static uint64_t npcm_gmac_read(void *opaque, hwaddr offset, unsigned size) in npcm_gmac_read()
720 static void npcm_gmac_write(void *opaque, hwaddr offset, in npcm_gmac_write()

1...<<31323334353637383940>>...62