Home
last modified time | relevance | path

Searched defs:offset (Results 51 – 75 of 1525) sorted by relevance

12345678910>>...61

/openbmc/u-boot/arch/arm/mach-tegra/
H A Divc.c73 ulong offset) in tegra_ivc_invalidate_counter()
81 ulong offset) in tegra_ivc_flush_counter()
182 ulong offset; in tegra_ivc_check_read() local
211 ulong offset; in tegra_ivc_check_write() local
256 ulong offset; in tegra_ivc_read_advance() local
300 ulong offset; in tegra_ivc_write_advance() local
353 ulong offset; in tegra_ivc_channel_notified() local
474 ulong offset; in tegra_ivc_channel_reset() local
/openbmc/u-boot/drivers/core/
H A Dregmap.c93 int offset = ofnode_to_offset(node); in init_range() local
249 int regmap_raw_read_range(struct regmap *map, uint range_num, uint offset, in regmap_raw_read_range()
292 int regmap_raw_read(struct regmap *map, uint offset, void *valp, size_t val_len) in regmap_raw_read()
297 int regmap_read(struct regmap *map, uint offset, uint *valp) in regmap_read()
358 int regmap_raw_write_range(struct regmap *map, uint range_num, uint offset, in regmap_raw_write_range()
401 int regmap_raw_write(struct regmap *map, uint offset, const void *val, in regmap_raw_write()
407 int regmap_write(struct regmap *map, uint offset, uint val) in regmap_write()
412 int regmap_update_bits(struct regmap *map, uint offset, uint mask, uint val) in regmap_update_bits()
/openbmc/u-boot/drivers/pci/
H A Dpcie_intel_fpga.c53 #define TLP_CFG_DW2(bus, dev, fn, offset) \ argument
93 pci_dev_t bdf, int offset) in intel_fpga_pcie_hide_rc_bar()
196 int offset, u8 byte_en, u32 *value) in tlp_cfg_dword_read()
211 int offset, u8 byte_en, u32 value) in tlp_cfg_dword_write()
226 uint offset, void **paddress) in intel_fpga_rp_conf_addr()
236 uint offset, ulong *valuep, in intel_fpga_pcie_rp_rd_conf()
244 uint offset, ulong value, in intel_fpga_pcie_rp_wr_conf()
263 static u8 pcie_get_byte_en(uint offset, enum pci_size_t size) in pcie_get_byte_en()
276 pci_dev_t bdf, uint offset, in _pcie_intel_fpga_read_config()
302 pci_dev_t bdf, uint offset, in _pcie_intel_fpga_write_config()
[all …]
H A Dpcie_layerscape.c25 static unsigned int dbi_readl(struct ls_pcie *pcie, unsigned int offset) in dbi_readl()
31 unsigned int offset) in dbi_writel()
36 static unsigned int ctrl_readl(struct ls_pcie *pcie, unsigned int offset) in ctrl_readl()
45 unsigned int offset) in ctrl_writel()
147 unsigned long long offset = 0; in ls_pcie_setup_atu() local
247 uint offset, void **paddress) in ls_pcie_conf_address()
275 uint offset, ulong *valuep, in ls_pcie_read_config()
283 uint offset, ulong value, in ls_pcie_write_config()
H A Dpcie_ecam_generic.c39 uint offset, void **paddress) in pci_generic_ecam_conf_address()
67 uint offset, ulong *valuep, in pci_generic_ecam_read_config()
87 uint offset, ulong value, in pci_generic_ecam_write_config()
/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_hw.c59 u32 offset = 0, val, addr; in pe_mem_memcpy_to32() local
133 u32 offset = addr & 0x3; in pe_pmem_read() local
159 u32 offset = addr & 0x3; in pe_dmem_write() local
181 u32 offset = addr & 0x3; in pe_dmem_read() local
207 u32 offset = addr & 0x3; in class_bus_write() local
227 u32 offset = addr & 0x3; in class_bus_read() local
304 void pe_lmem_read(u32 *dst, u32 len, u32 offset) in pe_lmem_read()
324 void pe_lmem_write(u32 *src, u32 len, u32 offset) in pe_lmem_write()
349 u32 offset = be32_to_cpu(shdr->sh_offset); in pe_load_pmem_section() local
400 u32 offset = be32_to_cpu(shdr->sh_offset); in pe_load_dmem_section() local
[all …]
/openbmc/qemu/util/
H A Diov.c26 size_t offset, const void *buf, size_t bytes) in iov_from_buf_full()
44 size_t offset, void *buf, size_t bytes) in iov_to_buf_full()
62 size_t offset, int fillc, size_t bytes) in iov_memset()
144 size_t offset, size_t bytes, in iov_send_recv()
153 unsigned iov_cnt, size_t offset, in iov_send_recv_with_flags()
259 size_t offset, size_t bytes) in iov_copy()
374 static struct iovec *iov_skip_offset(struct iovec *iov, size_t offset, in iov_skip_offset()
394 size_t offset, size_t len, in qemu_iovec_slice()
415 int qemu_iovec_subvec_niov(QEMUIOVector *qiov, size_t offset, size_t len) in qemu_iovec_subvec_niov()
428 bool qemu_iovec_is_zero(QEMUIOVector *qiov, size_t offset, size_t bytes) in qemu_iovec_is_zero()
[all …]
/openbmc/u-boot/drivers/dfu/
H A Ddfu_ram.c17 u64 offset, void *buf, long *len) in dfu_transfer_medium_ram()
37 static int dfu_write_medium_ram(struct dfu_entity *dfu, u64 offset, in dfu_write_medium_ram()
50 static int dfu_read_medium_ram(struct dfu_entity *dfu, u64 offset, in dfu_read_medium_ram()
/openbmc/u-boot/test/dm/
H A Dled.c52 const int offset = 1; in dm_test_led_gpio() local
77 const int offset = 1; in dm_test_led_toggle() local
124 const int offset = 1; in dm_test_led_blink() local
/openbmc/qemu/hw/misc/
H A Dimx8mp_ccm.c28 #define CCM_INDEX(offset) (((offset) & ~(hwaddr)0xF) / sizeof(uint32_t)) argument
29 #define CCM_BITOP(offset) ((offset) & (hwaddr)0xF) argument
38 static uint64_t imx8mp_set_clr_tog_read(void *opaque, hwaddr offset, in imx8mp_set_clr_tog_read()
46 static void imx8mp_set_clr_tog_write(void *opaque, hwaddr offset, in imx8mp_set_clr_tog_write()
/openbmc/u-boot/drivers/gpio/
H A Ddb8500_gpio.c87 unsigned offset = get_gpio_offset(gpio); in gpio_set_mode() local
118 unsigned offset = get_gpio_offset(gpio); in db8500_gpio_set_pull() local
138 unsigned offset = get_gpio_offset(gpio); in db8500_gpio_make_input() local
146 unsigned offset = get_gpio_offset(gpio); in db8500_gpio_get_input() local
158 unsigned offset = get_gpio_offset(gpio); in db8500_gpio_make_output() local
167 unsigned offset = get_gpio_offset(gpio); in db8500_gpio_set_output() local
H A Dmt7621_gpio.c51 static int mediatek_gpio_get_value(struct udevice *dev, unsigned int offset) in mediatek_gpio_get_value()
59 static int mediatek_gpio_set_value(struct udevice *dev, unsigned int offset, in mediatek_gpio_set_value()
70 static int mediatek_gpio_direction_input(struct udevice *dev, unsigned int offset) in mediatek_gpio_direction_input()
80 static int mediatek_gpio_direction_output(struct udevice *dev, unsigned int offset, in mediatek_gpio_direction_output()
92 static int mediatek_gpio_get_function(struct udevice *dev, unsigned int offset) in mediatek_gpio_get_function()
H A Drk_gpio.c32 static int rockchip_gpio_direction_input(struct udevice *dev, unsigned offset) in rockchip_gpio_direction_input()
42 static int rockchip_gpio_direction_output(struct udevice *dev, unsigned offset, in rockchip_gpio_direction_output()
55 static int rockchip_gpio_get_value(struct udevice *dev, unsigned offset) in rockchip_gpio_get_value()
63 static int rockchip_gpio_set_value(struct udevice *dev, unsigned offset, in rockchip_gpio_set_value()
75 static int rockchip_gpio_get_function(struct udevice *dev, unsigned offset) in rockchip_gpio_get_function()
H A Dpca953x_gpio.c76 int offset) in pca953x_write_single()
93 int offset) in pca953x_read_single()
152 static int pca953x_is_output(struct udevice *dev, int offset) in pca953x_is_output()
163 static int pca953x_get_value(struct udevice *dev, uint offset) in pca953x_get_value()
177 static int pca953x_set_value(struct udevice *dev, uint offset, int value) in pca953x_set_value()
199 static int pca953x_set_direction(struct udevice *dev, uint offset, int dir) in pca953x_set_direction()
221 static int pca953x_direction_input(struct udevice *dev, uint offset) in pca953x_direction_input()
226 static int pca953x_direction_output(struct udevice *dev, uint offset, int value) in pca953x_direction_output()
237 static int pca953x_get_function(struct udevice *dev, uint offset) in pca953x_get_function()
H A Dpcf8575_gpio.c84 static int pcf8575_direction_input(struct udevice *dev, unsigned offset) in pcf8575_direction_input()
96 unsigned int offset, int value) in pcf8575_direction_output()
111 static int pcf8575_get_value(struct udevice *dev, unsigned int offset) in pcf8575_get_value()
120 static int pcf8575_set_value(struct udevice *dev, unsigned int offset, in pcf8575_set_value()
H A Dlpc32xx_gpio.c67 static int lpc32xx_gpio_direction_input(struct udevice *dev, unsigned offset) in lpc32xx_gpio_direction_input()
109 static int lpc32xx_gpio_get_value(struct udevice *dev, unsigned offset) in lpc32xx_gpio_get_value()
217 static int lpc32xx_gpio_set_value(struct udevice *dev, unsigned offset, in lpc32xx_gpio_set_value()
230 static int lpc32xx_gpio_direction_output(struct udevice *dev, unsigned offset, in lpc32xx_gpio_direction_output()
281 static int lpc32xx_gpio_get_function(struct udevice *dev, unsigned offset) in lpc32xx_gpio_get_function()
/openbmc/qemu/include/system/
H A Dram_addr.h83 static inline bool offset_in_ramblock(RAMBlock *b, ram_addr_t offset) in offset_in_ramblock()
88 static inline void *ramblock_ptr(RAMBlock *block, ram_addr_t offset) in ramblock_ptr()
165 unsigned long idx, offset, base; in cpu_physical_memory_get_dirty() local
205 unsigned long idx, offset, base; in cpu_physical_memory_all_dirty() local
277 unsigned long page, idx, offset; in cpu_physical_memory_set_dirty_flag() local
299 unsigned long idx, offset, base; in cpu_physical_memory_set_dirty_range() local
372 unsigned long offset; in cpu_physical_memory_set_dirty_lebitmap() local
504 unsigned long offset = BIT_WORD((word * BITS_PER_LONG) % in cpu_physical_memory_sync_dirty_bitmap() local
543 ram_addr_t offset = rb->offset; in cpu_physical_memory_sync_dirty_bitmap() local
/openbmc/hiomapd/vpnor/
H A Dpartition.hpp39 Request(struct backend* backend, size_t offset) : in Request()
96 size_t offset; member in openpower::virtual_pnor::Request
/openbmc/qemu/block/
H A Dfilter-compress.c68 compress_co_preadv_part(BlockDriverState *bs, int64_t offset, int64_t bytes, in compress_co_preadv_part()
78 compress_co_pwritev_part(BlockDriverState *bs, int64_t offset, int64_t bytes, in compress_co_pwritev_part()
88 compress_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in compress_co_pwrite_zeroes()
96 compress_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in compress_co_pdiscard()
/openbmc/phosphor-mboxd/vpnor/
H A Dmboxd_flash.cpp97 int set_flash_bytemap(struct mbox_context* context, uint32_t offset, in set_flash_bytemap()
104 int erase_flash(struct mbox_context* context, uint32_t offset, uint32_t count) in erase_flash()
120 int64_t copy_flash(struct mbox_context* context, uint32_t offset, void* mem, in copy_flash()
189 int write_flash(struct mbox_context* context, uint32_t offset, void* buf, in write_flash()
/openbmc/u-boot/drivers/pinctrl/meson/
H A Dpinctrl-meson.c56 static int meson_gpio_calc_reg_and_bit(struct udevice *dev, unsigned int offset, in meson_gpio_calc_reg_and_bit()
86 int meson_gpio_get(struct udevice *dev, unsigned int offset) in meson_gpio_get()
100 int meson_gpio_set(struct udevice *dev, unsigned int offset, int value) in meson_gpio_set()
116 int meson_gpio_get_direction(struct udevice *dev, unsigned int offset) in meson_gpio_get_direction()
132 int meson_gpio_direction_input(struct udevice *dev, unsigned int offset) in meson_gpio_direction_input()
149 unsigned int offset, int value) in meson_gpio_direction_output()
176 unsigned int offset = pin - priv->data->pin_base; in meson_pinconf_bias_set() local
250 static fdt_addr_t parse_address(int offset, const char *name, int na, int ns) in parse_address()
/openbmc/u-boot/env/
H A Dmmc.c69 const char *offset; in mmc_offset() member
103 s64 offset = CONFIG_ENV_OFFSET; in mmc_offset() local
115 s64 offset = mmc_offset(copy); in mmc_get_env_addr() local
186 unsigned long offset, const void *buffer) in write_env()
204 u32 offset; in env_mmc_save() local
248 unsigned long offset, const void *buffer) in read_env()
312 u32 offset; in env_mmc_load() local
/openbmc/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_sys.h127 static inline void qbman_cinh_write(struct qbman_swp_sys *s, uint32_t offset, in qbman_cinh_write()
137 static inline uint32_t qbman_cinh_read(struct qbman_swp_sys *s, uint32_t offset) in qbman_cinh_read()
149 uint32_t offset) in qbman_cena_write_start()
163 uint32_t offset, void *cmd) in qbman_cena_write_complete()
183 static inline void *qbman_cena_read(struct qbman_swp_sys *s, uint32_t offset) in qbman_cena_read()
208 uint32_t offset) in qbman_cena_invalidate_prefetch()
/openbmc/hiomapd/
H A Dbackend.h180 uint32_t offset, void *mem, uint32_t size) in backend_copy()
189 uint32_t offset, uint32_t count, in backend_set_bytemap()
200 static inline int backend_erase(struct backend *backend, uint32_t offset, in backend_erase()
210 static inline int backend_write(struct backend *backend, uint32_t offset, in backend_write()
219 uint32_t offset, uint32_t size, bool ro) in backend_validate()
238 static inline int backend_align_offset(struct backend *backend, uint32_t *offset, uint32_t window_s… in backend_align_offset()
/openbmc/qemu/tests/tcg/multiarch/system/
H A Dmemory.c115 static void reset_start_data(int offset) in reset_start_data()
134 static void init_test_data_u16(int offset) in init_test_data_u16()
154 static void init_test_data_u32(int offset) in init_test_data_u32()
177 static void init_test_data_u64(int offset) in init_test_data_u64()
203 static bool read_test_data_u16(int offset) in read_test_data_u16()
228 static bool read_test_data_u32(int offset) in read_test_data_u32()
270 static bool read_test_data_u64(int offset) in read_test_data_u64()
374 static bool read_test_data_s8(int offset, bool neg_first) in read_test_data_s8()
403 static bool read_test_data_s16(int offset, bool neg_first) in read_test_data_s16()
436 static bool read_test_data_s32(int offset, bool neg_first) in read_test_data_s32()

12345678910>>...61