| /drivers/media/usb/pwc/ |
| A 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() 570 offset1 += hash_table_ops [htable_idx * 4 + 2]; in decode_block() [all …]
|
| /drivers/rtc/ |
| A 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()
|
| /drivers/crypto/intel/qat/qat_common/ |
| A D | adf_tl_debugfs.h | 76 size_t offset1; member 83 .offset1 = _offset \ 89 .offset1 = _offset1, \
|
| A D | adf_tl_debugfs.c | 123 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() 584 ctr.offset1 += rp_regs_sz * rp_regs_index; in tl_print_rp_data()
|
| /drivers/macintosh/ |
| A 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()
|
| /drivers/iio/adc/ |
| A D | qcom-spmi-rradc.c | 661 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()
|
| /drivers/s390/crypto/ |
| A 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()
|
| A D | zcrypt_msgtype6.c | 192 .offset1 = 0x00000058, in icamex_msg_to_type6mex_msgx() 261 .offset1 = 0x00000058, in icacrt_msg_to_type6crt_msgx() 336 .offset1 = 0x00000058, in xcrb_msg_to_type6cprb_msgx() 397 msg->hdr.offset2 = msg->hdr.offset1 + rcblen; in xcrb_msg_to_type6cprb_msgx() 460 .offset1 = 0x00000058, in xcrb_msg_to_type6_ep11cprb_msgx() 631 data + msg->fmt2.offset1, msg->fmt2.count1)) in convert_type86_xcrb() 675 data + msg->fmt2.offset1, msg->fmt2.count1)) in convert_type86_ep11_xcrb() 880 len = t86r->fmt2.offset1 + t86r->fmt2.count1; in zcrypt_msgtype6_receive() 930 len = t86r->fmt2.offset1 + t86r->fmt2.count1; in zcrypt_msgtype6_receive_ep11()
|
| /drivers/video/fbdev/omap2/omapfb/dss/ |
| A D | dispc.c | 1854 *offset1 = 0; in calc_vrfb_rotation_offset() 1877 *offset1 = 0; in calc_vrfb_rotation_offset() 1937 *offset1 = 0; in calc_dma_rotation_offset() 1941 *offset0 = *offset1; in calc_dma_rotation_offset() 1956 *offset0 = *offset1; in calc_dma_rotation_offset() 1966 *offset0 = *offset1; in calc_dma_rotation_offset() 1981 *offset0 = *offset1; in calc_dma_rotation_offset() 2005 *offset1 = 0; in calc_dma_rotation_offset() 2075 *offset1 = 0; in calc_tiler_rotation_offset() 2079 *offset0 = *offset1; in calc_tiler_rotation_offset() [all …]
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | gfx_v10_3_0_cleaner_shader.asm | 88 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
|
| A D | gfx_v11_0_3_cleaner_shader.asm | 84 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
|
| A D | gfx_v10_1_10_cleaner_shader.asm | 89 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
|
| A D | gfx_v9_4_3_cleaner_shader.asm | 98 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
|
| A D | gfx_v9_4_2_cleaner_shader.asm | 98 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
|
| /drivers/net/wireless/mediatek/mt76/mt76x2/ |
| A D | mcu.h | 60 u8 offset1; member
|
| A D | phy.c | 231 t.offset1 = txp.chain[1].tssi_offset; in mt76x2_phy_tssi_compensate()
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8192d/ |
| A D | hw_common.c | 368 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()
|
| /drivers/video/fbdev/riva/ |
| A D | riva_hw.c | 1312 state->offset1 = in CalcStateExt() 1415 NV_WR32(chip->PGRAPH, 0x00000634, state->offset1); in LoadStateExt() 1457 NV_WR32(chip->PGRAPH, 0x00000644, state->offset1); in LoadStateExt() 1505 NV_WR32(chip->PGRAPH, 0x00000644, state->offset1); in LoadStateExt() 1515 NV_WR32(chip->PGRAPH, 0x00000824, state->offset1); in LoadStateExt() 1744 state->offset1 = NV_RD32(chip->PGRAPH, 0x00000634); in UnloadStateExt() 1754 state->offset1 = NV_RD32(chip->PGRAPH, 0x00000644); in UnloadStateExt() 1766 state->offset1 = NV_RD32(chip->PGRAPH, 0x00000644); in UnloadStateExt()
|
| A D | riva_hw.h | 522 U032 offset1; member
|
| /drivers/soundwire/ |
| A D | bus.h | 201 params->offset1 = off1; in sdw_fill_xport_params()
|
| /drivers/gpu/drm/omapdrm/dss/ |
| A D | dispc.c | 2056 unsigned int *offset0, unsigned int *offset1, in calc_offset() argument 2085 *offset1 = 0; in calc_offset() 2588 unsigned int offset0, offset1; in dispc_ovl_setup_common() local 2680 offset1 = 0; in dispc_ovl_setup_common() 2691 &offset0, &offset1, &row_inc, &pix_inc, in dispc_ovl_setup_common() 2696 offset0, offset1, row_inc, pix_inc); in dispc_ovl_setup_common() 2703 swap(offset0, offset1); in dispc_ovl_setup_common() 2706 dispc_ovl_set_ba1(dispc, plane, paddr + offset1); in dispc_ovl_setup_common() 2710 dispc_ovl_set_ba1_uv(dispc, plane, p_uv_addr + offset1); in dispc_ovl_setup_common()
|
| /drivers/pci/controller/ |
| A D | vmd.c | 585 resource_size_t *offset1, in vmd_get_phys_offsets() argument 630 *offset1 = dev->resource[VMD_MEMBAR1].start - in vmd_get_phys_offsets()
|
| /drivers/pinctrl/ |
| A D | pinctrl-rockchip.c | 89 offset0, offset1, \ argument 98 { .type = iom1, .offset = offset1 }, \ 172 iom3, offset0, offset1, offset2, \ argument 180 { .type = iom1, .offset = offset1 }, \ 188 drv3, offset0, offset1, \ argument 202 { .drv_type = drv1, .offset = offset1 }, \ 211 drv3, offset0, offset1, \ argument 226 { .drv_type = drv1, .offset = offset1 }, \
|
| /drivers/net/ethernet/freescale/dpaa2/ |
| A D | dpaa2-eth.c | 806 u16 offset1, offset2; in dpaa2_eth_enable_tx_tstamp() local 828 &offset1, &offset2) || in dpaa2_eth_enable_tx_tstamp() 855 if (priv->ptp_correction_off == offset1) in dpaa2_eth_enable_tx_tstamp() 858 priv->dpaa2_set_onestep_params_cb(priv, offset1, udp); in dpaa2_eth_enable_tx_tstamp() 859 priv->ptp_correction_off = offset1; in dpaa2_eth_enable_tx_tstamp() 1546 u16 offset1, offset2; in dpaa2_eth_tx() local 1561 &offset1, &offset2)) in dpaa2_eth_tx()
|
| /drivers/net/ethernet/freescale/enetc/ |
| A D | enetc.c | 234 u16 offset1, offset2; in enetc_map_tx_buffs() local 284 if (enetc_ptp_parse(skb, &udp, &msgtype, &twostep, &offset1, in enetc_map_tx_buffs() 389 val |= ENETC_SET_SINGLE_STEP_OFFSET(offset1); in enetc_map_tx_buffs() 1010 u16 offset1, offset2; in enetc_xmit() local 1023 &offset1, &offset2) || in enetc_xmit()
|