| /kernel/linux/linux-6.6/arch/powerpc/kernel/ |
| 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()
|
| /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()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
| D | syscalls.h | 100 u32 offset1, u32 offset2, u32 count); 105 long sys_ppc32_fadvise64(int fd, u32 unused, u32 offset1, u32 offset2, 108 unsigned int offset1, 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, 134 unsigned int offset1,
|
| /kernel/linux/linux-6.6/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() 176 * unsigned char offset1; // offset to add to access in the table_0004 % 16 492 unsigned int channel_v, offset1, op; in decode_block() local 517 offset1 = 0; in decode_block() 546 /* offset1 += yyyy */ in decode_block() 548 offset1 += 1 + yyyy; in decode_block() 549 offset1 &= 0x0F; in decode_block() 550 nbits = ptable8004[offset1 * 2]; in decode_block() [all …]
|
| /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() 176 * unsigned char offset1; // offset to add to access in the table_0004 % 16 492 unsigned int channel_v, offset1, op; in decode_block() local 517 offset1 = 0; in decode_block() 546 /* offset1 += yyyy */ in decode_block() 548 offset1 += 1 + yyyy; in decode_block() 549 offset1 &= 0x0F; in decode_block() 550 nbits = ptable8004[offset1 * 2]; in decode_block() [all …]
|
| /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-6.6/drivers/rtc/ |
| D | rtc-m48t86.c | 198 unsigned int offset1 = M48T86_NVRAM(M48T86_NVRAM_LEN - 1); in m48t86_verify_chip() local 202 tmp1 = m48t86_readb(&pdev->dev, offset1); in m48t86_verify_chip() 205 m48t86_writeb(&pdev->dev, 0x55, offset1); in m48t86_verify_chip() 206 if (m48t86_readb(&pdev->dev, offset1) == 0x55) { in m48t86_verify_chip() 207 m48t86_writeb(&pdev->dev, 0xaa, offset1); in m48t86_verify_chip() 208 if (m48t86_readb(&pdev->dev, offset1) == 0xaa && in m48t86_verify_chip() 211 m48t86_writeb(&pdev->dev, tmp1, offset1); in m48t86_verify_chip()
|
| /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-6.6/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/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-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
| D | dispc.c | 1823 unsigned *offset0, unsigned *offset1, in calc_vrfb_rotation_offset() argument 1865 *offset1 = 0; in calc_vrfb_rotation_offset() 1888 *offset1 = 0; in calc_vrfb_rotation_offset() 1910 unsigned *offset0, unsigned *offset1, in calc_dma_rotation_offset() argument 1948 *offset1 = 0; in calc_dma_rotation_offset() 1950 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_dma_rotation_offset() 1952 *offset0 = *offset1; in calc_dma_rotation_offset() 1963 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset() 1965 *offset0 = *offset1 + field_offset * ps; in calc_dma_rotation_offset() 1967 *offset0 = *offset1; in calc_dma_rotation_offset() [all …]
|
| /kernel/linux/linux-6.6/drivers/iio/adc/ |
| D | qcom-spmi-rradc.c | 663 int64_t offset1, offset2; in rradc_read_offset() local 683 offset1 = -(fab_offset * RR_ADC_TEMP_FS_VOLTAGE_DEN * in rradc_read_offset() 685 offset1 += (int64_t)RR_ADC_TEMP_FS_VOLTAGE_NUM / 2ULL; in rradc_read_offset() 686 offset1 = div64_s64(offset1, in rradc_read_offset() 702 *val = (int)(offset1 - offset2 - 1); in rradc_read_offset() 705 offset1 = -RR_ADC_DIE_TEMP_OFFSET * in rradc_read_offset() 708 offset1 = div64_s64(offset1, RR_ADC_TEMP_FS_VOLTAGE_NUM); in rradc_read_offset() 721 *val = (int)(offset1 - offset2); in rradc_read_offset()
|
| /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-6.6/Documentation/devicetree/bindings/soundwire/ |
| D | qcom,soundwire.yaml | 108 qcom,ports-offset1: 111 Payload transport window offset1 of each data port. 234 - qcom,ports-offset1 271 qcom,ports-offset1 = /bits/ 8 <0x00 0x00 0x0b 0x01 0x01>;
|
| /kernel/linux/linux-6.6/drivers/nvmem/ |
| D | microchip-otpc.c | 109 * offset1 +------------+ <-- packet 1 111 * offset1 + 0x4 +------------+ 129 * where offset1, offset2, offsetN depends on the size of payload 0, payload 1, 136 * the range [offset1, offset2) the data registers are updated by controller
|
| /kernel/linux/linux-6.6/drivers/s390/crypto/ |
| D | zcrypt_msgtype6.h | 38 unsigned int offset1; /* 0x00000058 (offset to CPRB) */ member 88 unsigned int offset1; /* offset to CPRB */ member 134 .offset1 = 0x00000058, in rng_type6cprb_msgx()
|
| D | zcrypt_msgtype6.c | 197 .offset1 = 0x00000058, in icamex_msg_to_type6mex_msgx() 266 .offset1 = 0x00000058, in icacrt_msg_to_type6crt_msgx() 341 .offset1 = 0x00000058, in xcrb_msg_to_type6cprb_msgx() 402 msg->hdr.offset2 = msg->hdr.offset1 + rcblen; in xcrb_msg_to_type6cprb_msgx() 466 .offset1 = 0x00000058, in xcrb_msg_to_type6_ep11cprb_msgx() 638 data + msg->fmt2.offset1, msg->fmt2.count1)) in convert_type86_xcrb() 684 data + msg->fmt2.offset1, msg->fmt2.count1)) in convert_type86_ep11_xcrb() 889 len = t86r->fmt2.offset1 + t86r->fmt2.count1; in zcrypt_msgtype6_receive() 939 len = t86r->fmt2.offset1 + t86r->fmt2.count1; in zcrypt_msgtype6_receive_ep11()
|
| /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()
|
| /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-6.6/drivers/macintosh/ |
| D | windfarm_pm81.c | 170 s16 offset1; member 185 s16 offset1; member 203 .offset1 = 0x0208, 215 .offset1 = 0x0000, 227 .offset1 = 0x0091, 297 wf_smu_sys_fans->offset1 = param->offset1; in wf_smu_create_sys_fans() 364 cputarget = ((((s64)cputarget) * (s64)st->scale1) >> 12) + st->offset1; in wf_smu_sys_fans_tick()
|
| /kernel/linux/linux-6.6/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/arch/sh/include/asm/ |
| D | syscalls_32.h | 18 asmlinkage int sys_fadvise64_64_wrapper(int fd, u32 offset0, u32 offset1,
|
| /kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt76x2/ |
| D | mcu.h | 60 u8 offset1; member
|
| /kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x2/ |
| D | mcu.h | 60 u8 offset1; member
|