Home
last modified time | relevance | path

Searched refs:offset2 (Results 1 – 25 of 39) sorted by relevance

12

/linux/arch/powerpc/kernel/
H A Dsys_ppc32.c88 u32, offset1, u32, offset2, u32, count) in PPC32_SYSCALL_DEFINE5() argument
90 return ksys_readahead(fd, merge_64(offset1, offset2), count); in PPC32_SYSCALL_DEFINE5()
108 int, fd, u32, unused, u32, offset1, u32, offset2, in PPC32_SYSCALL_DEFINE6() argument
111 return ksys_fadvise64_64(fd, merge_64(offset1, offset2), len, in PPC32_SYSCALL_DEFINE6()
117 unsigned int, offset1, unsigned int, offset2, in PPC32_SYSCALL_DEFINE6() argument
120 loff_t offset = merge_64(offset1, offset2); in PPC32_SYSCALL_DEFINE6()
129 u32, offset1, u32, offset2, u32, len1, u32, len2) in SYSCALL_DEFINE6() argument
132 merge_64(offset1, offset2), in SYSCALL_DEFINE6()
/linux/arch/powerpc/include/asm/
H A Dsyscalls.h100 u32 offset1, u32 offset2, u32 count);
105 long sys_ppc32_fadvise64(int fd, u32 unused, u32 offset1, u32 offset2,
109 unsigned int offset2,
112 long sys_ppc_fallocate(int fd, int mode, u32 offset1, u32 offset2,
126 u32 offset1, u32 offset2, u32 count);
131 long compat_sys_ppc32_fadvise64(int fd, u32 unused, u32 offset1, u32 offset2,
135 unsigned int offset2,
/linux/drivers/iio/adc/
H A Dqcom-spmi-rradc.c661 int64_t offset1, offset2; in rradc_read_offset() local
687 offset2 = (int64_t)RR_ADC_CHG_TEMP_OFFSET_MILLI_DEGC * in rradc_read_offset()
690 offset2 += ((int64_t)MILLI * RR_ADC_TEMP_FS_VOLTAGE_NUM) / 2; in rradc_read_offset()
691 offset2 = div64_s64( in rradc_read_offset()
692 offset2, ((int64_t)MILLI * RR_ADC_TEMP_FS_VOLTAGE_NUM)); in rradc_read_offset()
700 *val = (int)(offset1 - offset2 - 1); in rradc_read_offset()
708 offset2 = -(int64_t)RR_ADC_CHG_TEMP_OFFSET_MILLI_DEGC * in rradc_read_offset()
711 offset2 = div64_s64(offset2, in rradc_read_offset()
719 *val = (int)(offset1 - offset2); in rradc_read_offset()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_tl_debugfs.h82 size_t offset2; member
95 .offset2 = _offset2 \
H A Dadf_tl_debugfs.c189 tl_collect_values_u32(telemetry, ctr->offset2, hist_cnt); in tl_lat_acc_avg()
637 ctr.offset2 += rp_regs_sz * rp_regs_index; in tl_print_rp_data()
/linux/drivers/s390/crypto/
H A Dzcrypt_msgtype6.h39 unsigned int offset2; /* 0x00000000 */ member
90 unsigned int offset2; /* db offset 0x00000000 for PKD */ member
H A Dzcrypt_msgtype6.c396 msg->hdr.offset2 = msg->hdr.offset1 + rcblen; in xcrb_msg_to_type6cprb_msgx()
642 data + msg->fmt2.offset2, msg->fmt2.count2)) in convert_type86_xcrb()
693 memcpy(buffer, data + msg->fmt2.offset2, msg->fmt2.count2); in convert_type86_rng()
877 len = t86r->fmt2.offset2 + t86r->fmt2.count2; in zcrypt_msgtype6_receive()
/linux/drivers/media/usb/pwc/
H A Dpwc-dec23.c148 unsigned int offset2 = 0x0000; in fill_table_dc00_d800() local
152 pdec->table_d800[i] = offset2; in fill_table_dc00_d800()
155 offset2 += 0x7bc4; in fill_table_dc00_d800()
/linux/arch/arm64/boot/dts/qcom/
H A Dsdm845-wcd9340.dtsi66 qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x1f 0x00 0x00 0x1f 0x00 0x00>;
H A Dsm8750.dtsi2361 … qcom,ports-offset2 = /bits/ 8 <0xff 0x07 0x1f 0xff 0x07 0x1f 0xff 0xff 0xff 0xff 0xff 0xff 0xff>;
2408 qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x0b 0x00 0x00 0x00 0xff 0xff 0x00 0xff 0xff 0xff>;
2472 … qcom,ports-offset2 = /bits/ 8 <0xff 0x07 0x1f 0xff 0x07 0x1f 0xff 0xff 0xff 0xff 0xff 0xff 0xff>;
2525 qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x00 0x00>;
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192d/
H A Dhw_common.c368 u32 rfpath, eeaddr, group, offset, offset1, offset2; in _rtl92d_readpowervalue_fromprom() local
421 offset2 = group % 3; in _rtl92d_readpowervalue_fromprom()
423 eeaddr += offset2 + offset1 * 21; in _rtl92d_readpowervalue_fromprom()
438 offset2 = group % 3; in _rtl92d_readpowervalue_fromprom()
439 offset = offset2 + offset1 * 21; in _rtl92d_readpowervalue_fromprom()
/linux/net/netfilter/ipvs/
H A Dip_vs_core.c1587 unsigned int offset, offset2, ihl, verdict; in ip_vs_in_icmp() local
1660 offset2 = offset + cih->ihl * 4; in ip_vs_in_icmp()
1662 ulen = ipvs_udp_decap(ipvs, skb, offset2, AF_INET, in ip_vs_in_icmp()
1666 ulen = ipvs_gre_decap(ipvs, skb, offset2, AF_INET, in ip_vs_in_icmp()
1672 offset = offset2 + ulen; in ip_vs_in_icmp()
1697 offset2 = offset; in ip_vs_in_icmp()
1743 offset2 -= ihl + sizeof(_icmph); in ip_vs_in_icmp()
1767 if (pskb_pull(skb, offset2) == NULL) in ip_vs_in_icmp()
/linux/drivers/video/fbdev/riva/
H A Driva_hw.c1316 state->offset2 = in CalcStateExt()
1419 NV_WR32(chip->PGRAPH, 0x00000638, state->offset2); in LoadStateExt()
1461 NV_WR32(chip->PGRAPH, 0x00000648, state->offset2); in LoadStateExt()
1509 NV_WR32(chip->PGRAPH, 0x00000648, state->offset2); in LoadStateExt()
1519 NV_WR32(chip->PGRAPH, 0x00000828, state->offset2); in LoadStateExt()
1748 state->offset2 = NV_RD32(chip->PGRAPH, 0x00000638); in UnloadStateExt()
1758 state->offset2 = NV_RD32(chip->PGRAPH, 0x00000648); in UnloadStateExt()
1770 state->offset2 = NV_RD32(chip->PGRAPH, 0x00000648); in UnloadStateExt()
H A Driva_hw.h523 U032 offset2; member
/linux/drivers/soundwire/
H A Dbus.h212 params->offset2 = off2; in sdw_fill_xport_params()
H A Damd_manager.c581 dpn_offsetctrl |= FIELD_PREP(AMD_DPN_OFFSET_CTRL_2, params->offset2); in amd_sdw_transport_params()
/linux/drivers/pinctrl/
H A Dpinctrl-rockchip.c90 offset2, offset3, pull0, \ argument
99 { .type = iom2, .offset = offset2 }, \
111 offset2, offset3, drv0, \ argument
120 { .type = iom2, .offset = offset2 }, \
195 iom3, offset0, offset1, offset2, \ argument
204 { .type = iom2, .offset = offset2 }, \
212 offset2, offset3) \ argument
226 { .drv_type = drv2, .offset = offset2 }, \
235 offset2, offset3, pull0, \ argument
250 { .drv_type = drv2, .offset = offset2 }, \
[all …]
/linux/Documentation/driver-api/
H A Dio-mapping.rst60 addr2 = io_mapping_map_local_wc(map2, offset2);
/linux/drivers/pci/controller/
H A Dvmd.c583 resource_size_t *offset2) in vmd_get_phys_offsets() argument
629 *offset2 = dev->resource[VMD_MEMBAR2].start - in vmd_get_phys_offsets()
/linux/drivers/gpu/drm/vc4/
H A Dvc4_plane.c604 s32 offset, offset2; in vc4_write_ppf() local
640 offset2 = src - dst * scale; in vc4_write_ppf()
641 offset2 >>= 16 - PHASE_BITS; in vc4_write_ppf()
642 phase = offset + (offset2 >> 1); in vc4_write_ppf()
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c806 u16 offset1, offset2; in dpaa2_eth_enable_tx_tstamp() local
828 &offset1, &offset2) || in dpaa2_eth_enable_tx_tstamp()
850 *(__be16 *)(data + offset2) = htons(origin_timestamp.sec_msb); in dpaa2_eth_enable_tx_tstamp()
851 *(__be32 *)(data + offset2 + 2) = in dpaa2_eth_enable_tx_tstamp()
853 *(__be32 *)(data + offset2 + 6) = htonl(origin_timestamp.nsec); in dpaa2_eth_enable_tx_tstamp()
1545 u16 offset1, offset2; in dpaa2_eth_tx() local
1560 &offset1, &offset2)) in dpaa2_eth_tx()
/linux/include/linux/soundwire/
H A Dsdw.h775 unsigned int offset2; member
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h1199 uint32_t offset2; uint32_t reserved; member
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dprocessor.c707 e->offset2 = addr >> 32; in set_idt_entry()
/linux/drivers/net/ethernet/broadcom/
H A Dcnic.c4537 u32 val, offset0, offset1, offset2, offset3; in cnic_init_bnx2_tx_ring() local
4565 offset2 = BNX2_L2CTX_TBDR_BHADDR_HI_XI; in cnic_init_bnx2_tx_ring()
4573 offset2 = BNX2_L2CTX_TBDR_BHADDR_HI; in cnic_init_bnx2_tx_ring()
4590 cnic_ctx_wr(dev, cid_addr, offset2, val); in cnic_init_bnx2_tx_ring()

12