Home
last modified time | relevance | path

Searched defs:offset (Results 326 – 350 of 1525) sorted by relevance

1...<<11121314151617181920>>...61

/openbmc/libpldm/src/oem/ibm/
H A Dfile_io.c10 uint32_t *file_handle, uint32_t *offset, in decode_rw_file_memory_req()
64 uint32_t file_handle, uint32_t offset, in encode_rw_file_memory_req()
240 uint32_t *file_handle, uint32_t *offset, in decode_read_file_req()
264 uint32_t offset, uint32_t length, struct pldm_msg *msg) in encode_read_file_req()
353 uint32_t *file_handle, uint32_t *offset, in decode_write_file_req()
381 uint32_t offset, uint32_t length, in encode_write_file_req()
468 uint32_t *file_handle, uint32_t *offset, in decode_rw_file_by_type_memory_req()
523 uint32_t offset, uint32_t length, in encode_rw_file_by_type_memory_req()
673 uint32_t *file_handle, uint32_t *offset, in decode_rw_file_by_type_req()
731 uint32_t offset, uint32_t length, in encode_rw_file_by_type_req()
/openbmc/ipmitool/src/plugins/lanplus/
H A Dlanplus.c617 int offset, rv; in ipmi_lan_poll_single() local
898 read_open_session_response(struct ipmi_rs * rsp, int offset) in read_open_session_response()
965 int offset, in read_rakp2_message()
1046 int offset, in read_rakp4_message()
1110 int * offset, in read_session_data()
1145 int * offset, in read_session_data_v2x()
1212 int * offset, in read_session_data_v15()
1246 void read_ipmi_response(struct ipmi_rs * rsp, int * offset) in read_ipmi_response()
1278 void read_sol_packet(struct ipmi_rs * rsp, int * offset) in read_sol_packet()
/openbmc/qemu/tests/qtest/fuzz/
H A Dgeneric_fuzz.c296 uint32_t offset) { in get_io_address()
323 uint8_t index, uint16_t offset) in get_pio_address()
337 uint8_t index, uint32_t offset) in get_mmio_address()
348 uint16_t offset; in op_in() member
383 uint16_t offset; in op_out() member
420 uint32_t offset; in op_read() member
461 uint32_t offset; in op_write() member
503 uint8_t offset; in op_pci_read() member
532 uint8_t offset; in op_pci_write() member
/openbmc/phosphor-mboxd/vpnor/
H A Dmboxd_msg.cpp36 size_t offset = get_u16(&req->msg.args[0]); in vpnor_handle_write_window() local
/openbmc/gpioplus/src/gpioplus/utility/
H A Daspeed.hpp57 uint32_t offset = 0; in nameToOffset() local
/openbmc/qemu/include/block/
H A Dreqlist.h27 int64_t offset; member
/openbmc/u-boot/drivers/spi/
H A Dspi.c23 void *spi_do_alloc_slave(int offset, int size, unsigned int bus, in spi_do_alloc_slave()
/openbmc/ipmi-fru-parser/
H A Dstrgfnhandler.cpp20 ipmi::RspType<uint8_t> ipmiStorageWriteFruData(uint8_t fruId, uint16_t offset, in ipmiStorageWriteFruData()
/openbmc/u-boot/arch/microblaze/cpu/
H A Dinterrupts.c49 int offset = 1; in enable_one_interrupt() local
64 int offset = 1; in disable_one_interrupt() local
/openbmc/qemu/hw/ppc/
H A Dpnv_adu.c36 uint32_t offset = addr >> 3; in pnv_adu_xscom_read() local
97 uint32_t offset = addr >> 3; in pnv_adu_xscom_write() local
/openbmc/qemu/hw/intc/
H A Darm_gicv3_its_common.c68 static MemTxResult gicv3_its_trans_read(void *opaque, hwaddr offset, in gicv3_its_trans_read()
77 static MemTxResult gicv3_its_trans_write(void *opaque, hwaddr offset, in gicv3_its_trans_write()
/openbmc/u-boot/drivers/i2c/
H A Dfsl_i2c.c404 static int __i2c_read(const struct fsl_i2c_base *base, u8 chip_addr, u8 *offset, in __i2c_read()
452 u8 *offset, int olen, u8 *data, int dlen) in __i2c_write()
508 static int fsl_i2c_read(struct i2c_adapter *adap, u8 chip_addr, uint offset, in fsl_i2c_read()
517 static int fsl_i2c_write(struct i2c_adapter *adap, u8 chip_addr, uint offset, in fsl_i2c_write()
/openbmc/qemu/block/
H A Dcommit.c131 static int commit_iteration(CommitBlockJob *s, int64_t offset, in commit_iteration()
212 int64_t offset; in commit_run() local
271 bdrv_commit_top_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in bdrv_commit_top_preadv()
509 int64_t offset, length, backing_length; in bdrv_commit() local
H A Dblklogwrites.c335 blk_log_writes_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in blk_log_writes_co_preadv()
343 uint64_t offset; member
470 blk_log_writes_co_log(BlockDriverState *bs, uint64_t offset, uint64_t bytes, in blk_log_writes_co_log()
551 blk_log_writes_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in blk_log_writes_co_pwritev()
559 blk_log_writes_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, in blk_log_writes_co_pwrite_zeroes()
576 blk_log_writes_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in blk_log_writes_co_pdiscard()
/openbmc/qemu/tests/qtest/libqos/
H A Dpci.c366 uint8_t qpci_config_readb(QPCIDevice *dev, uint8_t offset) in qpci_config_readb()
371 uint16_t qpci_config_readw(QPCIDevice *dev, uint8_t offset) in qpci_config_readw()
376 uint32_t qpci_config_readl(QPCIDevice *dev, uint8_t offset) in qpci_config_readl()
382 void qpci_config_writeb(QPCIDevice *dev, uint8_t offset, uint8_t value) in qpci_config_writeb()
387 void qpci_config_writew(QPCIDevice *dev, uint8_t offset, uint16_t value) in qpci_config_writew()
392 void qpci_config_writel(QPCIDevice *dev, uint8_t offset, uint32_t value) in qpci_config_writel()
/openbmc/qemu/hw/ipack/
H A Dtpci200.c313 uint8_t offset; in tpci200_read_las1() local
374 uint8_t offset; in tpci200_write_las1() local
423 uint32_t offset; in tpci200_read_las2() local
453 uint32_t offset; in tpci200_write_las2() local
486 uint32_t offset = addr & 0x3fffff; in tpci200_read_las3() local
512 uint32_t offset = addr & 0x3fffff; in tpci200_write_las3() local
/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/
H A DevbA3_emmc_patch.json13 "offset": "0x1B80" string
/openbmc/u-boot/tools/libfdt/
H A Dfdt_rw.c10 int next_offset, offset; in fdt_remove_unused_strings() local
/openbmc/u-boot/board/armltd/vexpress/
H A Dvexpress_tc2.c41 int offset, tmp, len; in ft_board_setup() local
/openbmc/u-boot/drivers/w1-eeprom/
H A Dds24xxx.c18 static int ds24xxx_read_buf(struct udevice *dev, unsigned int offset, in ds24xxx_read_buf()
/openbmc/u-boot/board/freescale/common/
H A Dfman.c36 int offset; in fdt_set_phy_handle() local
/openbmc/qemu/hw/pci/
H A Dslotid_cap.c12 unsigned offset, in slotid_cap_init()
/openbmc/u-boot/arch/mips/include/asm/mach-generic/
H A Dioremap.h17 static inline void __iomem *plat_ioremap(phys_addr_t offset, unsigned long size, in plat_ioremap()
/openbmc/qemu/hw/hyperv/
H A Dhv-balloon-our_range_memslots.c124 uint64_t offset; in our_range_memslots_free_memslots() local
166 uint64_t offset; in hvb_our_range_memslots_ensure_mapped_additional() local
/openbmc/qemu/contrib/elf2dmp/
H A Dqemu_elf.c41 uint64_t offset = *offsetp; in advance_note_offset() local
65 uint64_t offset; in init_states() local

1...<<11121314151617181920>>...61