Home
last modified time | relevance | path

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

12345678910>>...61

/openbmc/u-boot/include/dt-bindings/pinctrl/
H A Domap.h59 #define OMAP_IOPAD_OFFSET(pa, offset) (((pa) & 0xffff) - (offset)) argument
75 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset)) argument
77 #define OMAP4_IOPAD(offset, val) OMAP_PADCONF_OFFSET((offset), 0x0040) (val) argument
78 #define OMAP5_IOPAD(offset, val) OMAP_PADCONF_OFFSET((offset), 0x0040) (val) argument
/openbmc/qemu/hw/misc/
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 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()
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 Diotkit-sysinfo.c61 static uint64_t iotkit_sysinfo_read(void *opaque, hwaddr offset, in iotkit_sysinfo_read()
114 static void iotkit_sysinfo_write(void *opaque, hwaddr offset, in iotkit_sysinfo_write()
/openbmc/qemu/block/
H A Dpreallocate.c278 preallocate_co_preadv_part(BlockDriverState *bs, int64_t offset, int64_t bytes, in preallocate_co_preadv_part()
287 preallocate_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in preallocate_co_pdiscard()
322 handle_write(BlockDriverState *bs, int64_t offset, int64_t bytes, in handle_write()
399 preallocate_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, in preallocate_co_pwrite_zeroes()
412 preallocate_co_pwritev_part(BlockDriverState *bs, int64_t offset, int64_t bytes, in preallocate_co_pwritev_part()
423 preallocate_co_truncate(BlockDriverState *bs, int64_t offset, in preallocate_co_truncate()
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 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/qemu/system/
H A Dram-block-attributes.c83 uint64_t offset, size; in ram_block_attributes_for_each_populated_section() local
124 uint64_t offset, size; in ram_block_attributes_for_each_discarded_section() local
260 ram_block_attributes_is_valid_range(RamBlockAttributes *attr, uint64_t offset, in ram_block_attributes_is_valid_range()
284 uint64_t offset, in ram_block_attributes_notify_discard()
301 uint64_t offset, uint64_t size) in ram_block_attributes_notify_populate()
322 uint64_t offset, uint64_t size, in ram_block_attributes_state_change()
/openbmc/qemu/hw/pci/
H A Dpcie.c218 int pcie_cap_init(PCIDevice *dev, uint8_t offset, in pcie_cap_init()
256 int pcie_cap_v1_init(PCIDevice *dev, uint8_t offset, uint8_t type, in pcie_cap_v1_init()
279 pcie_endpoint_cap_common_init(PCIDevice *dev, uint8_t offset, uint8_t cap_size) in pcie_endpoint_cap_common_init()
308 int pcie_endpoint_cap_init(PCIDevice *dev, uint8_t offset) in pcie_endpoint_cap_init()
313 int pcie_endpoint_cap_v1_init(PCIDevice *dev, uint8_t offset) in pcie_endpoint_cap_v1_init()
1060 uint16_t offset, uint16_t size) in pcie_add_capability()
1143 void pcie_ari_init(PCIDevice *dev, uint16_t offset) in pcie_ari_init()
1152 void pcie_dev_ser_num_init(PCIDevice *dev, uint16_t offset, uint64_t ser_num) in pcie_dev_ser_num_init()
1162 void pcie_ats_init(PCIDevice *dev, uint16_t offset, bool aligned) in pcie_ats_init()
1181 void pcie_acs_init(PCIDevice *dev, uint16_t offset) in pcie_acs_init()
[all …]
/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/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/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/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/drivers/misc/
H A Dmisc-uclass.c17 int misc_read(struct udevice *dev, int offset, void *buf, int size) in misc_read()
27 int misc_write(struct udevice *dev, int offset, void *buf, int size) in misc_write()
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/include/standard-headers/linux/
H A Dudmabuf.h12 uint64_t offset; member
19 uint64_t offset; member
/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()
/openbmc/sdbusplus/include/sdbusplus/
H A Dvtable.hpp143 sd_bus_message_handler_t handler, size_t offset, in method_o()
172 sd_bus_property_get_t get, size_t offset, in property_o()
180 sd_bus_property_set_t set, size_t offset, decltype(vtable_t::flags) flags) in property_o()
/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

12345678910>>...61