Home
last modified time | relevance | path

Searched refs:boost (Results 1 – 19 of 19) sorted by relevance

/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dboost.c33 u32 boost = 0; in nvbios_boostTe() local
37 boost = nvbios_rd32(bios, bit_P.offset + 0x30); in nvbios_boostTe()
39 if (boost) { in nvbios_boostTe()
40 *ver = nvbios_rd08(bios, boost + 0); in nvbios_boostTe()
43 *hdr = nvbios_rd08(bios, boost + 1); in nvbios_boostTe()
44 *cnt = nvbios_rd08(bios, boost + 5); in nvbios_boostTe()
45 *len = nvbios_rd08(bios, boost + 2); in nvbios_boostTe()
46 *snr = nvbios_rd08(bios, boost + 4); in nvbios_boostTe()
47 *ssz = nvbios_rd08(bios, boost + 3); in nvbios_boostTe()
48 return boost; in nvbios_boostTe()
DKbuild4 nvkm-y += nvkm/subdev/bios/boost.o
/drivers/usb/serial/
Diuu_phoenix.c38 static int boost = 100; variable
61 u32 boost; member
914 baud * priv->boost / 100, in iuu_set_termios()
985 if (boost < 100) in iuu_open()
986 boost = 100; in iuu_open()
987 priv->boost = boost; in iuu_open()
991 iuu_clk(port, IUU_CLK_3680000 * boost / 100); in iuu_open()
993 iuu_uart_baud(port, baud * boost / 100, &actual, in iuu_open()
997 iuu_clk(port, IUU_CLK_6000000 * boost / 100); in iuu_open()
1001 iuu_uart_baud(port, 16457 * boost / 100, &actual, in iuu_open()
[all …]
/drivers/power/supply/
Dbq2415x_charger.c726 int boost = 0; in bq2415x_set_mode() local
729 boost = 1; in bq2415x_set_mode()
736 if (!boost) in bq2415x_set_mode()
770 else if (boost) in bq2415x_set_mode()
891 int boost; in bq2415x_timer_work() local
907 boost = bq2415x_exec_command(bq, BQ2415X_BOOST_MODE_STATUS); in bq2415x_timer_work()
908 if (boost < 0) { in bq2415x_timer_work()
919 if (boost) { in bq2415x_timer_work()
/drivers/gpu/drm/i915/
Di915_sysfs.c309 bool boost = false; in gt_boost_freq_mhz_store() local
325 boost = atomic_read(&rps->num_waiters); in gt_boost_freq_mhz_store()
328 if (boost) in gt_boost_freq_mhz_store()
Dintel_pm.c6875 bool boost; in gen6_rps_boost() local
6887 boost = false; in gen6_rps_boost()
6891 boost = !atomic_fetch_inc(&rps->num_waiters); in gen6_rps_boost()
6895 if (!boost) in gen6_rps_boost()
/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dbase.c663 struct nvbios_vpstate_entry base, boost; in nvkm_clk_ctor() local
664 if (!nvbios_vpstate_entry(bios, &h, h.boost_id, &boost)) in nvkm_clk_ctor()
665 clk->boost_khz = boost.clock_mhz * 1000; in nvkm_clk_ctor()
/drivers/regulator/
Dstpmic1_regulator.c427 .desc = REG_BOOST(BOOST, boost),
532 MATCH(boost, BOOST),
Dqcom_spmi-regulator.c527 static DEFINE_SPMI_SET_POINTS(boost);
1452 SPMI_VREG(BOOST, 5V_BOOST, 0, INF, BOOST, boost, boost, 0),
1456 SPMI_VREG(BOOST_BYP, BB_2A, 0, INF, BOOST_BYP, boost, boost_byp, 0),
DKconfig371 One boost output voltage is configurable and always on.
943 It is a single boost converter primarily for white LEDs and
/drivers/hwmon/
Dlm93.c274 u8 boost[4]; member
518 return LM93_TEMP_FROM_REG(data->boost[nr]) - in LM93_AUTO_BOOST_HYST_FROM_REGS()
526 (LM93_TEMP_FROM_REG(data->boost[nr]) - hyst), mode); in LM93_AUTO_BOOST_HYST_TO_REG()
972 data->boost[i] = lm93_read_byte(client, LM93_REG_BOOST(i)); in lm93_update_client_common()
1373 return sprintf(buf, "%d\n", LM93_TEMP_FROM_REG(data->boost[nr])); in temp_auto_boost_show()
1391 data->boost[nr] = LM93_TEMP_TO_REG(val); in temp_auto_boost_store()
1392 lm93_write_byte(client, LM93_REG_BOOST(nr), data->boost[nr]); in temp_auto_boost_store()
/drivers/cpufreq/
DKconfig.x8658 file has now been superseded by the more generic "boost" entry.
61 entry in addition to the new boost ones, for compatibility reasons.
Dcpufreq.c611 define_one_global_rw(boost);
2582 ret = sysfs_create_file(cpufreq_global_kobject, &boost.attr); in create_boost_sysfs_file()
2593 sysfs_remove_file(cpufreq_global_kobject, &boost.attr); in remove_boost_sysfs_file()
/drivers/net/ieee802154/
Dca8210.c522 u8 boost : 1; member
1402 pa_cfg_val.boost = 1; in tdme_settxpower()
1407 pa_cfg_val.boost = 0; in tdme_settxpower()
/drivers/media/dvb-frontends/
Ddib3000mc.c484 if (boost) in dib3000mc_set_channel_cfg()
/drivers/scsi/hisi_sas/
Dhisi_sas_v2_hw.c412 u32 boost; member
1214 (signal[2] == att->boost)) { in init_reg_v2_hw()
/drivers/leds/
DKconfig174 The LM3642 is a 4MHz fixed-frequency synchronous boost
/drivers/mfd/
DKconfig1378 high-power "white LED driver". This boost converter is
/drivers/watchdog/
DKconfig1953 As a side note, saying Y here will automatically boost HZ to 1000