Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
A 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()
A DKbuild4 nvkm-y += nvkm/subdev/bios/boost.o
/drivers/cpufreq/
A Damd-pstate-trace.h93 bool boost,
102 boost,
111 __field(bool, boost)
121 __entry->boost = boost;
131 (bool)__entry->boost,
A DKconfig.x86110 file has now been superseded by the more generic "boost" entry.
113 entry in addition to the new boost ones, for compatibility reasons.
A Dcpufreq.c589 define_one_global_rw(boost);
634 static struct freq_attr local_boost = __ATTR(boost, 0644, show_local_boost, store_local_boost);
2859 ret = sysfs_create_file(cpufreq_global_kobject, &boost.attr); in create_boost_sysfs_file()
2870 sysfs_remove_file(cpufreq_global_kobject, &boost.attr); in remove_boost_sysfs_file()
/drivers/power/supply/
A Dip5xxx_power.c59 } boost; member
210 if (ip5xxx->regs.boost.light_load_shutdown.enable) { in ip5xxx_initialize()
215 ret = ip5xxx_write(ip5xxx, ip5xxx->regs.boost.load_powerup_en, 1); in ip5xxx_initialize()
229 ret = ip5xxx_write(ip5xxx, ip5xxx->regs.boost.vin_pullout_en, 1); in ip5xxx_initialize()
623 ret = ip5xxx_read(ip5xxx, ip5xxx->regs.boost.enable, &rval); in ip5xxx_boost_get_property()
631 ret = ip5xxx_read(ip5xxx, ip5xxx->regs.boost.undervolt_limit, &rval); in ip5xxx_boost_get_property()
795 ip5xxx_setup_reg(boost_enable, boost.enable); in ip5xxx_setup_regs()
798 ip5xxx_setup_reg(boost_load_powerup_en, boost.load_powerup_en); in ip5xxx_setup_regs()
799 ip5xxx_setup_reg(boost_vin_pullout_en, boost.vin_pullout_en); in ip5xxx_setup_regs()
800 ip5xxx_setup_reg(boost_undervolt_limit, boost.undervolt_limit); in ip5xxx_setup_regs()
[all …]
A Dbq2415x_charger.c727 int boost = 0; in bq2415x_set_mode() local
730 boost = 1; in bq2415x_set_mode()
737 if (!boost) in bq2415x_set_mode()
771 else if (boost) in bq2415x_set_mode()
894 int boost; in bq2415x_timer_work() local
917 boost = bq2415x_exec_command(bq, BQ2415X_BOOST_MODE_STATUS); in bq2415x_timer_work()
918 if (boost < 0) { in bq2415x_timer_work()
929 if (boost) { in bq2415x_timer_work()
A DKconfig51 which include a battery charger and a boost converter.
907 regulation on both charging and boost mode.
/drivers/usb/serial/
A Diuu_phoenix.c38 static int boost = 100; variable
61 u32 boost; member
919 baud * priv->boost / 100, in iuu_set_termios()
990 if (boost < 100) in iuu_open()
991 boost = 100; in iuu_open()
992 priv->boost = boost; in iuu_open()
996 iuu_clk(port, IUU_CLK_3680000 * boost / 100); in iuu_open()
998 iuu_uart_baud(port, baud * boost / 100, &actual, in iuu_open()
1002 iuu_clk(port, IUU_CLK_6000000 * boost / 100); in iuu_open()
1010 iuu_clk(port, IUU_CLK_3579000 * boost / 100); in iuu_open()
[all …]
/drivers/platform/x86/dell/
A Dalienware-wmi-wmax.c816 static int awcc_op_set_fan_boost(struct wmi_device *wdev, u8 fan_id, u8 boost) in awcc_op_set_fan_boost() argument
821 .arg2 = boost, in awcc_op_set_fan_boost()
1041 u32 boost; in fan_boost_show() local
1044 ret = awcc_op_get_fan_boost(priv->wdev, fan->id, &boost); in fan_boost_show()
1048 return sysfs_emit(buf, "%u\n", boost); in fan_boost_show()
1223 u32 boost; in awcc_hwmon_suspend() local
1230 fan->id, &boost); in awcc_hwmon_suspend()
1234 fan->suspend_cache = ret ? 0 : clamp_val(boost, 0, 255); in awcc_hwmon_suspend()
/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
A Dbase.c660 struct nvbios_vpstate_entry base, boost; in nvkm_clk_ctor() local
661 if (!nvbios_vpstate_entry(bios, &h, h.boost_id, &boost)) in nvkm_clk_ctor()
662 clk->boost_khz = boost.clock_mhz * 1000; in nvkm_clk_ctor()
/drivers/regulator/
A Dstpmic1_regulator.c434 .desc = REG_BOOST(BOOST, boost),
550 MATCH(boost, BOOST),
A DKconfig501 One boost output voltage is configurable and always on.
650 via I2C bus. MAX77857 and MAX77831 are high efficiency buck-boost
1206 tristate "Richtek RT4803 boost regulator"
1210 This adds support for RT4803 boost converter that integrates the
1212 RT4803 will enter boost mode. Otherwise, enable internal bypass
1333 synchronous boost converters for PAVDD, and one synchronous NAVDD
1334 buck-boost. This device is suitable for automotive TFT-LCD panel.
1510 It is a single boost converter primarily for white LEDs and
1748 boost regulator and IBB can be used as a negative boost regulator
A Dqcom_spmi-regulator.c611 static DEFINE_SPMI_SET_POINTS(boost);
1643 SPMI_VREG(BOOST, 5V_BOOST, 0, INF, BOOST, boost, boost, 0),
1647 SPMI_VREG(BOOST_BYP, BB_2A, 0, INF, BOOST_BYP, boost, boost_byp, 0),
/drivers/hwmon/
A 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/iio/adc/
A Dad7380.c1530 int ret, osr, boost; in ad7380_set_oversampling_ratio() local
1537 boost = osr > 0 ? 1 : 0; in ad7380_set_oversampling_ratio()
1543 FIELD_PREP(AD7380_CONFIG1_RES, boost)); in ad7380_set_oversampling_ratio()
1548 st->resolution_boost_enabled = boost; in ad7380_set_oversampling_ratio()
/drivers/net/ethernet/intel/ice/
A Dice_ddp.c609 struct ice_boost_tcam_section *boost; in ice_boost_tcam_handler() local
623 boost = section; in ice_boost_tcam_handler()
624 if (index >= le16_to_cpu(boost->count)) in ice_boost_tcam_handler()
627 return boost->tcam + index; in ice_boost_tcam_handler()
/drivers/net/ieee802154/
A Dca8210.c479 u8 boost : 1; member
1360 pa_cfg_val.boost = 1; in tdme_settxpower()
1365 pa_cfg_val.boost = 0; in tdme_settxpower()
/drivers/ufs/host/
A Dufs-mediatek.c536 static void ufs_mtk_boost_crypt(struct ufs_hba *hba, bool boost) in ufs_mtk_boost_crypt() argument
557 if (boost) { in ufs_mtk_boost_crypt()
/drivers/gpu/drm/i915/gt/
A Dintel_rps.c963 bool boost = false; in rps_set_boost_freq() local
973 boost = atomic_read(&rps->num_waiters); in rps_set_boost_freq()
976 if (boost) in rps_set_boost_freq()
/drivers/media/dvb-frontends/
A Ddib3000mc.c484 if (boost) in dib3000mc_set_channel_cfg()
/drivers/leds/
A DKconfig275 The LM3642 is a 4MHz fixed-frequency synchronous boost
1002 It is a single boost converter primarily for white LEDs and
/drivers/scsi/hisi_sas/
A Dhisi_sas_v2_hw.c412 u32 boost; member
1219 (signal[2] == att->boost)) { in init_reg_v2_hw()
/drivers/mfd/
A DKconfig1673 high-power "white LED driver". This boost converter is
2184 has 5 bucks, 7 LDOs, and a boost for driving LEDs. Both ICs provide
/drivers/watchdog/
A DKconfig2161 As a side note, saying Y here will automatically boost HZ to 1000

Completed in 94 milliseconds