Searched refs:offset2 (Results 1 - 25 of 34) sorted by relevance

12

/linux-master/drivers/misc/echo/
H A Dfir.h96 int offset2; local
100 offset2 = fir->curr_pos;
101 offset1 = fir->taps - offset2;
106 y += fir->coeffs[i] * fir->history[i + offset2];
138 int offset2; local
141 offset2 = fir->curr_pos;
142 offset1 = fir->taps - offset2;
147 y += fir->coeffs[i] * fir->history[i + offset2];
H A Decho.c111 int offset2; local
122 offset2 = ec->curr_pos;
123 offset1 = ec->taps - offset2;
130 exp = (ec->fir_state_bg.history[i + offset2] * factor);
/linux-master/arch/powerpc/kernel/
H A Dsys_ppc32.c88 u32, offset1, u32, offset2, u32, count)
90 return ksys_readahead(fd, merge_64(offset1, offset2), count);
108 int, fd, u32, unused, u32, offset1, u32, offset2,
111 return ksys_fadvise64_64(fd, merge_64(offset1, offset2), len,
117 unsigned int, offset1, unsigned int, offset2,
120 loff_t offset = merge_64(offset1, offset2);
129 u32, offset1, u32, offset2, u32, len1, u32, len2)
132 merge_64(offset1, offset2),
/linux-master/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-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_tl_debugfs.h71 * @offset2: offset of 2nd optional register
77 size_t offset2; member in struct:adf_tl_dbg_counter
90 .offset2 = _offset2 \
H A Dadf_tl_debugfs.c189 tl_collect_values_u32(telemetry, ctr->offset2, hist_cnt);
598 ctr.offset2 += rp_regs_sz * rp_regs_index;
/linux-master/drivers/s390/crypto/
H A Dzcrypt_msgtype6.h39 unsigned int offset2; /* 0x00000000 */ member in struct:type6_hdr
90 unsigned int offset2; /* db offset 0x00000000 for PKD */ member in struct:type86_fmt2_ext
H A Dzcrypt_msgtype6.c402 msg->hdr.offset2 = msg->hdr.offset1 + rcblen;
651 data + msg->fmt2.offset2, msg->fmt2.count2))
703 memcpy(buffer, data + msg->fmt2.offset2, msg->fmt2.count2);
888 len = t86r->fmt2.offset2 + t86r->fmt2.count2;
/linux-master/drivers/iio/pressure/
H A Dmprls0025pa.h66 * @offset2: pressure offset, decimal number
86 int offset2; member in struct:mpr_data
H A Dmprls0025pa.c316 *val2 = data->offset2;
418 data->offset = div_s64_rem(offset, NANO, &data->offset2);
/linux-master/drivers/iio/adc/
H A Dqcom-spmi-rradc.c663 int64_t offset1, offset2; local
689 offset2 = (int64_t)RR_ADC_CHG_TEMP_OFFSET_MILLI_DEGC *
692 offset2 += ((int64_t)MILLI * RR_ADC_TEMP_FS_VOLTAGE_NUM) / 2;
693 offset2 = div64_s64(
694 offset2, ((int64_t)MILLI * RR_ADC_TEMP_FS_VOLTAGE_NUM));
702 *val = (int)(offset1 - offset2 - 1);
710 offset2 = -(int64_t)RR_ADC_CHG_TEMP_OFFSET_MILLI_DEGC *
713 offset2 = div64_s64(offset2,
721 *val = (int)(offset1 - offset2);
[all...]
/linux-master/lib/zstd/compress/
H A Dzstd_lazy.c1604 { size_t offset2=999999999; local
1605 size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &offset2, mls, rowLog, searchMethod, dictMode);
1606 int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offset2))); /* raw approx */
1609 matchLength = ml2, offcode = offset2, start = ip;
1640 { size_t offset2=999999999; local
1641 size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &offset2, mls, rowLog, searchMethod, dictMode);
1642 int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offset2))); /* raw approx */
1645 matchLength = ml2, offcode = offset2, start = ip;
1960 { size_t offset2=999999999; local
1961 size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &offset2, ml
1992 { size_t offset2=999999999; local
[all...]
/linux-master/drivers/soundwire/
H A Dbus.h181 params->offset2 = off2;
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dhw.c1389 u32 rfpath, eeaddr, group, offset1, offset2; local
1441 offset2 = group % 3;
1443 offset2 + offset1 * 21;
1457 offset2 = group % 3;
1459 if (rom_content[base1 + offset2 + offset1 * 21] != 0xFF)
1462 offset2 + offset1 * 21] >> (rfpath * 4))
1467 if (rom_content[EEPROM_HT20_TX_PWR_INX_DIFF_2G + offset2
1471 + offset2 + offset1 * 21] >> (rfpath * 4))
1476 if (rom_content[EEPROM_OFDM_TX_PWR_INX_DIFF_2G + offset2
1480 + offset2
[all...]
/linux-master/drivers/media/usb/pwc/
H A Dpwc-dec23.c148 unsigned int offset2 = 0x0000; local
152 pdec->table_d800[i] = offset2;
155 offset2 += 0x7bc4;
177 * unsigned char offset2; // offset to add to access in the table_0004
/linux-master/drivers/video/fbdev/riva/
H A Driva_hw.c1313 state->offset2 =
1416 NV_WR32(chip->PGRAPH, 0x00000638, state->offset2);
1458 NV_WR32(chip->PGRAPH, 0x00000648, state->offset2);
1506 NV_WR32(chip->PGRAPH, 0x00000648, state->offset2);
1516 NV_WR32(chip->PGRAPH, 0x00000828, state->offset2);
1745 state->offset2 = NV_RD32(chip->PGRAPH, 0x00000638);
1755 state->offset2 = NV_RD32(chip->PGRAPH, 0x00000648);
1767 state->offset2 = NV_RD32(chip->PGRAPH, 0x00000648);
H A Driva_hw.h523 U032 offset2; member in struct:_riva_hw_state
/linux-master/net/netfilter/ipvs/
H A Dip_vs_core.c1587 unsigned int offset, offset2, ihl, verdict; local
1660 offset2 = offset + cih->ihl * 4;
1662 ulen = ipvs_udp_decap(ipvs, skb, offset2, AF_INET,
1666 ulen = ipvs_gre_decap(ipvs, skb, offset2, AF_INET,
1672 offset = offset2 + ulen;
1697 offset2 = offset;
1743 offset2 -= ihl + sizeof(_icmph);
1767 if (pskb_pull(skb, offset2) == NULL)
/linux-master/drivers/pci/controller/
H A Dvmd.c595 resource_size_t *offset2)
641 *offset2 = dev->resource[VMD_MEMBAR2].start -
593 vmd_get_phys_offsets(struct vmd_dev *vmd, bool native_hint, resource_size_t *offset1, resource_size_t *offset2) argument
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc.c155 u16 offset1, offset2; local
184 &offset2) ||
253 *(__be16 *)(data + offset2) =
255 *(__be32 *)(data + offset2 + 2) =
257 *(__be32 *)(data + offset2 + 6) = htonl(nsec);
653 u16 offset1, offset2; local
666 &offset1, &offset2) ||
/linux-master/include/linux/soundwire/
H A Dsdw.h774 * @offset2: Blockoffset of the payload data
791 unsigned int offset2; member in struct:sdw_transport_params
/linux-master/drivers/pinctrl/
H A Dpinctrl-rockchip.c151 iom3, offset0, offset1, offset2, \
160 { .type = iom2, .offset = offset2 }, \
168 offset2, offset3) \
182 { .drv_type = drv2, .offset = offset2 }, \
191 offset2, offset3, pull0, \
206 { .drv_type = drv2, .offset = offset2 }, \
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c806 u16 offset1, offset2; local
828 &offset1, &offset2) ||
850 *(__be16 *)(data + offset2) = htons(origin_timestamp.sec_msb);
851 *(__be32 *)(data + offset2 + 2) =
853 *(__be32 *)(data + offset2 + 6) = htonl(origin_timestamp.nsec);
1546 u16 offset1, offset2; local
1561 &offset1, &offset2))
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c1105 e->offset2 = addr >> 32;
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h1139 uint32_t offset2; uint32_t reserved; member in struct:idt_entry

Completed in 385 milliseconds

12