| /openbmc/pldm/oem/ibm/libpldmresponder/ |
| H A D | file_io_by_type.cpp | 34 int FileHandler::transferFileData(int32_t fd, bool upstream, uint32_t offset, in transferFileData() 75 uint32_t offset, uint32_t& length, in transferFileData() 187 int FileHandler::readFile(const std::string& filePath, uint32_t offset, in readFile()
|
| /openbmc/qemu/hw/i2c/ |
| H A D | imx_i2c.c | 30 static const char *imx_i2c_get_regname(unsigned offset) in imx_i2c_get_regname() 91 static uint64_t imx_i2c_read(void *opaque, hwaddr offset, in imx_i2c_read() 149 static void imx_i2c_write(void *opaque, hwaddr offset, in imx_i2c_write()
|
| H A D | aspeed_i2c.c | 93 static uint64_t aspeed_i2c_bus_old_read(AspeedI2CBus *bus, hwaddr offset, in aspeed_i2c_bus_old_read() 140 static uint64_t aspeed_i2c_bus_new_read(AspeedI2CBus *bus, hwaddr offset, in aspeed_i2c_bus_new_read() 195 static uint64_t aspeed_i2c_bus_read(void *opaque, hwaddr offset, in aspeed_i2c_bus_read() 564 static void aspeed_i2c_bus_new_write(AspeedI2CBus *bus, hwaddr offset, in aspeed_i2c_bus_new_write() 801 static void aspeed_i2c_bus_old_write(AspeedI2CBus *bus, hwaddr offset, in aspeed_i2c_bus_old_write() 907 static void aspeed_i2c_bus_write(void *opaque, hwaddr offset, in aspeed_i2c_bus_write() 918 static uint64_t aspeed_i2c_ctrl_read(void *opaque, hwaddr offset, in aspeed_i2c_ctrl_read() 944 static void aspeed_i2c_ctrl_write(void *opaque, hwaddr offset, in aspeed_i2c_ctrl_write() 981 static uint64_t aspeed_i2c_share_pool_read(void *opaque, hwaddr offset, in aspeed_i2c_share_pool_read() 995 static void aspeed_i2c_share_pool_write(void *opaque, hwaddr offset, in aspeed_i2c_share_pool_write() [all …]
|
| /openbmc/u-boot/cmd/ |
| H A D | sf.c | 169 static const char *spi_flash_update_block(struct spi_flash *flash, u32 offset, in spi_flash_update_block() 211 static int spi_flash_update(struct spi_flash *flash, u32 offset, in spi_flash_update() 268 loff_t offset, len, maxsize; in do_spi_flash_read_write() local 323 loff_t offset, len, maxsize; in do_spi_flash_erase() local 440 ulong offset, uint8_t *vbuf) in spi_flash_test() 502 unsigned long offset; in do_spi_flash_test() local 548 unsigned long offset; in do_spi_flash_ctrl_wlock() local
|
| /openbmc/qemu/hw/9pfs/ |
| H A D | 9p.c | 58 static ssize_t pdu_marshal(V9fsPDU *pdu, size_t offset, const char *fmt, ...) in pdu_marshal() 70 static ssize_t pdu_unmarshal(V9fsPDU *pdu, size_t offset, const char *fmt, ...) in pdu_unmarshal() 1425 size_t offset = 7; in v9fs_version() local 1483 size_t offset = 7; in v9fs_attach() local 1561 size_t offset = 7; in v9fs_stat() local 1611 size_t offset = 7; in v9fs_getattr() local 1691 size_t offset = 7; in v9fs_setattr() local 1787 size_t offset = 7; in v9fs_walk_marshal() local 1839 size_t offset = 7; in v9fs_walk() local 2043 size_t offset = 7; in v9fs_open() local [all …]
|
| /openbmc/u-boot/drivers/gpio/ |
| H A D | sh_pfc.c | 69 unsigned long offset, in gpio_read_bit() 442 static int sh_gpio_request(unsigned offset) in sh_gpio_request() 482 static void sh_gpio_free(unsigned offset) in sh_gpio_free() 537 static int sh_gpio_direction_input(unsigned offset) in sh_gpio_direction_input() 554 static int sh_gpio_direction_output(unsigned offset, int value) in sh_gpio_direction_output() 563 int bit = 0, offset = 0; in sh_gpio_get_value() local 575 static int sh_gpio_get(unsigned offset) in sh_gpio_get() 580 static void sh_gpio_set(unsigned offset, int value) in sh_gpio_set()
|
| H A D | mxs_gpio.c | 57 uint32_t offset = PINCTRL_DIN(bank); in gpio_get_value() local 67 uint32_t offset = PINCTRL_DOUT(bank); in gpio_set_value() local 80 uint32_t offset = PINCTRL_DOE(bank); in gpio_direction_input() local 92 uint32_t offset = PINCTRL_DOE(bank); in gpio_direction_output() local
|
| H A D | omap_gpio.c | 226 static int omap_gpio_direction_input(struct udevice *dev, unsigned offset) in omap_gpio_direction_input() 237 static int omap_gpio_direction_output(struct udevice *dev, unsigned offset, in omap_gpio_direction_output() 249 static int omap_gpio_get_value(struct udevice *dev, unsigned offset) in omap_gpio_get_value() 257 static int omap_gpio_set_value(struct udevice *dev, unsigned offset, in omap_gpio_set_value() 267 static int omap_gpio_get_function(struct udevice *dev, unsigned offset) in omap_gpio_get_function()
|
| /openbmc/qemu/block/ |
| H A D | qed.h | 112 uint64_t offset; /* offset=0 indicates an invalidate entry */ member 243 static inline uint64_t qed_start_of_cluster(BDRVQEDState *s, uint64_t offset) in qed_start_of_cluster() 248 static inline uint64_t qed_offset_into_cluster(BDRVQEDState *s, uint64_t offset) in qed_offset_into_cluster() 272 static inline bool qed_check_cluster_offset(BDRVQEDState *s, uint64_t offset) in qed_check_cluster_offset() 286 static inline bool qed_check_table_offset(BDRVQEDState *s, uint64_t offset) in qed_check_table_offset() 301 uint64_t offset) in qed_offset_is_cluster_aligned() 309 static inline bool qed_offset_is_unalloc_cluster(uint64_t offset) in qed_offset_is_unalloc_cluster() 317 static inline bool qed_offset_is_zero_cluster(uint64_t offset) in qed_offset_is_zero_cluster()
|
| H A D | qed-cluster.c | 34 uint64_t *offset) in qed_count_contiguous_clusters() 96 uint64_t offset = 0; in qed_find_cluster() local
|
| /openbmc/u-boot/drivers/pci/ |
| H A D | pcie_aspeed.c | 93 uint offset, ulong *valuep) in aspeed_pcie_cfg_read() 194 uint offset, ulong value, in aspeed_pcie_cfg_write() 302 uint offset, ulong *valuep, in pcie_aspeed_read_config() 340 uint offset, ulong value, in pcie_aspeed_write_config()
|
| /openbmc/qemu/stubs/ |
| H A D | replay-tools.c | 61 void replay_char_write_event_save(int res, int offset) in replay_char_write_event_save() 66 void replay_char_write_event_load(int *res, int *offset) in replay_char_write_event_load() 81 void replay_char_read_all_save_buf(uint8_t *buf, int offset) in replay_char_read_all_save_buf()
|
| /openbmc/qemu/hw/timer/ |
| H A D | aspeed_timer.c | 242 static uint64_t aspeed_timer_read_common(AspeedTimerCtrlState *s, hwaddr offset) in aspeed_timer_read_common() 434 static void aspeed_timer_write_common(AspeedTimerCtrlState *s, hwaddr offset, in aspeed_timer_write_common() 459 static uint64_t aspeed_timer_read(void *opaque, hwaddr offset, unsigned size) in aspeed_timer_read() 465 static void aspeed_timer_write(void *opaque, hwaddr offset, uint64_t value, in aspeed_timer_write() 481 static uint64_t aspeed_2400_timer_read(AspeedTimerCtrlState *s, hwaddr offset) in aspeed_2400_timer_read() 503 static void aspeed_2400_timer_write(AspeedTimerCtrlState *s, hwaddr offset, in aspeed_2400_timer_write() 523 static uint64_t aspeed_2500_timer_read(AspeedTimerCtrlState *s, hwaddr offset) in aspeed_2500_timer_read() 547 static void aspeed_2500_timer_write(AspeedTimerCtrlState *s, hwaddr offset, in aspeed_2500_timer_write() 577 static uint64_t aspeed_2600_timer_read(AspeedTimerCtrlState *s, hwaddr offset) in aspeed_2600_timer_read() 599 static void aspeed_2600_timer_write(AspeedTimerCtrlState *s, hwaddr offset, in aspeed_2600_timer_write() [all …]
|
| /openbmc/bios-bmc-smm-error-logger/src/ |
| H A D | pci_handler.cpp | 27 std::vector<uint8_t> PciDataHandler::read(const uint32_t offset, in read() 58 uint32_t PciDataHandler::write(const uint32_t offset, in write()
|
| /openbmc/u-boot/lib/libfdt/ |
| H A D | fdt_region.c | 53 int offset; in fdt_find_regions() local 159 static int fdt_add_region(struct fdt_region_state *info, int offset, int size) in fdt_add_region() 224 int node, node_end, offset; in fdt_add_alias_regions() local 340 int (*h_include)(void *priv, const void *fdt, int offset, in fdt_first_region() 437 int (*h_include)(void *priv, const void *fdt, int offset, in fdt_next_region() 474 int offset; in fdt_next_region() local
|
| /openbmc/qemu/ |
| H A D | qemu-io-cmds.c | 445 static void dump_buffer(const void *buffer, int64_t offset, int64_t len) in dump_buffer() 470 static void print_report(const char *op, struct timespec *t, int64_t offset, in print_report() 545 static int do_pread(BlockBackend *blk, char *buf, int64_t offset, in do_pread() 562 static int do_pwrite(BlockBackend *blk, char *buf, int64_t offset, in do_pwrite() 579 static int do_pwrite_zeroes(BlockBackend *blk, int64_t offset, in do_pwrite_zeroes() 593 static int do_write_compressed(BlockBackend *blk, char *buf, int64_t offset, in do_write_compressed() 610 static int do_load_vmstate(BlockBackend *blk, char *buf, int64_t offset, in do_load_vmstate() 624 static int do_save_vmstate(BlockBackend *blk, char *buf, int64_t offset, in do_save_vmstate() 645 int64_t offset, BdrvRequestFlags flags, int *total) in do_aio_readv() 659 int64_t offset, BdrvRequestFlags flags, int *total) in do_aio_writev() [all …]
|
| /openbmc/u-boot/arch/x86/lib/ |
| H A D | pinctrl_ich6.c | 31 static int ich6_pinctrl_set_value(uint16_t base, unsigned offset, int value) in ich6_pinctrl_set_value() 41 static int ich6_pinctrl_set_function(uint16_t base, unsigned offset, int func) in ich6_pinctrl_set_function() 51 static int ich6_pinctrl_set_direction(uint16_t base, unsigned offset, int dir) in ich6_pinctrl_set_direction()
|
| /openbmc/qemu/replay/ |
| H A D | replay-char.c | 96 void replay_char_write_event_save(int res, int offset) in replay_char_write_event_save() 106 void replay_char_write_event_load(int *res, int *offset) in replay_char_write_event_load() 150 void replay_char_read_all_save_buf(uint8_t *buf, int offset) in replay_char_read_all_save_buf()
|
| /openbmc/u-boot/drivers/power/pmic/ |
| H A D | pmic_hi6553.c | 15 uint8_t hi6553_readb(u32 offset) in hi6553_readb() 20 void hi6553_writeb(u32 offset, uint8_t value) in hi6553_writeb()
|
| /openbmc/phosphor-mboxd/vpnor/ |
| H A D | pnor_partition.hpp | 37 Request(struct mbox_context* ctx, size_t offset) : in Request() 135 size_t offset; member in openpower::virtual_pnor::Request
|
| /openbmc/u-boot/arch/x86/cpu/ |
| H A D | pci.c | 19 int pci_x86_read_config(struct udevice *bus, pci_dev_t bdf, uint offset, in pci_x86_read_config() 38 int pci_x86_write_config(struct udevice *bus, pci_dev_t bdf, uint offset, in pci_x86_write_config()
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | qed.py | 60 def raw_pread(self, offset, size): argument 64 def raw_pwrite(self, offset, data): argument 74 def read_table(self, offset): argument 84 def write_table(self, offset, table): argument
|
| /openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
| H A D | fdt.c | 31 int fdt_fixup_phy_connection(void *blob, int offset, phy_interface_t phyc) in fdt_fixup_phy_connection() 167 int offset, err; in fdt_fixup_gic() local 229 int err, offset, len; in _fdt_fixup_msi_node() local 308 int offset, len, err; in _fdt_fixup_pci_msi() local
|
| /openbmc/u-boot/drivers/dfu/ |
| H A D | dfu_mmc.c | 23 u64 offset, void *buf, long *len) in mmc_block_op() 170 u64 offset, void *buf, long *len) in dfu_write_medium_mmc() 230 static int mmc_file_unbuffer(struct dfu_entity *dfu, u64 offset, void *buf, in mmc_file_unbuffer() 251 int dfu_read_medium_mmc(struct dfu_entity *dfu, u64 offset, void *buf, in dfu_read_medium_mmc()
|
| /openbmc/u-boot/scripts/dtc/libfdt/ |
| H A D | fdt_sw.c | 75 int offset = fdt_size_dt_struct(fdt); in fdt_grab_space_() local 145 int offset; in fdt_add_reservemap_entry() local 206 int struct_top, offset; in fdt_find_add_string_() local 263 int offset, nextoffset; in fdt_finish() local
|