Home
last modified time | relevance | path

Searched defs:offset (Results 4801 – 4825 of 7689) sorted by relevance

1...<<191192193194195196197198199200>>...308

/openbmc/qemu/target/hexagon/
H A Dtranslate.c72 intptr_t offset; in ctx_future_vreg_off() local
98 intptr_t offset; in ctx_tmp_vreg_off() local
/openbmc/qemu/backends/tpm/
H A Dtpm_ioctl.h127 uint32_t offset; /* offset from where to read */ member
226 uint32_t offset; /* offset from where to read */ member
/openbmc/linux/drivers/memory/tegra/
H A Dtegra210-emc-core.c868 unsigned int offset, u32 bit_mask, bool state) in tegra210_emc_wait_for_update()
939 u32 tegra210_emc_compensate(struct tegra210_emc_timing *next, u32 offset) in tegra210_emc_compensate()
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_gsc.c64 #define gsc_read(offset) readl(ctx->regs + (offset)) argument
65 #define gsc_write(cfg, offset) writel(cfg, ctx->regs + (offset)) argument
/openbmc/linux/fs/
H A Dseq_file.c90 static int traverse(struct seq_file *m, loff_t offset) in traverse()
308 loff_t seq_lseek(struct file *file, loff_t offset, int whence) in seq_lseek()
/openbmc/linux/net/sunrpc/xprtrdma/
H A Drpc_rdma.c131 unsigned int count, remaining, offset; in rpcrdma_args_inline() local
1171 u64 offset; in decode_rdma_segment() local
/openbmc/u-boot/drivers/net/phy/
H A Db53.c632 u8 page, offset, width; in do_b53_reg_read() local
686 u8 page, offset, width; in do_b53_reg_write() local
/openbmc/linux/drivers/platform/x86/dell/
H A Ddell-wmi-ddv.c782 static int dell_wmi_ddv_fan_read(struct seq_file *seq, void *offset) in dell_wmi_ddv_fan_read()
787 static int dell_wmi_ddv_temp_read(struct seq_file *seq, void *offset) in dell_wmi_ddv_temp_read()
/openbmc/linux/drivers/cxl/core/
H A Dmemdev.c196 u64 offset, length; in cxl_get_poison_by_memdev() local
790 u32 offset, u32 size, u32 *written) in cxl_fw_write()
/openbmc/linux/drivers/s390/net/
H A Dqeth_l3_sys.c371 int offset = 0; in qeth_l3_dev_ipato_add_show() local
577 int offset = 0; in qeth_l3_dev_ip_add_show() local
/openbmc/linux/lib/xz/
H A Dxz_dec_lzma2.c326 size_t offset = dict->pos - dist - 1; in dict_get() local
619 uint32_t offset; in lzma_literal() local
/openbmc/linux/drivers/iio/light/
H A Drpr0521.c685 static int rpr0521_read_ps_offset(struct rpr0521_data *data, int *offset) in rpr0521_read_ps_offset()
702 static int rpr0521_write_ps_offset(struct rpr0521_data *data, int offset) in rpr0521_write_ps_offset()
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-udc.c32 static void fotg210_ack_int(struct fotg210_udc *fotg210, u32 offset, u32 mask) in fotg210_ack_int()
146 u32 offset = dir_in ? FOTG210_INEPMPSR(epnum) : in fotg210_set_mps() local
/openbmc/linux/drivers/gpu/ipu-v3/
H A Dipu-csi.c177 static inline u32 ipu_csi_read(struct ipu_csi *csi, unsigned offset) in ipu_csi_read()
183 unsigned offset) in ipu_csi_write()
/openbmc/qemu/target/ppc/
H A Dmmu-hash64.c867 hwaddr base, offset = ptex * HASH_PTE_SIZE_64 + HPTE64_DW1_R; in ppc_hash64_set_r() local
882 hwaddr base, offset = ptex * HASH_PTE_SIZE_64 + HPTE64_DW1_C; in ppc_hash64_set_c() local
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_plane.c418 size_t offset, uint32_t possible_crtcs, in __drmm_universal_plane_alloc()
457 size_t offset, uint32_t possible_crtcs, in __drm_universal_plane_alloc()
/openbmc/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-paris.c923 static int mtk_gpio_to_irq(struct gpio_chip *chip, unsigned int offset) in mtk_gpio_to_irq()
939 static int mtk_gpio_set_config(struct gpio_chip *chip, unsigned int offset, in mtk_gpio_set_config()
/openbmc/u-boot/drivers/net/
H A Dsun8i_emac.c475 int offset; in parse_phy_pins() local
834 int offset = 0; in sun8i_emac_eth_ofdata_to_platdata() local
/openbmc/linux/drivers/media/platform/mediatek/vpu/
H A Dmtk_vpu.c227 static inline void vpu_cfg_writel(struct mtk_vpu *vpu, u32 val, u32 offset) in vpu_cfg_writel()
232 static inline u32 vpu_cfg_readl(struct mtk_vpu *vpu, u32 offset) in vpu_cfg_readl()
/openbmc/qemu/hw/i386/
H A Dvapic.c290 uint32_t pos, patch, offset; in update_rom_mapping() local
392 uint32_t offset; in patch_call() local
/openbmc/linux/drivers/tty/serial/
H A Dma35d1_serial.c168 static u32 serial_in(struct uart_ma35d1_port *p, u32 offset) in serial_in()
173 static void serial_out(struct uart_ma35d1_port *p, u32 offset, u32 value) in serial_out()
/openbmc/linux/drivers/remoteproc/
H A Dimx_dsp_rproc.c410 unsigned int offset = sys - att->sa; in imx_dsp_rproc_sys_to_da() local
863 u64 offset = elf_phdr_get_p_offset(class, phdr); in imx_dsp_rproc_elf_load_segments() local
/openbmc/qemu/chardev/
H A Dchar.c113 int *offset, bool write_all) in qemu_chr_write_buffer()
164 int offset = 0; in qemu_chr_write() local
/openbmc/linux/drivers/i2c/busses/
H A Di2c-cadence.c134 #define cdns_i2c_readreg(offset) readl_relaxed(id->membase + offset) argument
135 #define cdns_i2c_writereg(val, offset) writel_relaxed(val, id->membase + offset) argument
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Dintel_memory_region.c163 u32 i, offset, count, *order; in igt_mock_reserve() local
1103 u32 offset; in igt_lmem_write_cpu() local

1...<<191192193194195196197198199200>>...308