Home
last modified time | relevance | path

Searched defs:offset (Results 176 – 200 of 1531) sorted by relevance

12345678910>>...62

/openbmc/u-boot/arch/arm/mach-imx/
H A Dspl.c235 uint32_t offset; in jump_to_image_no_args() local
277 u32 offset = length - CONFIG_CSF_SIZE; in board_spl_fit_post_load() local
/openbmc/u-boot/fs/btrfs/
H A Dextent-io.c13 struct btrfs_file_extent_item *extent, u64 offset, in btrfs_read_extent_inline()
65 struct btrfs_file_extent_item *extent, u64 offset, in btrfs_read_extent_reg()
/openbmc/qemu/hw/misc/
H A Dmchp_pfsoc_sysreg.c36 static uint64_t mchp_pfsoc_sysreg_read(void *opaque, hwaddr offset, in mchp_pfsoc_sysreg_read()
56 static void mchp_pfsoc_sysreg_write(void *opaque, hwaddr offset, in mchp_pfsoc_sysreg_write()
H A Dimx8mp_analog.c86 static uint64_t imx8mp_analog_read(void *opaque, hwaddr offset, unsigned size) in imx8mp_analog_read()
93 static void imx8mp_analog_write(void *opaque, hwaddr offset, in imx8mp_analog_write()
H A Dexynos4210_clk.c36 uint32_t offset; member
65 static uint64_t exynos4210_clk_read(void *opaque, hwaddr offset, in exynos4210_clk_read()
83 static void exynos4210_clk_write(void *opaque, hwaddr offset, in exynos4210_clk_write()
H A Dimx6_ccm.c466 static uint64_t imx6_ccm_read(void *opaque, hwaddr offset, unsigned size) in imx6_ccm_read()
479 static void imx6_ccm_write(void *opaque, hwaddr offset, uint64_t value, in imx6_ccm_write()
494 static uint64_t imx6_analog_read(void *opaque, hwaddr offset, unsigned size) in imx6_analog_read()
586 static void imx6_analog_write(void *opaque, hwaddr offset, uint64_t value, in imx6_analog_write()
H A Darmsse-cpu-pwrctrl.c49 static uint64_t pwrctrl_read(void *opaque, hwaddr offset, unsigned size) in pwrctrl_read()
71 static void pwrctrl_write(void *opaque, hwaddr offset, in pwrctrl_write()
H A Darm11scu.c17 static uint64_t mpcore_scu_read(void *opaque, hwaddr offset, in mpcore_scu_read()
40 static void mpcore_scu_write(void *opaque, hwaddr offset, in mpcore_scu_write()
/openbmc/u-boot/drivers/gpio/
H A Dtegra_gpio.c135 static int tegra_gpio_direction_input(struct udevice *dev, unsigned offset) in tegra_gpio_direction_input()
149 static int tegra_gpio_direction_output(struct udevice *dev, unsigned offset, in tegra_gpio_direction_output()
168 static int tegra_gpio_get_value(struct udevice *dev, unsigned offset) in tegra_gpio_get_value()
186 static int tegra_gpio_set_value(struct udevice *dev, unsigned offset, int value) in tegra_gpio_set_value()
222 static int tegra_gpio_get_function(struct udevice *dev, unsigned offset) in tegra_gpio_get_function()
/openbmc/qemu/block/
H A Dqed.c199 qed_read_string(BdrvChild *file, uint64_t offset, in qed_read_string()
229 uint64_t offset = s->file_size; in qed_alloc_clusters() local
844 uint64_t offset; in bdrv_qed_co_block_status() local
912 uint64_t offset) in qed_copy_from_backing_file()
1036 qed_aio_write_l2_update(QEDAIOCB *acb, uint64_t offset) in qed_aio_write_l2_update()
1077 uint64_t offset = acb->cur_cluster + in qed_aio_write_main() local
1095 uint64_t start, len, offset; in qed_aio_write_cow() local
1235 qed_aio_write_inplace(QEDAIOCB *acb, uint64_t offset, size_t len) in qed_aio_write_inplace()
1278 qed_aio_write_data(void *opaque, int ret, uint64_t offset, size_t len) in qed_aio_write_data()
1311 qed_aio_read_data(void *opaque, int ret, uint64_t offset, size_t len) in qed_aio_read_data()
[all …]
H A Dqcow2-cache.c32 int64_t offset; member
81 size_t offset = QEMU_ALIGN_UP((uintptr_t) t, align) - (uintptr_t) t; in qcow2_cache_table_release() local
324 qcow2_cache_do_get(BlockDriverState *bs, Qcow2Cache *c, uint64_t offset, in qcow2_cache_do_get()
406 int qcow2_cache_get(BlockDriverState *bs, Qcow2Cache *c, uint64_t offset, in qcow2_cache_get()
412 int qcow2_cache_get_empty(BlockDriverState *bs, Qcow2Cache *c, uint64_t offset, in qcow2_cache_get_empty()
439 void *qcow2_cache_is_table_offset(Qcow2Cache *c, uint64_t offset) in qcow2_cache_is_table_offset()
H A Dqed-check.c44 static bool qed_set_used_clusters(QEDCheck *check, uint64_t offset, in qed_set_used_clusters()
76 uint64_t offset = table->offsets[i]; in qed_check_l2_table() local
123 uint64_t offset = table->offsets[i]; in qed_check_l1_table() local
/openbmc/u-boot/env/
H A Dsata.c33 unsigned long offset, void *buffer) in write_env()
79 unsigned long offset, void *buffer) in read_env()
H A Dnand.c124 static int writeenv(size_t offset, u_char *buf) in writeenv()
240 static int readenv(size_t offset, u_char *buf) in readenv()
245 static int readenv(size_t offset, u_char *buf) in readenv()
/openbmc/phosphor-mboxd/
H A Dmboxd_windows.c278 int write_from_window(struct mbox_context *context, uint32_t offset, in write_from_window()
364 uint32_t offset, uint32_t size, uint8_t val) in set_window_bytemap()
509 uint32_t offset, bool exact) in search_windows()
555 struct window_context **this_window, uint32_t offset, in create_map_window()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_cert.cpp26 int CertHandler::writeFromMemory(uint32_t offset, uint32_t length, in writeFromMemory()
54 int CertHandler::readIntoMemory(uint32_t offset, uint32_t length, in readIntoMemory()
73 int CertHandler::read(uint32_t offset, uint32_t& length, Response& response, in read()
94 int CertHandler::write(const char* buffer, uint32_t offset, uint32_t& length, in write()
/openbmc/u-boot/board/freescale/common/
H A Dpfuze.c14 unsigned char offset, i, switch_num; in pfuze_mode_init() local
97 unsigned char offset, i, switch_num; in pfuze_mode_init() local
/openbmc/qemu/tests/qtest/
H A Dast2700-gpio-test.c20 uint32_t offset = 0; in test_output_pins() local
48 uint32_t offset = 0; in test_input_pins() local
/openbmc/hiomapd/
H A Dprotocol.h50 uint16_t offset; member
58 uint16_t offset; member
66 uint16_t offset; member
70 uint16_t offset; member
79 uint16_t offset; member
86 uint16_t offset; member
/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/
H A Dconfig.json26 "offset": 1100 number
51 "offset": 1100 number
76 "offset": 1100 number
101 "offset": 1100 number
126 "offset": 1100 number
151 "offset": 1100 number
/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge2U/
H A Dconfig.json26 "offset": 100 number
51 "offset": 100 number
76 "offset": 100 number
101 "offset": 100 number
126 "offset": 100 number
151 "offset": 100 number
/openbmc/ipmitool/lib/
H A Dipmi_ekanalyzer.c785 int offset = START_DATA_OFFSET; in ipmi_ek_display_carrier_connectivity() local
1917 int offset = 0; in ipmi_ek_compare_link_descriptor() local
2468 long offset = 0; in ipmi_ek_display_fru_header_detail() local
2567 long offset = 0; in ipmi_ek_display_fru_header_detail() local
2597 ipmi_ek_display_chassis_info_area(FILE *input_file, long offset) in ipmi_ek_display_chassis_info_area()
2823 ipmi_ek_display_product_info_area(FILE *input_file, long offset) in ipmi_ek_display_product_info_area()
3050 int offset = START_DATA_OFFSET; in ipmi_ek_display_backplane_p2p_record() local
3125 int offset = START_DATA_OFFSET; in ipmi_ek_display_address_table_record() local
3165 int offset = START_DATA_OFFSET; in ipmi_ek_display_shelf_power_distribution_record() local
3218 int offset = START_DATA_OFFSET; in ipmi_ek_display_shelf_activation_record() local
[all …]
/openbmc/qemu/hw/intc/
H A Dxive.c274 hwaddr offset, uint64_t value, unsigned size) in xive_tm_set_hv_cppr()
280 hwaddr offset, unsigned size) in xive_tm_ack_hv_reg()
315 hwaddr offset, unsigned size) in xive_tm_pull_pool_ctx()
343 hwaddr offset, unsigned size) in xive_tm_pull_phys_ctx()
360 static void xive_tm_vt_push(XivePresenter *xptr, XiveTCTX *tctx, hwaddr offset, in xive_tm_vt_push()
367 hwaddr offset, unsigned size) in xive_tm_vt_poll()
427 static uint64_t xive_tm_mask(hwaddr offset, unsigned size, bool write) in xive_tm_mask()
444 static void xive_tm_raw_write(XiveTCTX *tctx, hwaddr offset, uint64_t value, in xive_tm_raw_write()
475 static uint64_t xive_tm_raw_read(XiveTCTX *tctx, hwaddr offset, unsigned size) in xive_tm_raw_read()
511 hwaddr offset, unsigned size) in xive_tm_ack_os_reg()
[all …]
/openbmc/u-boot/drivers/misc/
H A Dfs_loader.c34 u32 offset; member
114 size_t size, u32 offset) in _request_firmware_prepare()
204 void *buf, size_t size, u32 offset) in request_firmware_into_buf()
/openbmc/qemu/linux-user/
H A Dlinuxload.c183 bool imgsrc_read(void *dst, off_t offset, size_t len, in imgsrc_read()
210 void *imgsrc_read_alloc(off_t offset, size_t len, in imgsrc_read_alloc()
224 int flags, const ImageSource *src, abi_ulong offset) in imgsrc_mmap()

12345678910>>...62