Home
last modified time | relevance | path

Searched refs:offset1 (Results 1 – 25 of 51) sorted by relevance

123

/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,
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,
/linux/drivers/media/usb/pwc/
H A Dpwc-dec23.c147 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 …]
/linux/drivers/rtc/
H A Drtc-m48t86.c197 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()
/linux/arch/sh/kernel/
H A Dsys_sh32.c51 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()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_tl_debugfs.h81 size_t offset1; member
88 .offset1 = _offset \
94 .offset1 = _offset1, \
H A Dadf_tl_debugfs.c123 sample_cnt = tl_collect_values_u32(telemetry, ctr->offset1, hist_vals); in tl_calc_count()
185 sample_cnt = tl_collect_values_u64(telemetry, ctr->offset1, hist_vals); in tl_lat_acc_avg()
229 sample_cnt = tl_collect_values_u32(telemetry, ctr->offset1, hist_vals); in tl_bw_hw_units_to_mbps()
303 slice_ctr.offset1 += offset_inc; in tl_print_sl_counter()
352 slice_ctr.offset1 += offset_inc; in tl_print_cmdq_counter()
636 ctr.offset1 += rp_regs_sz * rp_regs_index; in tl_print_rp_data()
/linux/drivers/macintosh/
H A Dwindfarm_pm81.c170 s16 offset1; member
185 s16 offset1; member
203 .offset1 = 0x0208,
215 .offset1 = 0x0000,
227 .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()
/linux/drivers/iio/adc/
H A Dqcom-spmi-rradc.c661 int64_t offset1, offset2; in rradc_read_offset() local
681 offset1 = -(fab_offset * RR_ADC_TEMP_FS_VOLTAGE_DEN * in rradc_read_offset()
683 offset1 += (int64_t)RR_ADC_TEMP_FS_VOLTAGE_NUM / 2ULL; in rradc_read_offset()
684 offset1 = div64_s64(offset1, in rradc_read_offset()
700 *val = (int)(offset1 - offset2 - 1); in rradc_read_offset()
703 offset1 = -RR_ADC_DIE_TEMP_OFFSET * in rradc_read_offset()
706 offset1 = div64_s64(offset1, RR_ADC_TEMP_FS_VOLTAGE_NUM); in rradc_read_offset()
719 *val = (int)(offset1 - offset2); in rradc_read_offset()
/linux/drivers/s390/crypto/
H A Dzcrypt_msgtype6.h38 unsigned int offset1; /* 0x00000058 (offset to CPRB) */ member
88 unsigned int offset1; /* offset to CPRB */ member
134 .offset1 = 0x00000058, in rng_type6cprb_msgx()
H A Dzcrypt_msgtype6.c191 .offset1 = 0x00000058, in icamex_msg_to_type6mex_msgx()
260 .offset1 = 0x00000058, in icacrt_msg_to_type6crt_msgx()
335 .offset1 = 0x00000058, in xcrb_msg_to_type6cprb_msgx()
396 msg->hdr.offset2 = msg->hdr.offset1 + rcblen; in xcrb_msg_to_type6cprb_msgx()
459 .offset1 = 0x00000058, in xcrb_msg_to_type6_ep11cprb_msgx()
630 data + msg->fmt2.offset1, msg->fmt2.count1)) in convert_type86_xcrb()
674 data + msg->fmt2.offset1, msg->fmt2.count1)) in convert_type86_ep11_xcrb()
879 len = t86r->fmt2.offset1 + t86r->fmt2.count1; in zcrypt_msgtype6_receive()
929 len = t86r->fmt2.offset1 + t86r->fmt2.count1; in zcrypt_msgtype6_receive_ep11()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c1812 unsigned *offset0, unsigned *offset1, in calc_vrfb_rotation_offset() argument
1854 *offset1 = 0; in calc_vrfb_rotation_offset()
1877 *offset1 = 0; in calc_vrfb_rotation_offset()
1899 unsigned *offset0, unsigned *offset1, in calc_dma_rotation_offset() argument
1937 *offset1 = 0; in calc_dma_rotation_offset()
1939 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_dma_rotation_offset()
1941 *offset0 = *offset1; in calc_dma_rotation_offset()
1952 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset()
1954 *offset0 = *offset1 + field_offset * ps; in calc_dma_rotation_offset()
1956 *offset0 = *offset1; in calc_dma_rotation_offset()
[all …]
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v10_3_0_cleaner_shader.asm88 ds_write2_b64 v1, v[2:3], v[2:3] offset1:32
89 ds_write2_b64 v1, v[4:5], v[4:5] offset0:64 offset1:96
H A Dgfx_v11_0_3_cleaner_shader.asm84 ds_write2_b64 v1, v[2:3], v[2:3] offset1:32
85 ds_write2_b64 v1, v[4:5], v[4:5] offset0:64 offset1:96
H A Dgfx_v10_1_10_cleaner_shader.asm89 ds_write2_b64 v1, v[2:3], v[2:3] offset1:32
90 ds_write2_b64 v1, v[4:5], v[4:5] offset0:64 offset1:96
H A Dgfx_v9_4_3_cleaner_shader.asm98 ds_write2_b64 v1, v[2:3], v[2:3] offset1:32
99 ds_write2_b64 v1, v[4:5], v[4:5] offset0:64 offset1:96
H A Dgfx_v9_4_2_cleaner_shader.asm98 ds_write2_b64 v1, v[2:3], v[2:3] offset1:32
99 ds_write2_b64 v1, v[4:5], v[4:5] offset0:64 offset1:96
/linux/arch/sh/include/asm/
H A Dsyscalls_32.h18 asmlinkage int sys_fadvise64_64_wrapper(int fd, u32 offset0, u32 offset1,
/linux/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dmcu.h60 u8 offset1; member
/linux/arch/arm64/boot/dts/qcom/
H A Dsdm845-wcd9340.dtsi65 qcom,ports-offset1 = /bits/ 8 <0x01 0x02 0x0c 0x6 0x12 0x0d 0x07 0x0a>;
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192d/
H A Dhw_common.c368 u32 rfpath, eeaddr, group, offset, offset1, offset2; in _rtl92d_readpowervalue_fromprom() local
420 offset1 = group / 3; in _rtl92d_readpowervalue_fromprom()
423 eeaddr += offset2 + offset1 * 21; in _rtl92d_readpowervalue_fromprom()
437 offset1 = group / 3; in _rtl92d_readpowervalue_fromprom()
439 offset = offset2 + offset1 * 21; in _rtl92d_readpowervalue_fromprom()
/linux/drivers/video/fbdev/riva/
H A Driva_hw.c1315 state->offset1 = in CalcStateExt()
1418 NV_WR32(chip->PGRAPH, 0x00000634, state->offset1); in LoadStateExt()
1460 NV_WR32(chip->PGRAPH, 0x00000644, state->offset1); in LoadStateExt()
1508 NV_WR32(chip->PGRAPH, 0x00000644, state->offset1); in LoadStateExt()
1518 NV_WR32(chip->PGRAPH, 0x00000824, state->offset1); in LoadStateExt()
1747 state->offset1 = NV_RD32(chip->PGRAPH, 0x00000634); in UnloadStateExt()
1757 state->offset1 = NV_RD32(chip->PGRAPH, 0x00000644); in UnloadStateExt()
1769 state->offset1 = NV_RD32(chip->PGRAPH, 0x00000644); in UnloadStateExt()
/linux/drivers/soundwire/
H A Dbus.h211 params->offset1 = off1; in sdw_fill_xport_params()
/linux/drivers/pinctrl/
H A Dpinctrl-rockchip.c89 offset0, offset1, \ argument
98 { .type = iom1, .offset = offset1 }, \
110 offset0, offset1, \ argument
119 { .type = iom1, .offset = offset1 }, \
195 iom3, offset0, offset1, offset2, \ argument
203 { .type = iom1, .offset = offset1 }, \
211 drv3, offset0, offset1, \ argument
225 { .drv_type = drv1, .offset = offset1 }, \
234 drv3, offset0, offset1, \ argument
249 { .drv_type = drv1, .offset = offset1 }, \
[all …]
/linux/Documentation/driver-api/
H A Dio-mapping.rst59 addr1 = io_mapping_map_local_wc(map1, offset1);

123