/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_mac.c | 54 WRITE_ONCE(ads->data3, i->buf_addr[3]); in ar9003_set_txdesc() 168 + ads->data3 + ads->ctl9; in ar9003_calc_ptr_chksum()
|
/kernel/linux/linux-6.6/drivers/firmware/arm_ffa/ |
H A D | driver.c | 297 .a6 = data->data3, .a7 = data->data4, in ffa_msg_send_direct_req() 312 data->data3 = ret.a6; in ffa_msg_send_direct_req()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_mac.c | 54 WRITE_ONCE(ads->data3, i->buf_addr[3]); in ar9003_set_txdesc() 169 + ads->data3 + ads->ctl9; in ar9003_calc_ptr_chksum()
|
/third_party/node/deps/v8/src/ic/ |
H A D | handler-configuration.cc | 74 // This value will go either to data2 or data3 slot depending on whether in InitPrototypeChecksImpl() 534 os << ", data3 = "; in PrintHandler() 535 load_handler.data3().ShortPrint(os); in PrintHandler() 573 os << ", data3 = "; in PrintHandler() 574 store_handler.data3().ShortPrint(os); in PrintHandler()
|
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | qcom_spmi-regulator.c | 1223 u32 vctl, data3, avs_ctl, pmic_sts; in spmi_saw_set_vdd() local 1230 regmap_read(saw_regmap, SAW3_SPM_PMIC_DATA_3, &data3); in spmi_saw_set_vdd() 1236 data3 &= ~SAW3_VCTL_CLEAR_MASK; in spmi_saw_set_vdd() 1237 data3 |= (u32)voltage_sel; in spmi_saw_set_vdd() 1248 regmap_write(saw_regmap, SAW3_SPM_PMIC_DATA_3, data3); in spmi_saw_set_vdd()
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | qcom_spmi-regulator.c | 1337 u32 vctl, data3, avs_ctl, pmic_sts; in spmi_saw_set_vdd() local 1344 regmap_read(saw_regmap, SAW3_SPM_PMIC_DATA_3, &data3); in spmi_saw_set_vdd() 1350 data3 &= ~SAW3_VCTL_CLEAR_MASK; in spmi_saw_set_vdd() 1351 data3 |= (u32)voltage_sel; in spmi_saw_set_vdd() 1362 regmap_write(saw_regmap, SAW3_SPM_PMIC_DATA_3, data3); in spmi_saw_set_vdd()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drv/hi3516cv500/ |
H A D | hifb_graphic_drv.h | 160 hi_u32 data3; member
|
/kernel/linux/linux-5.10/include/xen/interface/ |
H A D | platform.h | 180 uint16_t data3; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | arm_ffa.h | 212 unsigned long data3; /* w6/x6 */ member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_virt.h | 90 u32 data1, u32 data2, u32 data3);
|
/kernel/linux/linux-6.6/include/xen/interface/ |
H A D | platform.h | 163 uint16_t data3; member
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | VertexAttributeTest.cpp | 759 TestData data3(GL_INT_10_10_10_2_OES, GL_FALSE, Source::IMMEDIATE, packedInput.data(), in TEST_P() 765 {{data4, 4}, {bufferedData4, 4}, {data3, 3}, {bufferedData3, 3}}}; in TEST_P() 813 TestData data3(GL_INT_10_10_10_2_OES, GL_TRUE, Source::IMMEDIATE, packedInput.data(), in TEST_P() 819 {{data4, 4}, {bufferedData4, 4}, {data3, 3}, {bufferedData3, 3}}}; in TEST_P() 865 TestData data3(GL_UNSIGNED_INT_10_10_10_2_OES, GL_FALSE, Source::BUFFER, packedInput.data(), in TEST_P() 871 {{data4, 4}, {bufferedData4, 4}, {data3, 3}, {bufferedData3, 3}}}; in TEST_P() 920 TestData data3(GL_UNSIGNED_INT_10_10_10_2_OES, GL_TRUE, Source::IMMEDIATE, packedInput.data(), in TEST_P() 926 {{data4, 4}, {bufferedData4, 4}, {data3, 3}, {bufferedData3, 3}}}; in TEST_P()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | listformattertest.cpp | 719 const char16_t* data3; in TestContextual() member 768 if (cas.data3 == nullptr) { in TestContextual() 773 const UnicodeString inputs3[] = { cas.data1, cas.data2, cas.data3 }; in TestContextual()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jidctflt-sse.asm | 318 subps xmm3, xmm4 ; xmm3=data3=(30 31 32 33) 483 subps xmm0, xmm4 ; xmm0=data3=(03 13 23 33) 506 packssdw mm4, mm7 ; mm4=data3=(03 13 23 33)
|
H A D | jidctflt-sse2.asm | 280 subps xmm3, xmm4 ; xmm3=data3=(30 31 32 33) 431 subps xmm5, xmm4 ; xmm5=data3=(03 13 23 33) 440 addps xmm5, xmm2 ; xmm5=roundint(data3/8)=(03 ** 13 ** 23 ** 33 **)
|
H A D | jidctfst-mmx.asm | 279 psubw mm0, mm2 ; mm0=data3=(30 31 32 33) 432 psubw mm1, mm2 ; mm1=data3=(03 13 23 33)
|
H A D | jidctfst-sse2.asm | 271 psubw xmm0, xmm2 ; xmm0=data3=(30 31 32 33 34 35 36 37) 431 psubw xmm7, xmm0 ; xmm7=data3=(03 13 23 33 43 53 63 73)
|
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/ |
H A D | lan743x_main.h | 781 __le32 data3; member 819 __le32 data3; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_dmcu.c | 859 uint32_t *data3) in dcn10_get_scp_results() 870 *data3 = REG_READ(SLAVE_COMM_DATA_REG3); in dcn10_get_scp_results() 855 dcn10_get_scp_results(struct dmcu *dmcu, uint32_t *cmd, uint32_t *data1, uint32_t *data2, uint32_t *data3) dcn10_get_scp_results() argument
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jidctfst-sse2.asm | 264 psubw xmm0, xmm2 ; xmm0=data3=(30 31 32 33 34 35 36 37) 424 psubw xmm7, xmm0 ; xmm7=data3=(03 13 23 33 43 53 63 73)
|
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/ |
H A D | init.c | 2654 unsigned short data2, data3; in SiS_SetCRT1ModeRegs() local 2726 data3 = SiS_GetColorDepth(SiS_Pr, ModeNo, ModeIdIndex) >> 1; in SiS_SetCRT1ModeRegs() 2727 if(data3) data2 /= data3; in SiS_SetCRT1ModeRegs() 2755 data3 = SiS_GetColorDepth(SiS_Pr, ModeNo, ModeIdIndex) >> 1; in SiS_SetCRT1ModeRegs() 2756 if(data3) data2 *= data3; in SiS_SetCRT1ModeRegs()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/ |
H A D | init.c | 2654 unsigned short data2, data3; in SiS_SetCRT1ModeRegs() local 2725 data3 = SiS_GetColorDepth(SiS_Pr, ModeNo, ModeIdIndex) >> 1; in SiS_SetCRT1ModeRegs() 2726 if(data3) data2 /= data3; in SiS_SetCRT1ModeRegs() 2754 data3 = SiS_GetColorDepth(SiS_Pr, ModeNo, ModeIdIndex) >> 1; in SiS_SetCRT1ModeRegs() 2755 if(data3) data2 *= data3; in SiS_SetCRT1ModeRegs()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rxmq.c | 1357 he->data3 |= le16_encode_bits(le32_get_bits(phy_data->d0, in iwl_mvm_decode_he_phy_data() 1363 he->data3 |= le16_encode_bits(le32_get_bits(phy_data->d0, in iwl_mvm_decode_he_phy_data() 1367 he->data3 |= le16_encode_bits(le32_get_bits(phy_data->d0, in iwl_mvm_decode_he_phy_data() 1435 he->data3 |= le16_encode_bits(le32_get_bits(phy_data->d0, in iwl_mvm_decode_he_phy_data()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mac.c | 256 he->data3 = HE_PREP(DATA3_BSS_COLOR, BSS_COLOR, rxv[14]) | in mt7915_mac_decode_he_radiotap() 271 he->data3 |= HE_PREP(DATA3_BEAM_CHANGE, BEAM_CHNG, rxv[14]) | in mt7915_mac_decode_he_radiotap() 279 he->data3 |= HE_PREP(DATA3_UL_DL, UPLINK, rxv[2]); in mt7915_mac_decode_he_radiotap() 286 he->data3 |= HE_PREP(DATA3_UL_DL, UPLINK, rxv[2]); in mt7915_mac_decode_he_radiotap()
|
/third_party/lame/frontend/ |
H A D | gtkanal.c | 252 double *data, *data2, *data3; in plot_frame() local 708 data3 = &pplot->xfsf_s[gr][ch][0]; in plot_frame() 714 data3 = &pplot->xfsf[gr][ch][0]; in plot_frame() 770 ycord[i] = log10(MAX(data3[i], (double) 1)); in plot_frame()
|