Home
last modified time | relevance | path

Searched defs:offset (Results 201 – 225 of 1525) sorted by relevance

12345678910>>...61

/openbmc/qemu/block/
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 Dnull.c120 int64_t offset, int64_t bytes, in null_co_preadv()
134 int64_t offset, int64_t bytes, in null_co_pwritev()
193 int64_t offset, int64_t bytes, in null_aio_preadv()
208 int64_t offset, int64_t bytes, in null_aio_pwritev()
231 int64_t offset, int64_t bytes, in null_co_block_status()
/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/u-boot/arch/arm/include/asm/arch-omap5/
H A Dsys_proto.h25 u16 offset; member
31 u32 offset; member
/openbmc/u-boot/include/linux/
H A Dio.h59 static inline void __iomem *ioremap(resource_size_t offset, in ioremap()
69 #define devm_ioremap(dev, offset, size) ioremap(offset, size) argument
/openbmc/qemu/hw/pci-host/
H A Dfsl_imx8m_phy.c18 static uint64_t fsl_imx8m_pcie_phy_read(void *opaque, hwaddr offset, in fsl_imx8m_pcie_phy_read()
30 static void fsl_imx8m_pcie_phy_write(void *opaque, hwaddr offset, in fsl_imx8m_pcie_phy_write()
H A Dpnv_phb3_pbcq.c31 uint32_t offset = addr >> 3; in pnv_pbcq_nest_xscom_read() local
40 uint32_t offset = addr >> 3; in pnv_pbcq_pci_xscom_read() local
49 uint32_t offset = addr >> 3; in pnv_pbcq_spci_xscom_read() local
305 int offset; in pnv_pbcq_dt_xscom() local
/openbmc/qemu/hw/misc/
H A Daspeed_peci.c45 static uint64_t aspeed_peci_read(void *opaque, hwaddr offset, unsigned size) in aspeed_peci_read()
62 static void aspeed_peci_write(void *opaque, hwaddr offset, uint64_t data, in aspeed_peci_write()
H A Dbcm2835_rng.c37 static uint64_t bcm2835_rng_read(void *opaque, hwaddr offset, in bcm2835_rng_read()
67 static void bcm2835_rng_write(void *opaque, hwaddr offset, in bcm2835_rng_write()
H A Davr_power.c43 static uint64_t avr_mask_read(void *opaque, hwaddr offset, unsigned size) in avr_mask_read()
54 static void avr_mask_write(void *opaque, hwaddr offset, in avr_mask_write()
H A Da9scu.c21 static uint64_t a9_scu_read(void *opaque, hwaddr offset, in a9_scu_read()
48 static void a9_scu_write(void *opaque, hwaddr offset, in a9_scu_write()
H A Darmsse-mhu.c64 static uint64_t armsse_mhu_read(void *opaque, hwaddr offset, unsigned size) in armsse_mhu_read()
102 static void armsse_mhu_write(void *opaque, hwaddr offset, in armsse_mhu_write()
H A Dsbsa_ec.c31 static uint64_t sbsa_ec_read(void *opaque, hwaddr offset, unsigned size) in sbsa_ec_read()
38 static void sbsa_ec_write(void *opaque, hwaddr offset, in sbsa_ec_write()
/openbmc/u-boot/drivers/clk/altera/
H A Dclk-arria10.c192 int i, ret, offset = dev_of_offset(dev); in socfpga_a10_handoff_workaround() local
228 int offset = dev_of_offset(dev); in socfpga_a10_clk_bind() local
274 int offset = dev_of_offset(dev); in socfpga_a10_clk_probe() local
307 int ret, offset = dev_of_offset(dev); in socfpga_a10_ofdata_to_platdata() local
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_pel.cpp93 int PelHandler::readIntoMemory(uint32_t offset, uint32_t length, in readIntoMemory()
126 int PelHandler::read(uint32_t offset, uint32_t& length, Response& response, in read()
198 int PelHandler::writeFromMemory(uint32_t offset, uint32_t length, in writeFromMemory()
347 int PelHandler::write(const char* buffer, uint32_t offset, uint32_t& length, in write()
H A Dfile_io_type_lid.hpp97 virtual int writeFromMemory(uint32_t offset, uint32_t length, in writeFromMemory()
170 virtual int readIntoMemory(uint32_t offset, uint32_t length, in readIntoMemory()
181 virtual int write(const char* buffer, uint32_t offset, uint32_t& length, in write()
285 virtual int read(uint32_t offset, uint32_t& length, Response& response, in read()
/openbmc/qemu/migration/
H A Dmultifd-nocomp.c274 uint64_t offset = be64_to_cpu(packet->offset[i]); in multifd_ram_unfill_packet() local
286 uint64_t offset = be64_to_cpu(packet->offset[p->normal_num + i]); in multifd_ram_unfill_packet() local
310 static inline void multifd_enqueue(MultiFDPages_t *pages, ram_addr_t offset) in multifd_enqueue()
316 bool multifd_queue_page(RAMBlock *block, ram_addr_t offset) in multifd_queue_page()
/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/gpio/
H A Datmel_pio4.c192 static int atmel_pio4_direction_input(struct udevice *dev, unsigned offset) in atmel_pio4_direction_input()
208 unsigned offset, int value) in atmel_pio4_direction_output()
228 static int atmel_pio4_get_value(struct udevice *dev, unsigned offset) in atmel_pio4_get_value()
239 unsigned offset, int value) in atmel_pio4_set_value()
254 static int atmel_pio4_get_function(struct udevice *dev, unsigned offset) in atmel_pio4_get_function()
H A Dsunxi_gpio.c159 static int sunxi_gpio_direction_input(struct udevice *dev, unsigned offset) in sunxi_gpio_direction_input()
168 static int sunxi_gpio_direction_output(struct udevice *dev, unsigned offset, in sunxi_gpio_direction_output()
180 static int sunxi_gpio_get_value(struct udevice *dev, unsigned offset) in sunxi_gpio_get_value()
192 static int sunxi_gpio_set_value(struct udevice *dev, unsigned offset, in sunxi_gpio_set_value()
202 static int sunxi_gpio_get_function(struct udevice *dev, unsigned offset) in sunxi_gpio_get_function()
/openbmc/qemu/tests/qtest/
H A Dstm32l4x5_rcc-test.c39 static void rcc_writel(unsigned int offset, uint32_t value) in rcc_writel()
44 static uint32_t rcc_readl(unsigned int offset) in rcc_readl()
/openbmc/u-boot/drivers/reset/
H A Dreset-socfpga.c36 int offset = id % (reg_width * BITS_PER_BYTE); in socfpga_reset_assert() local
48 int offset = id % (reg_width * BITS_PER_BYTE); in socfpga_reset_deassert() local
/openbmc/u-boot/cmd/
H A Diotrace.c12 ulong start, size, needed_size, offset, count; in do_print_stats() local
30 ulong start, size, needed_size, offset, count; in do_print_trace() local
/openbmc/qemu/hw/usb/
H A Dimx-usb-phy.c50 static uint64_t imx_usbphy_read(void *opaque, hwaddr offset, unsigned size) in imx_usbphy_read()
108 static void imx_usbphy_write(void *opaque, hwaddr offset, uint64_t value, in imx_usbphy_write()

12345678910>>...61