Home
last modified time | relevance | path

Searched refs:offset2 (Results 1 – 25 of 33) sorted by relevance

12

/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,
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/drivers/iio/adc/
H A Dqcom-spmi-rradc.c661 int64_t offset1, offset2; in rradc_read_offset() local
687 offset2 = (int64_t)RR_ADC_CHG_TEMP_OFFSET_MILLI_DEGC * in rradc_read_offset()
690 offset2 += ((int64_t)MILLI * RR_ADC_TEMP_FS_VOLTAGE_NUM) / 2; in rradc_read_offset()
691 offset2 = div64_s64( in rradc_read_offset()
692 offset2, ((int64_t)MILLI * RR_ADC_TEMP_FS_VOLTAGE_NUM)); in rradc_read_offset()
700 *val = (int)(offset1 - offset2 - 1); in rradc_read_offset()
708 offset2 = -(int64_t)RR_ADC_CHG_TEMP_OFFSET_MILLI_DEGC * in rradc_read_offset()
711 offset2 = div64_s64(offset2, in rradc_read_offset()
719 *val = (int)(offset1 - offset2); in rradc_read_offset()
/linux/drivers/s390/crypto/
H A Dzcrypt_msgtype6.h39 unsigned int offset2; /* 0x00000000 */ member
90 unsigned int offset2; /* db offset 0x00000000 for PKD */ member
/linux/drivers/iio/pressure/
H A Dmprls0025pa.h78 int offset2; member
H A Dmprls0025pa.c316 *val2 = data->offset2; in mpr_read_raw()
418 data->offset = div_s64_rem(offset, NANO, &data->offset2); in mpr_common_probe()
/linux/drivers/media/usb/pwc/
H A Dpwc-dec23.c148 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/arch/arm64/boot/dts/qcom/
H A Dsdm845-wcd9340.dtsi66 qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x1f 0x00 0x00 0x1f 0x00 0x00>;
H A Dsm8750.dtsi2274 … qcom,ports-offset2 = /bits/ 8 <0xff 0x07 0x1f 0xff 0x07 0x1f 0xff 0xff 0xff 0xff 0xff 0xff 0xff>;
2321 qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x0b 0x00 0x00 0x00 0xff 0xff 0x00 0xff 0xff 0xff>;
2385 … qcom,ports-offset2 = /bits/ 8 <0xff 0x07 0x1f 0xff 0x07 0x1f 0xff 0xff 0xff 0xff 0xff 0xff 0xff>;
2438 qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x00 0x00>;
H A Dsm8450.dtsi2910 qcom,ports-offset2 = /bits/ 8 <0xff 0x00 0x1f 0xff 0x00 0x1f 0x00 0x00>;
2954 qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x0b 0x00 0x00>;
3014 qcom,ports-offset2 = /bits/ 8 <0xff 0x00 0x1f 0xff 0x00 0x1f 0x00 0x00>;
3046 qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x00 0x00>;
H A Dsm8550.dtsi2905 … qcom,ports-offset2 = /bits/ 8 <0xff 0x07 0x1f 0xff 0x07 0x1f 0xff 0xff 0xff 0xff 0xff 0xff 0xff>;
2949 qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x0b 0x00 0x00 0x00 0xff 0xff 0xff 0xff 0xff 0xff>;
3007 … qcom,ports-offset2 = /bits/ 8 <0xff 0x07 0x1f 0xff 0x07 0x1f 0xff 0xff 0xff 0xff 0xff 0xff 0xff>;
3038 qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x00 0x00>;
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192d/
H A Dhw_common.c368 u32 rfpath, eeaddr, group, offset, offset1, offset2; in _rtl92d_readpowervalue_fromprom() local
421 offset2 = group % 3; in _rtl92d_readpowervalue_fromprom()
423 eeaddr += offset2 + offset1 * 21; in _rtl92d_readpowervalue_fromprom()
438 offset2 = group % 3; in _rtl92d_readpowervalue_fromprom()
439 offset = offset2 + offset1 * 21; in _rtl92d_readpowervalue_fromprom()
/linux/drivers/soundwire/
H A Dbus.h212 params->offset2 = off2; in sdw_fill_xport_params()
H A Damd_manager.c581 dpn_offsetctrl |= FIELD_PREP(AMD_DPN_OFFSET_CTRL_2, params->offset2); in amd_sdw_transport_params()
H A Dstream.c85 ret = sdw_write_no_pm(slave, addr1, t_params->offset2); in _sdw_program_slave_port_params()
H A Dqcom.c1176 p_rt->transport_params.offset2 = pcfg->off2; in qcom_swrm_compute_params()
/linux/drivers/video/fbdev/riva/
H A Driva_hw.c1313 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()
H A Driva_hw.h523 U032 offset2; member
/linux/drivers/pinctrl/
H A Dpinctrl-rockchip.c90 offset2, offset3, pull0, \ argument
99 { .type = iom2, .offset = offset2 }, \
111 offset2, offset3, drv0, \ argument
120 { .type = iom2, .offset = offset2 }, \
195 iom3, offset0, offset1, offset2, \ argument
204 { .type = iom2, .offset = offset2 }, \
212 offset2, offset3) \ argument
226 { .drv_type = drv2, .offset = offset2 }, \
235 offset2, offset3, pull0, \ argument
250 { .drv_type = drv2, .offset = offset2 }, \
[all …]
/linux/Documentation/driver-api/
H A Dio-mapping.rst60 addr2 = io_mapping_map_local_wc(map2, offset2);
/linux/drivers/pci/controller/
H A Dvmd.c583 resource_size_t *offset2) in vmd_get_phys_offsets() argument
629 *offset2 = dev->resource[VMD_MEMBAR2].start - in vmd_get_phys_offsets()
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c806 u16 offset1, offset2; in dpaa2_eth_enable_tx_tstamp() local
828 &offset1, &offset2) || in dpaa2_eth_enable_tx_tstamp()
850 *(__be16 *)(data + offset2) = htons(origin_timestamp.sec_msb); in dpaa2_eth_enable_tx_tstamp()
851 *(__be32 *)(data + offset2 + 2) = in dpaa2_eth_enable_tx_tstamp()
853 *(__be32 *)(data + offset2 + 6) = htonl(origin_timestamp.nsec); in dpaa2_eth_enable_tx_tstamp()
1545 u16 offset1, offset2; in dpaa2_eth_tx() local
1560 &offset1, &offset2)) in dpaa2_eth_tx()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h1183 uint32_t offset2; uint32_t reserved; member
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dprocessor.c585 e->offset2 = addr >> 32; in set_idt_entry()
/linux/drivers/net/ethernet/broadcom/
H A Dcnic.c4540 u32 val, offset0, offset1, offset2, offset3; in cnic_init_bnx2_tx_ring() local
4568 offset2 = BNX2_L2CTX_TBDR_BHADDR_HI_XI; in cnic_init_bnx2_tx_ring()
4576 offset2 = BNX2_L2CTX_TBDR_BHADDR_HI; in cnic_init_bnx2_tx_ring()
4593 cnic_ctx_wr(dev, cid_addr, offset2, val); in cnic_init_bnx2_tx_ring()

12