/openbmc/linux/crypto/async_tx/ |
H A D | async_xor.c | 100 do_sync_xor_offs(struct page *dest, unsigned int offset, in do_sync_xor_offs() 141 dma_xor_aligned_offsets(struct dma_device *device, unsigned int offset, in dma_xor_aligned_offsets() 182 async_xor_offs(struct page *dest, unsigned int offset, in async_xor_offs() 273 async_xor(struct page *dest, struct page **src_list, unsigned int offset, in async_xor() 281 static int page_is_zero(struct page *p, unsigned int offset, size_t len) in page_is_zero() 315 async_xor_val_offs(struct page *dest, unsigned int offset, in async_xor_val_offs() 409 async_xor_val(struct page *dest, struct page **src_list, unsigned int offset, in async_xor_val()
|
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/ |
H A D | wlan_cfg.c | 61 static int wilc_wlan_cfg_set_byte(u8 *frame, u32 offset, u16 id, u8 val8) in wilc_wlan_cfg_set_byte() 72 static int wilc_wlan_cfg_set_hword(u8 *frame, u32 offset, u16 id, u16 val16) in wilc_wlan_cfg_set_hword() 84 static int wilc_wlan_cfg_set_word(u8 *frame, u32 offset, u16 id, u32 val32) in wilc_wlan_cfg_set_word() 96 static int wilc_wlan_cfg_set_str(u8 *frame, u32 offset, u16 id, u8 *str, in wilc_wlan_cfg_set_str() 110 static int wilc_wlan_cfg_set_bin(u8 *frame, u32 offset, u16 id, u8 *b, u32 size) in wilc_wlan_cfg_set_bin() 224 int wilc_wlan_cfg_set_wid(u8 *frame, u32 offset, u16 id, u8 *buf, int size) in wilc_wlan_cfg_set_wid() 259 int wilc_wlan_cfg_get_wid(u8 *frame, u32 offset, u16 id) in wilc_wlan_cfg_get_wid()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | spram.c | 43 static void ispram_store_tag(unsigned int offset, unsigned int data) in ispram_store_tag() 62 static unsigned int ispram_load_tag(unsigned int offset) in ispram_load_tag() 80 static void dspram_store_tag(unsigned int offset, unsigned int data) in dspram_store_tag() 96 static unsigned int dspram_load_tag(unsigned int offset) in dspram_load_tag() 120 unsigned int offset = 0; in probe_spram() local
|
/openbmc/u-boot/drivers/gpio/ |
H A D | 74x164_gpio.c | 62 static int gen_74x164_get_value(struct udevice *dev, unsigned offset) in gen_74x164_get_value() 71 static int gen_74x164_set_value(struct udevice *dev, unsigned offset, in gen_74x164_set_value() 91 static int gen_74x164_direction_input(struct udevice *dev, unsigned offset) in gen_74x164_direction_input() 96 static int gen_74x164_direction_output(struct udevice *dev, unsigned offset, in gen_74x164_direction_output() 102 static int gen_74x164_get_function(struct udevice *dev, unsigned offset) in gen_74x164_get_function()
|
H A D | pca953x_gpio.c | 76 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()
|
/openbmc/qemu/block/ |
H A D | snapshot-access.c | 31 int64_t offset, int64_t bytes, in snapshot_access_co_preadv_part() 44 bool want_zero, int64_t offset, in snapshot_access_co_block_status() 53 snapshot_access_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in snapshot_access_co_pdiscard() 60 int64_t offset, int64_t bytes, in snapshot_access_co_pwrite_zeroes() 68 int64_t offset, int64_t bytes, in snapshot_access_co_pwritev_part()
|
H A D | io.c | 608 int64_t offset, in tracked_request_begin() 811 int bdrv_check_qiov_request(int64_t offset, int64_t bytes, in bdrv_check_qiov_request() 903 int64_t target_size, bytes, offset = 0; in bdrv_make_zero() local 1472 int64_t offset, int64_t bytes, in bdrv_init_padding() 1706 int64_t *offset, int64_t *bytes, in bdrv_pad_request() 1764 int64_t offset, int64_t bytes, QEMUIOVector *qiov, in bdrv_co_preadv() 1772 int64_t offset, int64_t bytes, in bdrv_co_preadv_part() 2217 int64_t offset, int64_t bytes, QEMUIOVector *qiov, in bdrv_co_pwritev() 2387 int64_t offset, int64_t bytes, in bdrv_co_do_block_status() 2627 int64_t offset, in bdrv_co_common_block_status_above() [all …]
|
H A D | dirty-bitmap.c | 483 bool bdrv_dirty_bitmap_get(BdrvDirtyBitmap *bitmap, int64_t offset) in bdrv_dirty_bitmap_get() 544 int64_t offset, int64_t bytes) in bdrv_set_dirty_bitmap_locked() 551 int64_t offset, int64_t bytes) in bdrv_set_dirty_bitmap() 560 int64_t offset, int64_t bytes) in bdrv_reset_dirty_bitmap_locked() 567 int64_t offset, int64_t bytes) in bdrv_reset_dirty_bitmap() 624 uint8_t *buf, uint64_t offset, in bdrv_dirty_bitmap_serialize_part() 631 uint8_t *buf, uint64_t offset, in bdrv_dirty_bitmap_deserialize_part() 645 uint64_t offset, uint64_t bytes, in bdrv_dirty_bitmap_deserialize_ones() 656 void bdrv_set_dirty(BlockDriverState *bs, int64_t offset, int64_t bytes) in bdrv_set_dirty() 679 void bdrv_set_dirty_iter(BdrvDirtyBitmapIter *iter, int64_t offset) in bdrv_set_dirty_iter() [all …]
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-pisosr.c | 57 unsigned offset) in pisosr_gpio_get_direction() 64 unsigned offset) in pisosr_gpio_direction_input() 71 unsigned offset, int value) in pisosr_gpio_direction_output() 77 static int pisosr_gpio_get(struct gpio_chip *chip, unsigned offset) in pisosr_gpio_get() 91 unsigned long offset; in pisosr_gpio_get_multiple() local
|
H A D | gpio-em.c | 126 unsigned int reg, offset, shift; in em_gio_irq_set_type() local 171 unsigned int offset, irqs_handled = 0; in em_gio_irq_handler() local 188 static int em_gio_direction_input(struct gpio_chip *chip, unsigned offset) in em_gio_direction_input() 194 static int em_gio_get(struct gpio_chip *chip, unsigned offset) in em_gio_get() 207 static void em_gio_set(struct gpio_chip *chip, unsigned offset, int value) in em_gio_set() 216 static int em_gio_direction_output(struct gpio_chip *chip, unsigned offset, in em_gio_direction_output() 225 static int em_gio_to_irq(struct gpio_chip *chip, unsigned offset) in em_gio_to_irq() 230 static int em_gio_request(struct gpio_chip *chip, unsigned offset) in em_gio_request() 235 static void em_gio_free(struct gpio_chip *chip, unsigned offset) in em_gio_free()
|
H A D | gpio-tc3589x.c | 37 static int tc3589x_gpio_get(struct gpio_chip *chip, unsigned int offset) in tc3589x_gpio_get() 52 static void tc3589x_gpio_set(struct gpio_chip *chip, unsigned int offset, int val) in tc3589x_gpio_set() 64 unsigned int offset, int val) in tc3589x_gpio_direction_output() 77 unsigned int offset) in tc3589x_gpio_direction_input() 88 unsigned int offset) in tc3589x_gpio_get_direction() 106 static int tc3589x_gpio_set_config(struct gpio_chip *chip, unsigned int offset, in tc3589x_gpio_set_config() 161 int offset = d->hwirq; in tc3589x_gpio_irq_set_type() local 227 int offset = d->hwirq; in tc3589x_gpio_irq_mask() local 240 int offset = d->hwirq; in tc3589x_gpio_irq_unmask() local
|
H A D | gpio-madera.c | 24 unsigned int offset) in madera_gpio_get_direction() 43 static int madera_gpio_direction_in(struct gpio_chip *chip, unsigned int offset) in madera_gpio_direction_in() 54 static int madera_gpio_get(struct gpio_chip *chip, unsigned int offset) in madera_gpio_get() 71 unsigned int offset, int value) in madera_gpio_direction_out() 90 static void madera_gpio_set(struct gpio_chip *chip, unsigned int offset, in madera_gpio_set()
|
H A D | gpio-amd8111.c | 76 static int amd_gpio_request(struct gpio_chip *chip, unsigned offset) in amd_gpio_request() 88 static void amd_gpio_free(struct gpio_chip *chip, unsigned offset) in amd_gpio_free() 97 static void amd_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in amd_gpio_set() 112 static int amd_gpio_get(struct gpio_chip *chip, unsigned offset) in amd_gpio_get() 124 static int amd_gpio_dirout(struct gpio_chip *chip, unsigned offset, int value) in amd_gpio_dirout() 141 static int amd_gpio_dirin(struct gpio_chip *chip, unsigned offset) in amd_gpio_dirin()
|
H A D | gpio-reg.c | 33 static int gpio_reg_get_direction(struct gpio_chip *gc, unsigned offset) in gpio_reg_get_direction() 41 static int gpio_reg_direction_output(struct gpio_chip *gc, unsigned offset, in gpio_reg_direction_output() 53 static int gpio_reg_direction_input(struct gpio_chip *gc, unsigned offset) in gpio_reg_direction_input() 60 static void gpio_reg_set(struct gpio_chip *gc, unsigned offset, int value) in gpio_reg_set() 77 static int gpio_reg_get(struct gpio_chip *gc, unsigned offset) in gpio_reg_get() 107 static int gpio_reg_to_irq(struct gpio_chip *gc, unsigned offset) in gpio_reg_to_irq()
|
H A D | gpio-gw-pld.c | 35 static int gw_pld_input8(struct gpio_chip *gc, unsigned offset) in gw_pld_input8() 43 static int gw_pld_get8(struct gpio_chip *gc, unsigned offset) in gw_pld_get8() 53 static int gw_pld_output8(struct gpio_chip *gc, unsigned offset, int value) in gw_pld_output8() 65 static void gw_pld_set8(struct gpio_chip *gc, unsigned offset, int value) in gw_pld_set8()
|
/openbmc/linux/drivers/accel/habanalabs/common/ |
H A D | state_dump.c | 105 int hl_snprintf_resize(char **buf, size_t *size, size_t *offset, in hl_snprintf_resize() 165 static int hl_print_resize_sync_engine(char **buf, size_t *size, size_t *offset, in hl_print_resize_sync_engine() 310 char **buf, size_t *size, size_t *offset, in hl_state_dump_print_syncs_single_block() 395 size_t *offset) in hl_state_dump_print_syncs() 513 size_t *offset) in hl_state_dump_print_monitors_single_block() 563 size_t *offset) in hl_state_dump_print_monitors() 606 char **buf, size_t *size, size_t *offset) in hl_state_dump_print_engine_fences() 654 size_t *size, size_t *offset) in hl_state_dump_print_fences() 685 size_t offset = 0, size = 0; in hl_state_dump() local
|
/openbmc/qemu/include/exec/ |
H A D | ram_addr.h | 80 static inline bool offset_in_ramblock(RAMBlock *b, ram_addr_t offset) in offset_in_ramblock() 85 static inline void *ramblock_ptr(RAMBlock *block, ram_addr_t offset) in ramblock_ptr() 160 unsigned long idx, offset, base; in cpu_physical_memory_get_dirty() local 200 unsigned long idx, offset, base; in cpu_physical_memory_all_dirty() local 272 unsigned long page, idx, offset; in cpu_physical_memory_set_dirty_flag() local 294 unsigned long idx, offset, base; in cpu_physical_memory_set_dirty_range() local 365 unsigned long offset; in cpu_physical_memory_set_dirty_lebitmap() local 495 unsigned long offset = BIT_WORD((word * BITS_PER_LONG) % in cpu_physical_memory_sync_dirty_bitmap() local 534 ram_addr_t offset = rb->offset; in cpu_physical_memory_sync_dirty_bitmap() local
|
/openbmc/linux/include/linux/ |
H A D | find.h | 55 unsigned long offset) in find_next_bit() 85 unsigned long offset) in find_next_and_bit() 116 unsigned long offset) in find_next_andnot_bit() 146 unsigned long offset) in find_next_or_bit() 174 unsigned long offset) in find_next_zero_bit() 404 unsigned long size, unsigned long offset) in find_next_and_bit_wrap() 426 unsigned long size, unsigned long offset) in find_next_bit_wrap() 483 unsigned long size, unsigned long offset) in find_next_zero_bit_le() 489 unsigned long size, unsigned long offset) in find_next_bit_le() 505 long size, unsigned long offset) in find_next_zero_bit_le() [all …]
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_init_ops.h | 71 #define STORE_RT_REG(hwfn, offset, val) \ argument 74 #define OVERWRITE_RT_REG(hwfn, offset, val) \ argument 82 #define STORE_RT_REG_AGG(hwfn, offset, val) \ argument
|
/openbmc/qemu/hw/misc/ |
H A D | mchp_pfsoc_ioscb.c | 67 static uint64_t mchp_pfsoc_dummy_read(void *opaque, hwaddr offset, in mchp_pfsoc_dummy_read() 77 static void mchp_pfsoc_dummy_write(void *opaque, hwaddr offset, in mchp_pfsoc_dummy_write() 96 static uint64_t mchp_pfsoc_pll_read(void *opaque, hwaddr offset, in mchp_pfsoc_pll_read() 126 static uint64_t mchp_pfsoc_io_calib_ddr_read(void *opaque, hwaddr offset, in mchp_pfsoc_io_calib_ddr_read() 156 static uint64_t mchp_pfsoc_ctrl_read(void *opaque, hwaddr offset, in mchp_pfsoc_ctrl_read() 181 static void mchp_pfsoc_ctrl_write(void *opaque, hwaddr offset, in mchp_pfsoc_ctrl_write()
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_io.c | 14 u32 offset, void *buf, int count) in __ocelot_bulk_read_ix() 27 u32 __ocelot_read_ix(struct ocelot *ocelot, enum ocelot_reg reg, u32 offset) in __ocelot_read_ix() 41 u32 offset) in __ocelot_write_ix() 54 enum ocelot_reg reg, u32 offset) in __ocelot_rmw_ix() 100 u32 reg, u32 offset) in __ocelot_target_read_ix() 110 u32 val, u32 reg, u32 offset) in __ocelot_target_write_ix()
|
/openbmc/linux/drivers/mtd/maps/ |
H A D | tsunami_flash.c | 18 static inline map_word tsunami_flash_read8(struct map_info *map, unsigned long offset) in tsunami_flash_read8() 25 static void tsunami_flash_write8(struct map_info *map, map_word value, unsigned long offset) in tsunami_flash_write8() 31 struct map_info *map, void *addr, unsigned long offset, ssize_t len) in tsunami_flash_copy_from() 44 struct map_info *map, unsigned long offset, in tsunami_flash_copy_to()
|
/openbmc/u-boot/drivers/pci/ |
H A D | pcie_layerscape.c | 25 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()
|
/openbmc/u-boot/drivers/pinctrl/meson/ |
H A D | pinctrl-meson.c | 56 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/linux/sound/firewire/dice/ |
H A D | dice.h | 134 unsigned int offset, in snd_dice_transaction_write_global() 142 unsigned int offset, in snd_dice_transaction_read_global() 150 unsigned int offset, in snd_dice_transaction_write_tx() 157 unsigned int offset, in snd_dice_transaction_read_tx() 164 unsigned int offset, in snd_dice_transaction_write_rx() 171 unsigned int offset, in snd_dice_transaction_read_rx() 178 unsigned int offset, in snd_dice_transaction_write_sync() 185 unsigned int offset, in snd_dice_transaction_read_sync()
|