Home
last modified time | relevance | path

Searched defs:offset (Results 426 – 450 of 5892) sorted by relevance

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

/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pip-defs.h54 #define CVMX_PIP_ALT_SKIP_CFGX(offset) (CVMX_ADD_IO_SEG(0x00011800A0002A00ull) + ((offset) & 3) * 8) argument
57 #define CVMX_PIP_BSEL_EXT_CFGX(offset) (CVMX_ADD_IO_SEG(0x00011800A0002800ull) + ((offset) & 3) * 1… argument
58 #define CVMX_PIP_BSEL_EXT_POSX(offset) (CVMX_ADD_IO_SEG(0x00011800A0002808ull) + ((offset) & 3) * 1… argument
59 #define CVMX_PIP_BSEL_TBL_ENTX(offset) (CVMX_ADD_IO_SEG(0x00011800A0003000ull) + ((offset) & 511) *… argument
61 #define CVMX_PIP_CRC_CTLX(offset) (CVMX_ADD_IO_SEG(0x00011800A0000040ull) + ((offset) & 1) * 8) argument
62 #define CVMX_PIP_CRC_IVX(offset) (CVMX_ADD_IO_SEG(0x00011800A0000050ull) + ((offset) & 1) * 8) argument
63 #define CVMX_PIP_DEC_IPSECX(offset) (CVMX_ADD_IO_SEG(0x00011800A0000080ull) + ((offset) & 3) * 8) argument
66 #define CVMX_PIP_FRM_LEN_CHKX(offset) (CVMX_ADD_IO_SEG(0x00011800A0000180ull) + ((offset) & 1) * 8) argument
73 #define CVMX_PIP_PRI_TBLX(offset) (CVMX_ADD_IO_SEG(0x00011800A0004000ull) + ((offset) & 255) * 8) argument
74 #define CVMX_PIP_PRT_CFGBX(offset) (CVMX_ADD_IO_SEG(0x00011800A0008000ull) + ((offset) & 63) * 8) argument
[all …]
H A Dcvmx-led-defs.h39 #define CVMX_LED_PRT_STATUSX(offset) (CVMX_ADD_IO_SEG(0x0001180000001A80ull) + ((offset) & 7) * 8) argument
40 #define CVMX_LED_UDD_CNTX(offset) (CVMX_ADD_IO_SEG(0x0001180000001A20ull) + ((offset) & 1) * 8) argument
41 #define CVMX_LED_UDD_DATX(offset) (CVMX_ADD_IO_SEG(0x0001180000001A38ull) + ((offset) & 1) * 8) argument
42 #define CVMX_LED_UDD_DAT_CLRX(offset) (CVMX_ADD_IO_SEG(0x0001180000001AC8ull) + ((offset) & 1) * 16) argument
43 #define CVMX_LED_UDD_DAT_SETX(offset) (CVMX_ADD_IO_SEG(0x0001180000001AC0ull) + ((offset) & 1) * 16) argument
/linux/arch/sparc/lib/
H A Dblockops.S15 #define BLAST_BLOCK(buf, offset) \ argument
28 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
/linux/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi-asm.S33 .macro _ldr_za nw, nxbase, offset=0
44 .macro _str_za nw, nxbase, offset=0
/linux/arch/xtensa/include/asm/
H A Dio.h36 static inline void __iomem *ioremap(unsigned long offset, unsigned long size) in ioremap()
47 static inline void __iomem *ioremap_cache(unsigned long offset, in ioremap_cache()
/linux/drivers/nvmem/
H A Dstm32-bsec-optee-ta.h67 unsigned int offset, void *buf, in stm32_bsec_optee_ta_read()
75 unsigned int offset, void *buf, in stm32_bsec_optee_ta_write()
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_shared/host/
H A Dtag.c22 int offset, in sh_css_create_tag_descr()
45 int offset; in sh_css_encode_tag_descr() local
/linux/drivers/gpu/drm/radeon/
H A Ddce3_1_afmt.c171 void dce3_2_hdmi_update_acr(struct drm_encoder *encoder, long offset, in dce3_2_hdmi_update_acr()
203 void dce3_2_set_audio_packet(struct drm_encoder *encoder, u32 offset) in dce3_2_set_audio_packet()
224 void dce3_2_set_mute(struct drm_encoder *encoder, u32 offset, bool mute) in dce3_2_set_mute()
/linux/drivers/misc/
H A Dti_fpc202.c95 static int fpc202_gpio_get_dir(int offset) in fpc202_gpio_get_dir()
121 static int fpc202_gpio_set(struct gpio_chip *chip, unsigned int offset, in fpc202_gpio_set()
144 static int fpc202_gpio_get(struct gpio_chip *chip, unsigned int offset) in fpc202_gpio_get()
168 static int fpc202_gpio_direction_input(struct gpio_chip *chip, unsigned int offset) in fpc202_gpio_direction_input()
176 static int fpc202_gpio_direction_output(struct gpio_chip *chip, unsigned int offset, in fpc202_gpio_direction_output()
/linux/drivers/gpio/
H A Dgpio-lpc18xx.c273 static int lpc18xx_gpio_set(struct gpio_chip *chip, unsigned int offset, in lpc18xx_gpio_set()
283 static int lpc18xx_gpio_get(struct gpio_chip *chip, unsigned offset) in lpc18xx_gpio_get()
289 static int lpc18xx_gpio_direction(struct gpio_chip *chip, unsigned offset, in lpc18xx_gpio_direction()
312 unsigned offset) in lpc18xx_gpio_direction_input()
318 unsigned offset, int value) in lpc18xx_gpio_direction_output()
H A Dgpio-htc-egpio.c135 static int egpio_get(struct gpio_chip *chip, unsigned offset) in egpio_get()
160 static int egpio_direction_input(struct gpio_chip *chip, unsigned offset) in egpio_direction_input()
173 static int egpio_set(struct gpio_chip *chip, unsigned int offset, int value) in egpio_set()
206 unsigned offset, int value) in egpio_direction_output()
217 static int egpio_get_direction(struct gpio_chip *chip, unsigned offset) in egpio_get_direction()
H A Dgpio-mlxbf2.c184 unsigned int offset) in mlxbf2_gpio_direction_input()
210 unsigned int offset, in mlxbf2_gpio_direction_output()
237 int offset = irqd_to_hwirq(irqd); in mlxbf2_gpio_irq_enable() local
257 int offset = irqd_to_hwirq(irqd); in mlxbf2_gpio_irq_disable() local
290 int offset = irqd_to_hwirq(irqd); in mlxbf2_gpio_irq_set_type() local
/linux/arch/x86/platform/intel/
H A Diosf_mbi.c34 static inline u32 iosf_mbi_form_mcr(u8 op, u8 port, u8 offset) in iosf_mbi_form_mcr()
97 int iosf_mbi_read(u8 port, u8 opcode, u32 offset, u32 *mdr) in iosf_mbi_read()
120 int iosf_mbi_write(u8 port, u8 opcode, u32 offset, u32 mdr) in iosf_mbi_write()
143 int iosf_mbi_modify(u8 port, u8 opcode, u32 offset, u32 mdr, u32 mask) in iosf_mbi_modify()
448 offset = ((u32)val & 0x0000FF00) >> 8; in mcr_set() local
/linux/tools/testing/selftests/sgx/
H A Dsigstruct.c242 uint64_t offset; member
247 static bool mrenclave_eadd(EVP_MD_CTX *ctx, uint64_t offset, uint64_t flags) in mrenclave_eadd()
261 uint64_t offset; member
265 static bool mrenclave_eextend(EVP_MD_CTX *ctx, uint64_t offset, in mrenclave_eextend()
299 uint64_t offset; in mrenclave_segment() local
/linux/drivers/base/
H A Ddevcoredump.c110 char *buffer, loff_t offset, size_t count) in devcd_data_read()
120 char *buffer, loff_t offset, size_t count) in devcd_data_write()
227 static ssize_t devcd_readv(char *buffer, loff_t offset, size_t count, in devcd_readv()
287 static ssize_t devcd_read_from_sgtable(char *buffer, loff_t offset, in devcd_read_from_sgtable()
344 ssize_t (*read)(char *buffer, loff_t offset, in dev_coredumpm_timeout()
/linux/drivers/mtd/tests/
H A Dmtd_nandecctest.c50 unsigned int offset = get_random_u32_below(size * BITS_PER_BYTE); in single_bit_error_data() local
59 unsigned int offset[2]; in double_bit_error_data() local
74 unsigned int offset = get_random_u32_below(3 * BITS_PER_BYTE); in random_ecc_bit() local
91 unsigned int offset = random_ecc_bit(size); in single_bit_error_ecc() local
100 unsigned int offset[2]; in double_bit_error_ecc() local
/linux/drivers/video/fbdev/core/
H A Dcfbmem.h26 static inline void fb_write_offset(unsigned long val, int offset, const struct fb_address *dst) in fb_write_offset()
36 static inline unsigned long fb_read_offset(int offset, const struct fb_address *src) in fb_read_offset()
/linux/drivers/edac/
H A Di10nm_base.c28 #define I10NM_GET_SAD(d, offset, i, reg)\ argument
50 #define I10NM_GET_REG32(m, i, offset) \ argument
52 #define I10NM_GET_REG64(m, i, offset) \ argument
54 #define I10NM_SET_REG32(m, i, offset, v) \ argument
191 static u64 read_imc_reg(struct skx_imc *imc, int chan, u32 offset, u8 width) in read_imc_reg()
204 static void write_imc_reg(struct skx_imc *imc, int chan, u32 offset, u8 width, u64 val) in write_imc_reg()
218 u32 offset = rrl->offsets[rrl_set][0], v; in enable_rrl() local
334 u32 offset; in show_retry_rd_err_log() local
709 static struct pci_dev *get_ddr_munit(struct skx_dev *d, int i, u32 *offset, unsigned long *size) in get_ddr_munit()
/linux/drivers/pinctrl/bcm/
H A Dpinctrl-iproc-gpio.c144 unsigned int offset = IPROC_GPIO_REG(gpio, reg); in iproc_set_bit() local
159 unsigned int offset = IPROC_GPIO_REG(gpio, reg); in iproc_get_bit() local
202 unsigned int offset = IPROC_GPIO_REG(gpio, in iproc_gpio_irq_ack() local
330 static int iproc_gpio_request(struct gpio_chip *gc, unsigned offset) in iproc_gpio_request()
341 static void iproc_gpio_free(struct gpio_chip *gc, unsigned offset) in iproc_gpio_free()
384 unsigned int offset = IPROC_GPIO_REG(gpio, IPROC_GPIO_OUT_EN_OFFSET); in iproc_gpio_get_direction() local
410 unsigned int offset = IPROC_GPIO_REG(gpio, in iproc_gpio_get() local
580 unsigned int i, offset, shift; in iproc_gpio_set_strength() local
617 unsigned int i, offset, shift; in iproc_gpio_get_strength() local
/linux/net/rxrpc/
H A Drxgk.c288 size_t shdr, alloc, limit, part, offset, gap; in rxgk_alloc_txbuf() local
476 unsigned int offset = sp->offset, len = sp->len; in rxgk_verify_packet_integrity() local
525 unsigned int offset = sp->offset, len = sp->len; in rxgk_verify_packet_encrypted() local
760 static int rxgk_pad_out(struct sk_buff *response, size_t len, size_t offset) in rxgk_pad_out()
781 size_t offset) in rxgk_insert_response_header()
831 size_t offset) in rxgk_construct_authenticator()
888 size_t offset, in rxgk_encrypt_authenticator()
920 size_t len, auth_len, authx_len, offset, auth_offset, authx_offset; in rxgk_construct_response() local
1189 unsigned int offset = sizeof(struct rxrpc_wire_header); in rxgk_verify_response() local
/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_hw.c61 u32 offset, u32 data) in xgene_enet_ring_wr32()
69 u32 offset, u32 *data) in xgene_enet_ring_rd32()
224 u32 offset, u32 val) in xgene_enet_wr_csr()
232 u32 offset, u32 val) in xgene_enet_wr_ring_if()
240 u32 offset, u32 val) in xgene_enet_wr_diag_csr()
248 u32 offset, u32 val) in xgene_enet_wr_mcx_csr()
291 u32 offset, u32 *val) in xgene_enet_rd_csr()
299 u32 offset, u32 *val) in xgene_enet_rd_diag_csr()
307 u32 offset, u32 *val) in xgene_enet_rd_mcx_csr()
/linux/drivers/gpu/drm/tegra/
H A Dfalcon.c20 static void falcon_writel(struct falcon *falcon, u32 value, u32 offset) in falcon_writel()
51 unsigned long offset, in falcon_copy_chunk()
175 unsigned long offset; in falcon_boot() local
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmmio.c142 static u32 mt7615_rr(struct mt76_dev *mdev, u32 offset) in mt7615_rr()
150 static void mt7615_wr(struct mt76_dev *mdev, u32 offset, u32 val) in mt7615_wr()
158 static u32 mt7615_rmw(struct mt76_dev *mdev, u32 offset, u32 mask, u32 val) in mt7615_rmw()
/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py955 offset=None, argument
1067 offset=None, argument
1120 offset=None, argument
1171 offset=None, argument
1190 offset=None, argument
1209 offset=None, argument
1228 offset=None, argument
1257 offset=None, argument
1276 offset=None, argument
1336 offset=None, argument
[all …]
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c229 u16 offset, size; in ice_pkg_enum_section() local
294 u32 *offset, in ice_pkg_enum_entry()
344 u32 *offset) in ice_sw_fv_handler()
377 u32 offset; in ice_get_prof_index_max() local
466 u32 index, u32 *offset) in ice_marker_ptype_tcam_handler()
546 void *section, u32 index, u32 *offset) in ice_label_enum_handler()
607 u32 *offset) in ice_boost_tcam_handler()
788 u32 offset; in ice_get_sw_fv_bitmap() local
826 u32 offset; in ice_get_sw_fv_list() local
1263 u32 offset, info; in ice_ddp_send_hunk() local
[all …]

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