Home
last modified time | relevance | path

Searched defs:offset (Results 301 – 325 of 5892) sorted by relevance

1...<<11121314151617181920>>...236

/linux/drivers/gpu/drm/radeon/
H A Dr600_cs.c718 u64 offset = (u64)track->vgt_strmout_bo_offset[i] + in r600_cs_track_check() local
1411 unsigned offset, i, level; in r600_texture_size() local
1648 uint64_t offset; in r600_packet3_check() local
1703 uint64_t offset; in r600_packet3_check() local
1758 uint64_t offset; in r600_packet3_check() local
1780 u64 offset, tmp; in r600_packet3_check() local
1871 uint64_t offset; in r600_packet3_check() local
1888 uint64_t offset; in r600_packet3_check() local
1955 u32 size, offset, base_offset, mip_offset; in r600_packet3_check() local
2094 u64 offset; in r600_packet3_check() local
[all …]
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pcsx-defs.h31 static inline uint64_t CVMX_PCSX_ANX_ADV_REG(unsigned long offset, unsigned long block_id) in CVMX_PCSX_ANX_ADV_REG()
49 static inline uint64_t CVMX_PCSX_ANX_EXT_ST_REG(unsigned long offset, unsigned long block_id) in CVMX_PCSX_ANX_EXT_ST_REG()
67 static inline uint64_t CVMX_PCSX_ANX_LP_ABIL_REG(unsigned long offset, unsigned long block_id) in CVMX_PCSX_ANX_LP_ABIL_REG()
85 static inline uint64_t CVMX_PCSX_ANX_RESULTS_REG(unsigned long offset, unsigned long block_id) in CVMX_PCSX_ANX_RESULTS_REG()
103 static inline uint64_t CVMX_PCSX_INTX_EN_REG(unsigned long offset, unsigned long block_id) in CVMX_PCSX_INTX_EN_REG()
121 static inline uint64_t CVMX_PCSX_INTX_REG(unsigned long offset, unsigned long block_id) in CVMX_PCSX_INTX_REG()
139 static inline uint64_t CVMX_PCSX_LINKX_TIMER_COUNT_REG(unsigned long offset, unsigned long block_id) in CVMX_PCSX_LINKX_TIMER_COUNT_REG()
157 static inline uint64_t CVMX_PCSX_LOG_ANLX_REG(unsigned long offset, unsigned long block_id) in CVMX_PCSX_LOG_ANLX_REG()
175 static inline uint64_t CVMX_PCSX_MISCX_CTL_REG(unsigned long offset, unsigned long block_id) in CVMX_PCSX_MISCX_CTL_REG()
193 static inline uint64_t CVMX_PCSX_MRX_CONTROL_REG(unsigned long offset, unsigned long block_id) in CVMX_PCSX_MRX_CONTROL_REG()
[all …]
/linux/net/tls/
H A Dtls_strp.c43 int offset, int len) in tls_strp_skb_copy()
163 int chunk, len, offset; in tls_strp_msg_hold() local
211 struct sk_buff *in_skb, unsigned int offset, in tls_strp_copyin_frag()
281 struct sk_buff *in_skb, unsigned int offset, in tls_strp_copyin_skb()
337 unsigned int offset, size_t in_len) in tls_strp_copyin()
459 u32 offset; in tls_strp_load_anchor_with_queue() local
/linux/drivers/gpio/
H A Dgpio-tqmx86.c81 static int tqmx86_gpio_get(struct gpio_chip *chip, unsigned int offset) in tqmx86_gpio_get()
88 static void _tqmx86_gpio_set(struct tqmx86_gpio_data *gpio, unsigned int offset, in _tqmx86_gpio_set()
96 static int tqmx86_gpio_set(struct gpio_chip *chip, unsigned int offset, in tqmx86_gpio_set()
109 unsigned int offset) in tqmx86_gpio_direction_input()
121 unsigned int offset, in tqmx86_gpio_direction_output()
135 unsigned int offset) in tqmx86_gpio_get_direction()
H A Dgpio-adnp.c39 static int adnp_read(struct adnp *adnp, unsigned offset, uint8_t *value) in adnp_read()
54 static int adnp_write(struct adnp *adnp, unsigned offset, uint8_t value) in adnp_write()
68 static int adnp_gpio_get(struct gpio_chip *chip, unsigned offset) in adnp_gpio_get()
83 static int __adnp_gpio_set(struct adnp *adnp, unsigned int offset, int value) in __adnp_gpio_set()
102 static int adnp_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) in adnp_gpio_set()
111 static int adnp_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in adnp_gpio_direction_input()
141 static int adnp_gpio_direction_output(struct gpio_chip *chip, unsigned offset, in adnp_gpio_direction_output()
H A Dgpio-imx-scu.c36 static int imx_scu_gpio_get(struct gpio_chip *chip, unsigned int offset) in imx_scu_gpio_get()
55 static int imx_scu_gpio_set(struct gpio_chip *chip, unsigned int offset, in imx_scu_gpio_set()
73 static int imx_scu_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) in imx_scu_gpio_get_direction()
/linux/drivers/md/dm-vdo/indexer/
H A Dindex-layout.c194 off_t offset; member
257 size_t offset = 0; in create_unique_nonce_data() local
297 struct layout_region *lr, off_t offset, in open_layout_reader()
312 struct layout_region *lr, off_t offset, in open_layout_writer()
348 u64 offset; in define_sub_index_nonce() member
354 size_t offset = 0; in define_sub_index_nonce() local
495 static void encode_region_table(u8 *buffer, size_t *offset, struct region_table *table) in encode_region_table()
521 size_t offset = 0; in write_index_save_header() local
691 size_t offset = 0; in write_layout_header() local
726 off_t offset) in write_uds_index_config()
[all …]
/linux/drivers/hwmon/pmbus/
H A Ducd9000.c191 unsigned int offset) in ucd9000_gpio_read_config()
203 static int ucd9000_gpio_get(struct gpio_chip *gc, unsigned int offset) in ucd9000_gpio_get()
215 static int ucd9000_gpio_set(struct gpio_chip *gc, unsigned int offset, in ucd9000_gpio_set()
261 unsigned int offset) in ucd9000_gpio_get_direction()
274 unsigned int offset, bool direction_out, in ucd9000_gpio_set_direction()
320 unsigned int offset) in ucd9000_gpio_direction_input()
326 unsigned int offset, int val) in ucd9000_gpio_direction_output()
/linux/drivers/platform/chrome/
H A Dcros_ec_lpc.c97 static int cros_ec_lpc_read_bytes(struct cros_ec_lpc *_, unsigned int offset, unsigned int length, in cros_ec_lpc_read_bytes()
116 static int cros_ec_lpc_write_bytes(struct cros_ec_lpc *_, unsigned int offset, unsigned int length, in cros_ec_lpc_write_bytes()
135 static int cros_ec_lpc_mec_read_bytes(struct cros_ec_lpc *ec_lpc, unsigned int offset, in cros_ec_lpc_mec_read_bytes()
154 static int cros_ec_lpc_mec_write_bytes(struct cros_ec_lpc *ec_lpc, unsigned int offset, in cros_ec_lpc_mec_write_bytes()
169 static int cros_ec_lpc_direct_read(struct cros_ec_lpc *ec_lpc, unsigned int offset, in cros_ec_lpc_direct_read()
189 static int cros_ec_lpc_direct_write(struct cros_ec_lpc *ec_lpc, unsigned int offset, in cros_ec_lpc_direct_write()
411 static int cros_ec_lpc_readmem(struct cros_ec_device *ec, unsigned int offset, in cros_ec_lpc_readmem()
/linux/drivers/pinctrl/
H A Dpinctrl-axp209.c113 static int axp20x_gpio_get_reg(unsigned int offset) in axp20x_gpio_get_reg()
127 static int axp20x_gpio_get(struct gpio_chip *chip, unsigned int offset) in axp20x_gpio_get()
149 unsigned int offset) in axp20x_gpio_get_direction()
192 static int axp20x_gpio_output(struct gpio_chip *chip, unsigned int offset, in axp20x_gpio_output()
198 static int axp20x_gpio_set(struct gpio_chip *chip, unsigned int offset, in axp20x_gpio_set()
221 static int axp20x_pmx_set(struct pinctrl_dev *pctldev, unsigned int offset, in axp20x_pmx_set()
303 unsigned int offset, bool input) in axp20x_pmx_gpio_set_direction()
/linux/arch/um/drivers/
H A Dvirtio_pcidev.c207 unsigned int offset, int size) in virtio_pcidev_cfgspace_read()
241 unsigned int offset, int size, in virtio_pcidev_cfgspace_write()
280 unsigned int offset, int size) in virtio_pcidev_bar_copy_from()
296 unsigned int offset, int size) in virtio_pcidev_bar_read()
321 int bar, unsigned int offset, in virtio_pcidev_bar_copy_to()
336 unsigned int offset, int size, in virtio_pcidev_bar_write()
364 unsigned int offset, u8 value, int size) in virtio_pcidev_bar_set()
/linux/drivers/media/pci/cobalt/
H A Dcobalt-flash.c16 #define ADRS(offset) (COBALT_BUS_FLASH_BASE + offset) argument
25 static map_word flash_read16(struct map_info *map, unsigned long offset) in flash_read16()
39 unsigned long offset) in flash_write16()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_syscall.c119 unsigned int offset = i * sizeof(unsigned long); in test_uretprobe_regs_equal() local
161 static int write_bpf_testmod_uprobe(unsigned long offset) in write_bpf_testmod_uprobe()
184 unsigned int i, err, offset; in test_uretprobe_regs_change() local
199 unsigned int offset = i * sizeof(unsigned long); in test_uretprobe_regs_change() local
/linux/drivers/nvmem/
H A Dzynqmp_nvmem.c54 u32 offset; member
59 static int zynqmp_efuse_access(void *context, unsigned int offset, in zynqmp_efuse_access()
146 static int zynqmp_nvmem_read(void *context, unsigned int offset, void *val, size_t bytes) in zynqmp_nvmem_read()
186 unsigned int offset, void *val, size_t bytes) in zynqmp_nvmem_write()
H A Dstm32-romem.c43 static int stm32_romem_read(void *context, unsigned int offset, void *buf, in stm32_romem_read()
74 static int stm32_bsec_read(void *context, unsigned int offset, void *buf, in stm32_bsec_read()
121 static int stm32_bsec_write(void *context, unsigned int offset, void *buf, in stm32_bsec_write()
148 static int stm32_bsec_pta_read(void *context, unsigned int offset, void *buf, in stm32_bsec_pta_read()
156 static int stm32_bsec_pta_write(void *context, unsigned int offset, void *buf, in stm32_bsec_pta_write()
/linux/drivers/soc/fsl/qe/
H A Dqe_common.c167 void cpm_muram_free(s32 offset) in cpm_muram_free()
243 s32 cpm_muram_alloc_fixed(unsigned long offset, unsigned long size) in cpm_muram_alloc_fixed()
272 s32 devm_cpm_muram_alloc_fixed(struct device *dev, unsigned long offset, in devm_cpm_muram_alloc_fixed()
298 void __iomem *cpm_muram_addr(unsigned long offset) in cpm_muram_addr()
/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dphy.c21 mt76x0_rf_csr_wr(struct mt76x02_dev *dev, u32 offset, u8 value) in mt76x0_rf_csr_wr()
59 static int mt76x0_rf_csr_rr(struct mt76x02_dev *dev, u32 offset) in mt76x0_rf_csr_rr()
103 mt76x0_rf_wr(struct mt76x02_dev *dev, u32 offset, u8 val) in mt76x0_rf_wr()
119 static int mt76x0_rf_rr(struct mt76x02_dev *dev, u32 offset) in mt76x0_rf_rr()
141 mt76x0_rf_rmw(struct mt76x02_dev *dev, u32 offset, u8 mask, u8 val) in mt76x0_rf_rmw()
156 mt76x0_rf_set(struct mt76x02_dev *dev, u32 offset, u8 val) in mt76x0_rf_set()
162 mt76x0_rf_clear(struct mt76x02_dev *dev, u32 offset, u8 mask) in mt76x0_rf_clear()
750 int offset; in mt76x0_phy_get_delta_power() local
/linux/drivers/usb/gadget/udc/
H A Dr8a66597-udc.h122 static inline u16 r8a66597_read(struct r8a66597 *r8a66597, unsigned long offset) in r8a66597_read()
128 unsigned long offset, in r8a66597_read_fifo()
174 unsigned long offset) in r8a66597_write()
180 u16 val, u16 pat, unsigned long offset) in r8a66597_mdfy()
189 #define r8a66597_bclr(r8a66597, val, offset) \ argument
191 #define r8a66597_bset(r8a66597, val, offset) \ argument
258 unsigned long offset) in r8a66597_sudmac_read()
264 unsigned long offset) in r8a66597_sudmac_write()
/linux/net/batman-adv/
H A Dmulticast_forw.c283 size_t offset; in batadv_mcast_forw_push_want_all() local
329 size_t offset; in batadv_mcast_forw_push_want_rtr() local
368 unsigned short offset, in batadv_mcast_forw_scrape()
413 unsigned short offset = *tvlv_len; in batadv_mcast_forw_push_insert_padding() local
832 unsigned int offset; in batadv_mcast_forw_shrink_update_headers() local
869 batadv_mcast_forw_shrink_move_headers(struct sk_buff *skb, unsigned int offset) in batadv_mcast_forw_shrink_move_headers()
895 unsigned int offset; in batadv_mcast_forw_shrink_tracker() local
930 unsigned long offset, num_dests_off; in batadv_mcast_forw_packet() local
/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-gpio.c98 unsigned int offset) in solo_gpiochip_get_direction()
120 unsigned int offset) in solo_gpiochip_get()
131 unsigned int offset, int value) in solo_gpiochip_set()
/linux/lib/lzo/
H A Dlzo1x_decompress_safe.c79 size_t offset; in lzo1x_decompress_safe() local
147 size_t offset; in lzo1x_decompress_safe() local
188 size_t offset; in lzo1x_decompress_safe() local
/linux/fs/nilfs2/
H A Dcpfile.c250 size_t offset; in nilfs_cpfile_read_checkpoint() local
319 size_t offset; in nilfs_cpfile_create_checkpoint() local
389 size_t offset; in nilfs_cpfile_finalize_checkpoint() local
465 size_t offset; in nilfs_cpfile_delete_checkpoints() local
576 size_t offset; in nilfs_cpfile_do_get_cpinfo() local
630 size_t offset; in nilfs_cpfile_do_get_ssinfo() local
775 size_t offset, curr_list_offset, prev_list_offset; in nilfs_cpfile_set_snapshot() local
902 size_t offset, next_list_offset, prev_list_offset; in nilfs_cpfile_clear_snapshot() local
1021 size_t offset; in nilfs_cpfile_is_snapshot() local
/linux/arch/mips/include/asm/mach-loongson2ef/cs5536/
H A Dcs5536.h30 #define SB_MSR_REG(offset) (CS5536_SB_MSR_BASE | (offset)) argument
31 #define GLIU_MSR_REG(offset) (CS5536_GLIU_MSR_BASE | (offset)) argument
32 #define ILLEGAL_MSR_REG(offset) (CS5536_ILLEGAL_MSR_BASE | (offset)) argument
33 #define USB_MSR_REG(offset) (CS5536_USB_MSR_BASE | (offset)) argument
34 #define IDE_MSR_REG(offset) (CS5536_IDE_MSR_BASE | (offset)) argument
35 #define DIVIL_MSR_REG(offset) (CS5536_DIVIL_MSR_BASE | (offset)) argument
36 #define ACC_MSR_REG(offset) (CS5536_ACC_MSR_BASE | (offset)) argument
37 #define UNUSED_MSR_REG(offset) (CS5536_UNUSED_MSR_BASE | (offset)) argument
38 #define GLCP_MSR_REG(offset) (CS5536_GLCP_MSR_BASE | (offset)) argument
/linux/crypto/
H A Dcts.c61 unsigned offset; member
106 unsigned int offset; in cts_cbc_encrypt() local
151 unsigned int offset; in crypto_cts_encrypt() local
187 unsigned int offset; in cts_cbc_decrypt() local
245 unsigned int offset; in crypto_cts_decrypt() local
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_jpeg.h36 #define WREG32_SOC15_JPEG_DPG_MODE(inst_idx, offset, value, indirect) \ argument
55 #define RREG32_SOC15_JPEG_DPG_MODE(inst_idx, offset, mask_en) \ argument
64 #define WREG32_SOC24_JPEG_DPG_MODE(inst_idx, offset, value, indirect) \ argument
78 #define RREG32_SOC24_JPEG_DPG_MODE(inst_idx, offset, mask_en) \ argument
89 #define ADD_SOC24_JPEG_TO_DPG_SRAM(inst_idx, offset, value, indirect) \ argument

1...<<11121314151617181920>>...236