Home
last modified time | relevance | path

Searched refs:value (Results 14701 - 14725 of 29859) sorted by relevance

1...<<581582583584585586587588589590>>...1195

/third_party/typescript/tests/baselines/reference/
H A DexportEmptyArrayBindingPattern(module=commonjs,target=esnext).js7 Object.defineProperty(exports, "__esModule", { value: true });
H A DexportEmptyObjectBindingPattern(module=commonjs,target=esnext).js7 Object.defineProperty(exports, "__esModule", { value: true });
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_wifi.c282 hi_s32 ret, value, i; in sta_start_adv_param() local
289 value = (argv[i] != HI_NULL) ? atoi(argv[i]) : HI_WIFI_PHY_MODE_11BGN; in sta_start_adv_param()
290 if ((value == HI_WIFI_PHY_MODE_11B) && (argv[1] != HI_NULL) && (strcmp(argv[1], "20"))) { /* 20:bw */ in sta_start_adv_param()
294 ret = hi_wifi_sta_set_protocol_mode((hi_wifi_protocol_mode)value); in sta_start_adv_param()
311 value = (argv[i] != HI_NULL) ? atoi(argv[i]) : HI_WIFI_MGMT_FRAME_PROTECTION_OPTIONAL; in sta_start_adv_param()
312 ret = hi_wifi_set_pmf((hi_wifi_pmf_options)value); in sta_start_adv_param()
850 * Func description: get wps pin value
1097 hi_s32 ret, value, i; in cmd_set_softap_advance() local
1108 value = (argv[i] != HI_NULL) ? atoi(argv[i]) : HI_WIFI_PHY_MODE_11BGN; in cmd_set_softap_advance()
1109 if ((value in cmd_set_softap_advance()
[all...]
/device/soc/rockchip/common/vendor/drivers/phy/
H A Dphy-rockchip-csi2-dphy-hw.c226 static inline void write_sys_grf_reg(struct csi2_dphy_hw *hw, int index, u8 value) in write_sys_grf_reg() argument
229 unsigned int val = HIWORD_UPDATE(value, reg->mask, reg->shift); in write_sys_grf_reg()
236 static inline void write_grf_reg(struct csi2_dphy_hw *hw, int index, u8 value) in write_grf_reg() argument
239 unsigned int val = HIWORD_UPDATE(value, reg->mask, reg->shift); in write_grf_reg()
259 static inline void write_csi2_dphy_reg(struct csi2_dphy_hw *hw, int index, u32 value) in write_csi2_dphy_reg() argument
265 writel(value, hw->hw_base_addr + reg->offset); in write_csi2_dphy_reg()
269 static inline void write_csi2_dphy_reg_mask(struct csi2_dphy_hw *hw, int index, u32 value, u32 mask) in write_csi2_dphy_reg_mask() argument
276 read_val |= value; in write_csi2_dphy_reg_mask()
280 static inline void read_csi2_dphy_reg(struct csi2_dphy_hw *hw, int index, u32 *value) in read_csi2_dphy_reg() argument
286 *value in read_csi2_dphy_reg()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-csi2-dphy-hw.c225 int index, u8 value) in write_sys_grf_reg()
228 unsigned int val = HIWORD_UPDATE(value, reg->mask, reg->shift); in write_sys_grf_reg()
235 int index, u8 value) in write_grf_reg()
238 unsigned int val = HIWORD_UPDATE(value, reg->mask, reg->shift); in write_grf_reg()
258 int index, u32 value) in write_csi2_dphy_reg()
266 writel(value, hw->hw_base_addr + reg->offset); in write_csi2_dphy_reg()
270 int index, u32 value, u32 mask) in write_csi2_dphy_reg_mask()
277 read_val |= value; in write_csi2_dphy_reg_mask()
282 int index, u32 *value) in read_csi2_dphy_reg()
290 *value in read_csi2_dphy_reg()
224 write_sys_grf_reg(struct csi2_dphy_hw *hw, int index, u8 value) write_sys_grf_reg() argument
234 write_grf_reg(struct csi2_dphy_hw *hw, int index, u8 value) write_grf_reg() argument
257 write_csi2_dphy_reg(struct csi2_dphy_hw *hw, int index, u32 value) write_csi2_dphy_reg() argument
269 write_csi2_dphy_reg_mask(struct csi2_dphy_hw *hw, int index, u32 value, u32 mask) write_csi2_dphy_reg_mask() argument
281 read_csi2_dphy_reg(struct csi2_dphy_hw *hw, int index, u32 *value) read_csi2_dphy_reg() argument
[all...]
/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_sdk_if_test.cpp340 int32_t PropCallBack(const struct UsbFnInterface *intf, const char *name, const char *value) in PropCallBack() argument
342 if (intf == nullptr || name == nullptr || value == nullptr) { in PropCallBack()
356 info.value = "test_value"; in HWTEST_F()
370 info.value = "test_value"; in HWTEST_F()
384 info.value = "test_value"; in HWTEST_F()
398 info.value = nullptr; in HWTEST_F()
412 info.value = "test_value"; in HWTEST_F()
425 info.value = "test_value"; in HWTEST_F()
440 info.value = "test_value"; in HWTEST_F()
454 info.value in HWTEST_F()
[all...]
/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c48 typedef bool (*DuplicateCheckFunc)(LinkedList *collection, uint64_t value);
1246 g_globalConfigArray[infoIndex].value.pinExpiredPeriod = param->value.pinExpiredPeriod; in UpdateGlobalConfigArray()
1249 g_globalConfigArray[infoIndex].value.enableStatus = param->value.enableStatus; in UpdateGlobalConfigArray()
1335 expiredInfo->pinExpiredPeriod = g_globalConfigArray[i].value.pinExpiredPeriod; in GetPinExpiredInfo()
1360 LOG_INFO("enableStatus:%{public}d authType:%{public}u", g_globalConfigArray[infoIndex].value.enableStatus, in GetEnableStatus()
1363 return g_globalConfigArray[infoIndex].value.enableStatus; in GetEnableStatus()
1367 return g_globalConfigArray[infoIndex].value.enableStatus; in GetEnableStatus()
1371 return (!g_globalConfigArray[infoIndex].value in GetEnableStatus()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/
H A Domap-des.c191 #define omap_des_write(dd, offset, value) \
193 pr_err("omap_des_write(" #offset "=%#x) value=%#x\n", \
194 offset, value); \
195 __raw_writel(value, dd->io_base + offset); \
199 u32 value) in omap_des_write()
201 __raw_writel(value, dd->io_base + offset); in omap_des_write()
206 u32 value, u32 mask) in omap_des_write_mask()
212 val |= value; in omap_des_write_mask()
217 u32 *value, int count) in omap_des_write_n()
219 for (; count--; value in omap_des_write_n()
198 omap_des_write(struct omap_des_dev *dd, u32 offset, u32 value) omap_des_write() argument
205 omap_des_write_mask(struct omap_des_dev *dd, u32 offset, u32 value, u32 mask) omap_des_write_mask() argument
216 omap_des_write_n(struct omap_des_dev *dd, u32 offset, u32 *value, int count) omap_des_write_n() argument
[all...]
/kernel/linux/linux-5.10/drivers/clk/
H A Dclk-versaclock5.c736 u32 value; in vc5_update_mode() local
738 if (!of_property_read_u32(np_output, "idt,mode", &value)) { in vc5_update_mode()
740 switch (value) { in vc5_update_mode()
749 value << VC5_CLK_OUTPUT_CFG0_CFG_SHIFT; in vc5_update_mode()
761 u32 value; in vc5_update_power() local
764 &value)) { in vc5_update_power()
766 switch (value) { in vc5_update_power()
786 u32 value; in vc5_update_slew() local
788 if (!of_property_read_u32(np_output, "idt,slew-percent", &value)) { in vc5_update_slew()
790 switch (value) { in vc5_update_slew()
[all...]
/kernel/linux/linux-5.10/drivers/edac/
H A De752x_edac.c270 * map the scrubbing bandwidth to a hardware register value. The 'set'
271 * operation finds the 'matching or higher value'. Note that scrubbing
280 u16 scrubval; /* register value for scrub rate */
285 * so the scrubbing bandwidth value isn't all that important - scrubbing is
1001 /* Translate the desired scrub rate to a e752x/3100 register value. in set_sdram_scrub_rate()
1003 * desired rate and program the cooresponding register value. in set_sdram_scrub_rate()
1017 /* Convert current scrub rate value into byte/sec bandwidth */
1041 "Invalid sdram scrub control value: 0x%x\n", scrubval); in get_sdram_scrub_rate()
1075 u8 value; in e752x_init_csrows() local
1100 pci_read_config_byte(pdev, E752X_DRB + index, &value); in e752x_init_csrows()
1143 u8 value, last, row; e752x_init_mem_map_table() local
[all...]
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dbindec.S11 | a0 points to the input extended precision value
12 | value in memory; d0 contains the k-factor sign-extended
31 | ILOG is the log base 10 of the input value. It is
33 | value is viewed as 2^^e * 1.f in extended precision.
34 | This value is stored in d6.
122 | a2: pointer to FP_X; abs(original value) in ext
217 | ILOG is the log base 10 of the input value. It is approx-
218 | imated by adding e + 0.f when the original value is viewed
219 | as 2^^e * 1.f in extended precision. This value is stored
453 | Check d2 for excess 10 exponential value
[all...]
/kernel/linux/linux-5.10/arch/parisc/math-emu/
H A Ddbl_float.h13 #define Dbl_firstword(value) Dallp1(value)
14 #define Dbl_secondword(value) Dallp2(value)
15 #define Dbl_thirdword(value) dummy_location
16 #define Dbl_fourthword(value) dummy_location
99 #define Dbl_signextendedsign(value) Dsignedsign(value)
246 #define Dbl_set_exponentmantissap1(dest,value) \
247 Deposit_dexponentmantissap1(dest,value)
[all...]
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dbindec.S11 | a0 points to the input extended precision value
12 | value in memory; d0 contains the k-factor sign-extended
31 | ILOG is the log base 10 of the input value. It is
33 | value is viewed as 2^^e * 1.f in extended precision.
34 | This value is stored in d6.
122 | a2: pointer to FP_X; abs(original value) in ext
217 | ILOG is the log base 10 of the input value. It is approx-
218 | imated by adding e + 0.f when the original value is viewed
219 | as 2^^e * 1.f in extended precision. This value is stored
453 | Check d2 for excess 10 exponential value
[all...]
/kernel/linux/linux-6.6/arch/parisc/math-emu/
H A Ddbl_float.h13 #define Dbl_firstword(value) Dallp1(value)
14 #define Dbl_secondword(value) Dallp2(value)
15 #define Dbl_thirdword(value) dummy_location
16 #define Dbl_fourthword(value) dummy_location
99 #define Dbl_signextendedsign(value) Dsignedsign(value)
246 #define Dbl_set_exponentmantissap1(dest,value) \
247 Deposit_dexponentmantissap1(dest,value)
[all...]
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dgoodix.c282 static int goodix_i2c_write_u8(struct i2c_client *client, u16 reg, u8 value) in goodix_i2c_write_u8() argument
284 return goodix_i2c_write(client, reg, &value, sizeof(value)); in goodix_i2c_write_u8()
596 static int goodix_pin_acpi_output_method(struct goodix_ts_data *ts, int value) in goodix_pin_acpi_output_method() argument
601 status = acpi_execute_simple_method(handle, "INTO", value); in goodix_pin_acpi_output_method()
612 static int goodix_pin_acpi_output_method(struct goodix_ts_data *ts, int value) in goodix_pin_acpi_output_method() argument
620 static int goodix_irq_direction_output(struct goodix_ts_data *ts, int value) in goodix_irq_direction_output() argument
629 return gpiod_direction_output(ts->gpiod_int, value); in goodix_irq_direction_output()
633 * as active-low, use output_raw to avoid the value inversion. in goodix_irq_direction_output()
635 return gpiod_direction_output_raw(ts->gpiod_int, value); in goodix_irq_direction_output()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H A Dcx18-av-core.c15 int cx18_av_write(struct cx18 *cx, u16 addr, u8 value) in cx18_av_write() argument
22 x = (x & ~(mask << shift)) | ((u32)value << shift); in cx18_av_write()
27 int cx18_av_write_expect(struct cx18 *cx, u16 addr, u8 value, u8 eval, u8 mask) in cx18_av_write_expect() argument
33 x = (x & ~((u32)0xff << shift)) | ((u32)value << shift); in cx18_av_write_expect()
39 int cx18_av_write4(struct cx18 *cx, u16 addr, u32 value) in cx18_av_write4() argument
41 cx18_write_reg(cx, value, 0xc40000 + addr); in cx18_av_write4()
46 cx18_av_write4_expect(struct cx18 *cx, u16 addr, u32 value, u32 eval, u32 mask) in cx18_av_write4_expect() argument
48 cx18_write_reg_expect(cx, value, 0xc40000 + addr, eval, mask); in cx18_av_write4_expect()
52 int cx18_av_write4_noretry(struct cx18 *cx, u16 addr, u32 value) in cx18_av_write4_noretry() argument
54 cx18_write_reg_noretry(cx, value, in cx18_av_write4_noretry()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dfw.c168 u8 value; in rtl92d_download_fw() local
221 value = rtl_read_byte(rtlpriv, 0x1f); in rtl92d_download_fw()
222 value |= BIT(5); in rtl92d_download_fw()
223 rtl_write_byte(rtlpriv, 0x1f, value); in rtl92d_download_fw()
226 value = rtl_read_byte(rtlpriv, 0x1f); in rtl92d_download_fw()
227 value |= BIT(5); in rtl92d_download_fw()
228 rtl_write_byte(rtlpriv, 0x1f, value); in rtl92d_download_fw()
246 value = rtl_read_byte(rtlpriv, 0x1f); in rtl92d_download_fw()
247 value &= (~BIT(5)); in rtl92d_download_fw()
248 rtl_write_byte(rtlpriv, 0x1f, value); in rtl92d_download_fw()
[all...]
/kernel/linux/linux-5.10/drivers/pci/
H A Dxen-pcifront.c199 dev_dbg(&pdev->xdev->dev, "read got back value %x\n", in pcifront_bus_read()
200 op.value); in pcifront_bus_read()
202 *val = op.value; in pcifront_bus_read()
223 .value = val, in pcifront_bus_write()
252 .value = nvec, in pci_frontend_enable_msix()
275 if (likely(!op.value)) { in pci_frontend_enable_msix()
288 pr_info("enable msix get value %x\n", op.value); in pci_frontend_enable_msix()
289 err = op.value; in pci_frontend_enable_msix()
330 vector[0] = op.value; in pci_frontend_enable_msi()
[all...]
/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dxdomain.c824 struct tb_property_dir *dir = property->value.dir; in populate_service()
830 svc->prtcid = p->value.immediate; in populate_service()
833 svc->prtcvers = p->value.immediate; in populate_service()
836 svc->prtcrevs = p->value.immediate; in populate_service()
839 svc->prtcstns = p->value.immediate; in populate_service()
910 xd->device = p->value.immediate; in populate_properties()
915 xd->vendor = p->value.immediate; in populate_properties()
925 xd->device_name = kstrdup(p->value.text, GFP_KERNEL); in populate_properties()
928 xd->vendor_name = kstrdup(p->value.text, GFP_KERNEL); in populate_properties()
1648 if (p && p->value in remove_directory()
[all...]
H A Dnhi.c159 static void ring_iowrite32desc(struct tb_ring *ring, u32 value, u32 offset) in ring_iowrite32desc() argument
161 iowrite32(value, ring_desc_base(ring) + offset); in ring_iowrite32desc()
164 static void ring_iowrite64desc(struct tb_ring *ring, u64 value, u32 offset) in ring_iowrite64desc() argument
166 iowrite32(value, ring_desc_base(ring) + offset); in ring_iowrite64desc()
167 iowrite32(value >> 32, ring_desc_base(ring) + offset + 4); in ring_iowrite64desc()
170 static void ring_iowrite32options(struct tb_ring *ring, u32 value, u32 offset) in ring_iowrite32options() argument
172 iowrite32(value, ring_options_base(ring) + offset); in ring_iowrite32options()
797 int value = 0; /* Suppress uninitialized usage warning. */ in nhi_interrupt_work() local
812 value = ioread32(nhi->iobase in nhi_interrupt_work()
819 if ((value in nhi_interrupt_work()
[all...]
/kernel/linux/linux-5.10/sound/ppc/
H A Dpmac.c374 * xfers when the number of residual bytes gets below a certain value - I can
1079 ucontrol->value.integer.value[0] = chip->auto_mute; in pmac_auto_mute_get()
1087 if (ucontrol->value.integer.value[0] != chip->auto_mute) { in pmac_auto_mute_put()
1088 chip->auto_mute = !!ucontrol->value.integer.value[0]; in pmac_auto_mute_put()
1101 ucontrol->value.integer.value[0] = chip->detect_headphone(chip); in pmac_hp_detect_get()
1103 ucontrol->value in pmac_hp_detect_get()
[all...]
/kernel/linux/linux-5.10/sound/isa/gus/
H A Dgus_pcm.c744 uinfo->value.integer.min = 0; in snd_gf1_pcm_volume_info()
745 uinfo->value.integer.max = 127; in snd_gf1_pcm_volume_info()
755 ucontrol->value.integer.value[0] = gus->gf1.pcm_volume_level_left1; in snd_gf1_pcm_volume_get()
756 ucontrol->value.integer.value[1] = gus->gf1.pcm_volume_level_right1; in snd_gf1_pcm_volume_get()
771 val1 = ucontrol->value.integer.value[0] & 127; in snd_gf1_pcm_volume_put()
772 val2 = ucontrol->value.integer.value[ in snd_gf1_pcm_volume_put()
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwm8753.c230 ucontrol->value.enumerated.item[0] = wm8753->dai_func; in wm8753_get_dai()
241 if (wm8753->dai_func == ucontrol->value.enumerated.item[0]) in wm8753_set_dai()
249 wm8753->dai_func = ucontrol->value.enumerated.item[0]; in wm8753_set_dai()
764 u16 value = 0; in wm8753_set_dai_pll() local
771 value = (pll_div.n << 5) + ((pll_div.k & 0x3c0000) >> 18); in wm8753_set_dai_pll()
772 snd_soc_component_write(component, WM8753_PLL1CTL2 + offset, value); in wm8753_set_dai_pll()
775 value = (pll_div.k & 0x03fe00) >> 9; in wm8753_set_dai_pll()
776 snd_soc_component_write(component, WM8753_PLL1CTL3 + offset, value); in wm8753_set_dai_pll()
779 value = pll_div.k & 0x0001ff; in wm8753_set_dai_pll()
780 snd_soc_component_write(component, WM8753_PLL1CTL4 + offset, value); in wm8753_set_dai_pll()
[all...]
/kernel/linux/linux-5.10/mm/
H A Dzswap.c44 /* The number of same-value filled pages currently stored in zswap */
121 /* Enable/disable handling same-value filled pages (enabled by default) */
156 * decompression. For a same value filled page length is 0.
159 * value - value of the same-value filled pages which have same content
169 unsigned long value; member
993 static int zswap_is_page_same_filled(void *ptr, unsigned long *value) in zswap_is_page_same_filled() argument
1003 *value = page[0]; in zswap_is_page_same_filled()
1007 static void zswap_fill_page(void *ptr, unsigned long value) in zswap_fill_page() argument
1027 unsigned long handle, value; zswap_frontswap_store() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/analogix/
H A Danalogix-anx78xx.c269 unsigned int value; in anx78xx_xtal_clk_sel() local
307 &value); in anx78xx_xtal_clk_sel()
313 (value & SP_MS_TIMER_MARGIN_10_8_MASK) | in anx78xx_xtal_clk_sel()
808 u8 value; in anx78xx_get_downstream_info() local
811 err = drm_dp_dpcd_readb(&anx78xx->aux, DP_SINK_COUNT, &value); in anx78xx_get_downstream_info()
817 if (!DP_GET_SINK_COUNT(value)) { in anx78xx_get_downstream_info()
1094 unsigned int value; in anx78xx_handle_hdmi_int_1() local
1110 SP_SYSTEM_STATUS_REG, &value); in anx78xx_handle_hdmi_int_1()
1116 if (!(value & SP_TMDS_CLOCK_DET)) { in anx78xx_handle_hdmi_int_1()
1121 if (!(value in anx78xx_handle_hdmi_int_1()
[all...]

Completed in 42 milliseconds

1...<<581582583584585586587588589590>>...1195