/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | sys_ppc32.c | 88 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-6.3-rc2/drivers/misc/echo/ |
A D | fir.h | 96 int offset2; in fir16() local 100 offset2 = fir->curr_pos; in fir16() 101 offset1 = fir->taps - offset2; in fir16() 106 y += fir->coeffs[i] * fir->history[i + offset2]; in fir16() 138 int offset2; in fir32() local 141 offset2 = fir->curr_pos; in fir32() 142 offset1 = fir->taps - offset2; in fir32() 147 y += fir->coeffs[i] * fir->history[i + offset2]; in fir32()
|
A D | echo.c | 111 int offset2; in lms_adapt_bg() local 122 offset2 = ec->curr_pos; in lms_adapt_bg() 123 offset1 = ec->taps - offset2; in lms_adapt_bg() 130 exp = (ec->fir_state_bg.history[i + offset2] * factor); in lms_adapt_bg()
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | syscalls.h | 100 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-6.3-rc2/drivers/iio/adc/ |
A D | qcom-spmi-rradc.c | 663 int64_t offset1, offset2; in rradc_read_offset() local 689 offset2 = (int64_t)RR_ADC_CHG_TEMP_OFFSET_MILLI_DEGC * in rradc_read_offset() 692 offset2 += ((int64_t)MILLI * RR_ADC_TEMP_FS_VOLTAGE_NUM) / 2; in rradc_read_offset() 693 offset2 = div64_s64( in rradc_read_offset() 694 offset2, ((int64_t)MILLI * RR_ADC_TEMP_FS_VOLTAGE_NUM)); in rradc_read_offset() 702 *val = (int)(offset1 - offset2 - 1); in rradc_read_offset() 710 offset2 = -(int64_t)RR_ADC_CHG_TEMP_OFFSET_MILLI_DEGC * in rradc_read_offset() 713 offset2 = div64_s64(offset2, in rradc_read_offset() 721 *val = (int)(offset1 - offset2); in rradc_read_offset()
|
/linux-6.3-rc2/drivers/s390/crypto/ |
A D | zcrypt_msgtype6.h | 39 unsigned int offset2; /* 0x00000000 */ member 90 unsigned int offset2; /* db offset 0x00000000 for PKD */ member
|
A D | zcrypt_msgtype6.c | 402 msg->hdr.offset2 = msg->hdr.offset1 + rcblen; in xcrb_msg_to_type6cprb_msgx() 717 data + msg->fmt2.offset2, msg->fmt2.count2)) in convert_type86_xcrb() 769 memcpy(buffer, data + msg->fmt2.offset2, msg->fmt2.count2); in convert_type86_rng() 951 len = t86r->fmt2.offset2 + t86r->fmt2.count2; in zcrypt_msgtype6_receive()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/soundwire/ |
A D | qcom,soundwire.yaml | 107 qcom,ports-offset2: 110 Payload transport window offset2 of each data port. 223 - qcom,ports-offset2 254 qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x0b 0x00 0x00>;
|
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
A D | hw.c | 1399 u32 rfpath, eeaddr, group, offset1, offset2; in _rtl92de_readpowervalue_fromprom() local 1451 offset2 = group % 3; in _rtl92de_readpowervalue_fromprom() 1453 offset2 + offset1 * 21; in _rtl92de_readpowervalue_fromprom() 1467 offset2 = group % 3; in _rtl92de_readpowervalue_fromprom() 1472 offset2 + offset1 * 21] >> (rfpath * 4)) in _rtl92de_readpowervalue_fromprom() 1481 + offset2 + offset1 * 21] >> (rfpath * 4)) in _rtl92de_readpowervalue_fromprom() 1490 + offset2 + offset1 * 21] >> (rfpath * 4)) in _rtl92de_readpowervalue_fromprom() 1495 if (rom_content[EEPROM_HT40_MAX_PWR_OFFSET_2G + offset2 in _rtl92de_readpowervalue_fromprom() 1499 + offset2 + offset1 * 21] >> (rfpath * 4)) in _rtl92de_readpowervalue_fromprom() 1504 if (rom_content[EEPROM_HT20_MAX_PWR_OFFSET_2G + offset2 in _rtl92de_readpowervalue_fromprom() [all …]
|
/linux-6.3-rc2/lib/zstd/compress/ |
A D | zstd_lazy.c | 1604 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_generic() local 1605 … size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &offset2, mls, rowLog, searchMethod, dictMode); in ZSTD_compressBlock_lazy_generic() 1609 matchLength = ml2, offcode = offset2, start = ip; in ZSTD_compressBlock_lazy_generic() 1640 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_generic() local 1641 … size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &offset2, mls, rowLog, searchMethod, dictMode); in ZSTD_compressBlock_lazy_generic() 1645 matchLength = ml2, offcode = offset2, start = ip; in ZSTD_compressBlock_lazy_generic() 1960 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_extDict_generic() local 1961 …size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &offset2, mls, rowLog, searchMethod, ZSTD_extDict); in ZSTD_compressBlock_lazy_extDict_generic() 1965 matchLength = ml2, offcode = offset2, start = ip; in ZSTD_compressBlock_lazy_extDict_generic() 1992 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_extDict_generic() local [all …]
|
/linux-6.3-rc2/drivers/media/usb/pwc/ |
A D | pwc-dec23.c | 148 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-6.3-rc2/arch/arm64/boot/dts/qcom/ |
A D | sdm845-wcd9340.dtsi | 66 qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x1f 0x00 0x00 0x1f 0x00 0x00>;
|
/linux-6.3-rc2/net/netfilter/ipvs/ |
A D | ip_vs_core.c | 1593 unsigned int offset, offset2, ihl, verdict; in ip_vs_in_icmp() local 1666 offset2 = offset + cih->ihl * 4; in ip_vs_in_icmp() 1668 ulen = ipvs_udp_decap(ipvs, skb, offset2, AF_INET, in ip_vs_in_icmp() 1672 ulen = ipvs_gre_decap(ipvs, skb, offset2, AF_INET, in ip_vs_in_icmp() 1678 offset = offset2 + ulen; in ip_vs_in_icmp() 1703 offset2 = offset; in ip_vs_in_icmp() 1749 offset2 -= ihl + sizeof(_icmph); in ip_vs_in_icmp() 1773 if (pskb_pull(skb, offset2) == NULL) in ip_vs_in_icmp()
|
/linux-6.3-rc2/drivers/soundwire/ |
A D | bus.h | 185 params->offset2 = off2; in sdw_fill_xport_params()
|
/linux-6.3-rc2/drivers/video/fbdev/riva/ |
A D | riva_hw.c | 1313 state->offset2 = in CalcStateExt() 1416 NV_WR32(chip->PGRAPH, 0x00000638, state->offset2); in LoadStateExt() 1458 NV_WR32(chip->PGRAPH, 0x00000648, state->offset2); in LoadStateExt() 1506 NV_WR32(chip->PGRAPH, 0x00000648, state->offset2); in LoadStateExt() 1516 NV_WR32(chip->PGRAPH, 0x00000828, state->offset2); in LoadStateExt() 1745 state->offset2 = NV_RD32(chip->PGRAPH, 0x00000638); in UnloadStateExt() 1755 state->offset2 = NV_RD32(chip->PGRAPH, 0x00000648); in UnloadStateExt() 1767 state->offset2 = NV_RD32(chip->PGRAPH, 0x00000648); in UnloadStateExt()
|
A D | riva_hw.h | 523 U032 offset2; member
|
/linux-6.3-rc2/Documentation/driver-api/ |
A D | io-mapping.rst | 60 addr2 = io_mapping_map_local_wc(map2, offset2);
|
/linux-6.3-rc2/Documentation/devicetree/bindings/mtd/ |
A D | qcom,nandc.yaml | 122 It's in the form of <offset1 size1 offset2 size2 offset3 ...>
|
/linux-6.3-rc2/drivers/net/ethernet/freescale/enetc/ |
A D | enetc.c | 148 u16 offset1, offset2; in enetc_map_tx_buffs() local 177 &offset2) || in enetc_map_tx_buffs() 246 *(__be16 *)(data + offset2) = in enetc_map_tx_buffs() 248 *(__be32 *)(data + offset2 + 2) = in enetc_map_tx_buffs() 250 *(__be32 *)(data + offset2 + 6) = htonl(nsec); in enetc_map_tx_buffs() 646 u16 offset1, offset2; in enetc_xmit() local 659 &offset1, &offset2) || in enetc_xmit()
|
/linux-6.3-rc2/drivers/pci/controller/ |
A D | vmd.c | 581 resource_size_t *offset2) in vmd_get_phys_offsets() argument 627 *offset2 = dev->resource[VMD_MEMBAR2].start - in vmd_get_phys_offsets()
|
/linux-6.3-rc2/drivers/pinctrl/ |
A D | pinctrl-rockchip.c | 152 iom3, offset0, offset1, offset2, \ argument 161 { .type = iom2, .offset = offset2 }, \ 169 offset2, offset3) \ argument 183 { .drv_type = drv2, .offset = offset2 }, \ 192 offset2, offset3, pull0, \ argument 207 { .drv_type = drv2, .offset = offset2 }, \
|
/linux-6.3-rc2/include/linux/soundwire/ |
A D | sdw.h | 779 unsigned int offset2; member
|
/linux-6.3-rc2/drivers/net/ethernet/freescale/dpaa2/ |
A D | dpaa2-eth.c | 802 u16 offset1, offset2; in dpaa2_eth_enable_tx_tstamp() local 824 &offset1, &offset2) || in dpaa2_eth_enable_tx_tstamp() 846 *(__be16 *)(data + offset2) = htons(origin_timestamp.sec_msb); in dpaa2_eth_enable_tx_tstamp() 847 *(__be32 *)(data + offset2 + 2) = in dpaa2_eth_enable_tx_tstamp() 849 *(__be32 *)(data + offset2 + 6) = htonl(origin_timestamp.nsec); in dpaa2_eth_enable_tx_tstamp() 1544 u16 offset1, offset2; in dpaa2_eth_tx() local 1559 &offset1, &offset2)) in dpaa2_eth_tx()
|
/linux-6.3-rc2/tools/testing/selftests/kvm/include/x86_64/ |
A D | processor.h | 965 uint32_t offset2; uint32_t reserved; member
|
/linux-6.3-rc2/tools/testing/selftests/kvm/lib/x86_64/ |
A D | processor.c | 1039 e->offset2 = addr >> 32; in set_idt_entry()
|