/kernel/linux/linux-5.10/drivers/misc/echo/ |
D | fir.h | 95 int offset1; in fir16() local 101 offset1 = fir->taps - offset2; in fir16() 103 for (i = fir->taps - 1; i >= offset1; i--) in fir16() 104 y += fir->coeffs[i] * fir->history[i - offset1]; in fir16() 137 int offset1; in fir32() local 142 offset1 = fir->taps - offset2; in fir32() 144 for (i = fir->taps - 1; i >= offset1; i--) in fir32() 145 y += fir->coeffs[i] * fir->history[i - offset1]; in fir32()
|
D | echo.c | 110 int offset1; in lms_adapt_bg() local 123 offset1 = ec->taps - offset2; in lms_adapt_bg() 125 for (i = ec->taps - 1; i >= offset1; i--) { in lms_adapt_bg() 126 exp = (ec->fir_state_bg.history[i - offset1] * factor); in lms_adapt_bg()
|
/kernel/linux/linux-5.10/drivers/media/usb/pwc/ |
D | pwc-dec23.c | 147 unsigned int offset1 = ONE_HALF; in fill_table_dc00_d800() local 151 pdec->table_dc00[i] = offset1 & ~(ONE_HALF); in fill_table_dc00_d800() 154 offset1 += 0x7bc4; in fill_table_dc00_d800() 492 unsigned int channel_v, offset1, op; in decode_block() local 517 offset1 = 0; in decode_block() 548 offset1 += 1 + yyyy; in decode_block() 549 offset1 &= 0x0F; in decode_block() 550 nbits = ptable8004[offset1 * 2]; in decode_block() 557 shift = ptable8004[offset1 * 2 + 1]; in decode_block() 562 pdec->temp_colors[i] += block[MulIdx[offset1][i]]; in decode_block() [all …]
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
D | sys_sh32.c | 51 asmlinkage int sys_fadvise64_64_wrapper(int fd, u32 offset0, u32 offset1, in sys_fadvise64_64_wrapper() argument 55 return ksys_fadvise64_64(fd, (u64)offset1 << 32 | offset0, in sys_fadvise64_64_wrapper() 58 return ksys_fadvise64_64(fd, (u64)offset0 << 32 | offset1, in sys_fadvise64_64_wrapper()
|
/kernel/linux/linux-5.10/drivers/rtc/ |
D | rtc-m48t86.c | 197 unsigned int offset1 = M48T86_NVRAM(M48T86_NVRAM_LEN - 1); in m48t86_verify_chip() local 201 tmp1 = m48t86_readb(&pdev->dev, offset1); in m48t86_verify_chip() 204 m48t86_writeb(&pdev->dev, 0x55, offset1); in m48t86_verify_chip() 205 if (m48t86_readb(&pdev->dev, offset1) == 0x55) { in m48t86_verify_chip() 206 m48t86_writeb(&pdev->dev, 0xaa, offset1); in m48t86_verify_chip() 207 if (m48t86_readb(&pdev->dev, offset1) == 0xaa && in m48t86_verify_chip() 210 m48t86_writeb(&pdev->dev, tmp1, offset1); in m48t86_verify_chip()
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
D | zcrypt_msgtype6.h | 40 unsigned int offset1; /* 0x00000058 (offset to CPRB) */ member 90 unsigned int offset1; /* offset to CPRB */ member 133 .offset1 = 0x00000058, in rng_type6CPRB_msgX()
|
D | zcrypt_msgtype6.c | 254 .offset1 = 0x00000058, in ICAMEX_msg_to_type6MEX_msgX() 323 .offset1 = 0x00000058, in ICACRT_msg_to_type6CRT_msgX() 398 .offset1 = 0x00000058, in XCRB_msg_to_type6CPRB_msgX() 461 msg->hdr.offset2 = msg->hdr.offset1 + rcblen; in XCRB_msg_to_type6CPRB_msgX() 510 .offset1 = 0x00000058, in xcrb_msg_to_type6_ep11cprb_msgx() 728 data + msg->fmt2.offset1, msg->fmt2.count1)) in convert_type86_xcrb() 762 data + msg->fmt2.offset1, msg->fmt2.count1)) in convert_type86_ep11_xcrb() 996 len = t86r->fmt2.offset1 + t86r->fmt2.count1; in zcrypt_msgtype6_receive_ep11()
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
D | windfarm_pm81.c | 169 s16 offset1; member 184 s16 offset1; member 202 .offset1 = 0x0208, 214 .offset1 = 0x0000, 226 .offset1 = 0x0091, 296 wf_smu_sys_fans->offset1 = param->offset1; in wf_smu_create_sys_fans() 363 cputarget = ((((s64)cputarget) * (s64)st->scale1) >> 12) + st->offset1; in wf_smu_sys_fans_tick()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc.c | 1825 unsigned *offset0, unsigned *offset1, in calc_vrfb_rotation_offset() argument 1867 *offset1 = 0; in calc_vrfb_rotation_offset() 1890 *offset1 = 0; in calc_vrfb_rotation_offset() 1912 unsigned *offset0, unsigned *offset1, in calc_dma_rotation_offset() argument 1950 *offset1 = 0; in calc_dma_rotation_offset() 1952 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_dma_rotation_offset() 1954 *offset0 = *offset1; in calc_dma_rotation_offset() 1965 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset() 1967 *offset0 = *offset1 + field_offset * ps; in calc_dma_rotation_offset() 1969 *offset0 = *offset1; in calc_dma_rotation_offset() [all …]
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
D | syscalls_32.h | 18 asmlinkage int sys_fadvise64_64_wrapper(int fd, u32 offset0, u32 offset1,
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | hw.c | 1399 u32 rfpath, eeaddr, group, offset1, offset2; in _rtl92de_readpowervalue_fromprom() local 1450 offset1 = group / 3; in _rtl92de_readpowervalue_fromprom() 1453 offset2 + offset1 * 21; in _rtl92de_readpowervalue_fromprom() 1466 offset1 = group / 3; in _rtl92de_readpowervalue_fromprom() 1469 if (rom_content[base1 + offset2 + offset1 * 21] != 0xFF) in _rtl92de_readpowervalue_fromprom() 1472 offset2 + offset1 * 21] >> (rfpath * 4)) in _rtl92de_readpowervalue_fromprom() 1478 + offset1 * 21] != 0xFF) in _rtl92de_readpowervalue_fromprom() 1481 + offset2 + offset1 * 21] >> (rfpath * 4)) in _rtl92de_readpowervalue_fromprom() 1487 + offset1 * 21] != 0xFF) in _rtl92de_readpowervalue_fromprom() 1490 + offset2 + offset1 * 21] >> (rfpath * 4)) in _rtl92de_readpowervalue_fromprom() [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x2/ |
D | mcu.h | 60 u8 offset1; member
|
D | phy.c | 231 t.offset1 = txp.chain[1].tssi_offset; in mt76x2_phy_tssi_compensate()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/soundwire/ |
D | qcom,sdw.txt | 52 - qcom,ports-offset1: 55 Definition: should specify payload transport window offset1 of each 156 qcom,ports-offset1 = /bits/ 8 <0x01 0x02 0x0C 0x6 0x12 0x0D 0x07 0x0A >;
|
/kernel/linux/linux-5.10/fs/nfsd/ |
D | nfs3proc.c | 474 if (unlikely(resp->offset1)) { in nfsd3_proc_readdir() 477 *resp->offset1 = htonl(offset & 0xffffffff); in nfsd3_proc_readdir() 478 resp->offset1 = NULL; in nfsd3_proc_readdir() 543 if (unlikely(resp->offset1)) { in nfsd3_proc_readdirplus() 546 *resp->offset1 = htonl(offset & 0xffffffff); in nfsd3_proc_readdirplus() 547 resp->offset1 = NULL; in nfsd3_proc_readdirplus()
|
D | nfs3xdr.c | 938 if (unlikely(cd->offset1)) { in encode_entry() 941 *cd->offset1 = htonl(offset64 & 0xffffffff); in encode_entry() 942 cd->offset1 = NULL; in encode_entry() 1028 cd->offset1 = tmp; in encode_entry()
|
D | xdr3.h | 190 __be32 * offset1; member
|
/kernel/linux/linux-5.10/drivers/soundwire/ |
D | bus.h | 183 params->offset1 = off1; in sdw_fill_xport_params()
|
D | qcom.c | 412 value = params->offset1 << SWRM_DP_PORT_CTRL_OFFSET1_SHFT; in qcom_swrm_transport_params() 470 p_rt->transport_params.offset1 = pcfg->off1; in qcom_swrm_compute_params() 481 p_rt->transport_params.offset1 = pcfg->off1; in qcom_swrm_compute_params()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/riva/ |
D | riva_hw.c | 1332 state->offset1 = in CalcStateExt() 1435 NV_WR32(chip->PGRAPH, 0x00000634, state->offset1); in LoadStateExt() 1477 NV_WR32(chip->PGRAPH, 0x00000644, state->offset1); in LoadStateExt() 1525 NV_WR32(chip->PGRAPH, 0x00000644, state->offset1); in LoadStateExt() 1535 NV_WR32(chip->PGRAPH, 0x00000824, state->offset1); in LoadStateExt() 1764 state->offset1 = NV_RD32(chip->PGRAPH, 0x00000634); in UnloadStateExt() 1774 state->offset1 = NV_RD32(chip->PGRAPH, 0x00000644); in UnloadStateExt() 1786 state->offset1 = NV_RD32(chip->PGRAPH, 0x00000644); in UnloadStateExt()
|
D | riva_hw.h | 522 U032 offset1; member
|
/kernel/linux/linux-5.10/drivers/pci/controller/ |
D | vmd.c | 448 resource_size_t *offset1, in vmd_get_phys_offsets() argument 493 *offset1 = dev->resource[VMD_MEMBAR1].start - in vmd_get_phys_offsets()
|
/kernel/linux/linux-5.10/include/linux/soundwire/ |
D | sdw.h | 741 unsigned int offset1; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 2087 unsigned int *offset0, unsigned int *offset1, in calc_offset() argument 2116 *offset1 = 0; in calc_offset() 2606 unsigned int offset0, offset1; in dispc_ovl_setup_common() local 2698 offset1 = 0; in dispc_ovl_setup_common() 2709 &offset0, &offset1, &row_inc, &pix_inc, in dispc_ovl_setup_common() 2714 offset0, offset1, row_inc, pix_inc); in dispc_ovl_setup_common() 2721 swap(offset0, offset1); in dispc_ovl_setup_common() 2724 dispc_ovl_set_ba1(dispc, plane, paddr + offset1); in dispc_ovl_setup_common() 2728 dispc_ovl_set_ba1_uv(dispc, plane, p_uv_addr + offset1); in dispc_ovl_setup_common()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/ |
D | processor.c | 1141 uint16_t offset1; member 1159 e->offset1 = addr >> 16; in set_idt_entry()
|