Searched refs:slew (Results 1 - 44 of 44) sorted by relevance

/linux-4.4.14/include/linux/platform_data/
H A Dad5755.h81 * @dac.slew.enable: Whether to enable digital slew.
82 * @dac.slew.rate: Slew rate of the digital slew.
83 * @dac.slew.step_size: Slew step size of the digital slew.
99 } slew; member in struct:ad5755_platform_data::__anon13087
/linux-4.4.14/include/linux/regulator/
H A Dfan53555.h22 /* Transition slew rate limiting from a low to high voltage.
/linux-4.4.14/drivers/net/can/cc770/
H A Dcc770_platform.c123 int slew; cc770_get_of_node_data() local
129 prop = of_get_property(np, "bosch,slew-rate", cc770_get_of_node_data()
132 slew = *prop; cc770_get_of_node_data()
134 /* Determine default slew rate */ cc770_get_of_node_data()
135 slew = (CLKOUT_SL_MASK >> cc770_get_of_node_data()
138 if (slew < 0) cc770_get_of_node_data()
139 slew = 0; cc770_get_of_node_data()
141 priv->clkout |= (slew << CLKOUT_SL_SHIFT) & cc770_get_of_node_data()
H A Dcc770.c254 /* Set CLKOUT divider and slew rates */ chipset_init()
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/pinctrl/
H A Dpinctrl-tegra.h39 /* Rising/Falling slew rate */
/linux-4.4.14/include/dt-bindings/pinctrl/
H A Dpinctrl-tegra.h39 /* Rising/Falling slew rate */
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/pinctrl/
H A Dpinctrl-tegra.h39 /* Rising/Falling slew rate */
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/pinctrl/
H A Dpinctrl-tegra.h39 /* Rising/Falling slew rate */
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/pinctrl/
H A Dpinctrl-tegra.h39 /* Rising/Falling slew rate */
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/pinctrl/
H A Dpinctrl-tegra.h39 /* Rising/Falling slew rate */
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/pinctrl/
H A Dpinctrl-tegra.h39 /* Rising/Falling slew rate */
/linux-4.4.14/drivers/iio/dac/
H A Dad5755.c468 val = pdata->dac[i].slew.step_size << ad5755_setup_pdata()
470 val |= pdata->dac[i].slew.rate << ad5755_setup_pdata()
472 if (pdata->dac[i].slew.enable) ad5755_setup_pdata()
539 .slew = { \
/linux-4.4.14/drivers/cpufreq/
H A Dpmac64-cpufreq.c118 u32 slew, done = 0; g5_vdnap_switch_volt() local
121 slew = (speed_mode == CPUFREQ_LOW) ? 1 : 0; g5_vdnap_switch_volt()
123 args.u[0].p = &slew; g5_vdnap_switch_volt()
429 * The current driver can not slew sysclk yet, so we really only deal g5_neo2_cpufreq_init()
H A Dmaple-cpufreq.c205 * The current driver can not slew sysclk yet, so we really only deal maple_cpufreq_init()
/linux-4.4.14/sound/soc/codecs/
H A Dmax9850.c296 /* enable slew-rate control */ max9850_probe()
298 /* set slew-rate 125ms */ max9850_probe()
H A Dmax98095.c1861 unsigned int slew = M98095_DEFAULT_SLEW_DELAY; max98095_jack_detect_enable() local
1867 slew = max98095->pdata->jack_detect_delay; max98095_jack_detect_enable()
1869 ret = snd_soc_write(codec, M98095_08E_JACK_DC_SLEW, slew); max98095_jack_detect_enable()
/linux-4.4.14/arch/arm/mach-omap2/
H A Dvoltage.h113 * @slew_rate: PMIC slew rate (in uv/us)
H A Dvc.c162 /* SMPS slew rate / step size. 2us added as buffer. */ omap_vc_post_scale()
/linux-4.4.14/drivers/regulator/
H A Dltc3589.c118 /* VRRCR slew rate offsets are the same as VCCR go bit offsets */ ltc3589_set_ramp_delay()
121 /* The slew rate can be set to 0.88, 1.75, 3.5, or 7 mV/uS */ ltc3589_set_ramp_delay()
H A Dtps6586x-regulator.c319 /* only SM0 and SM1 can have the slew rate settings */ tps6586x_regulator_set_slew_rate()
328 dev_err(&pdev->dev, "Only SM0/SM1 can set slew rate\n"); tps6586x_regulator_set_slew_rate()
H A Dfan53555.c90 /* Voltage slew rate limiting */
H A Dmax8973-regulator.c493 if (of_property_read_bool(np, "maxim,enable-falling-slew-rate")) max8973_parse_dt()
H A Dqcom_spmi-regulator.c1277 /* Ensure that the slew rate is greater than 0 */ spmi_regulator_ftsmps_init_slew_rate()
/linux-4.4.14/drivers/pinctrl/
H A Dpinconf-generic.c49 PCONFDUMP(PIN_CONFIG_SLEW_RATE, "slew rate", NULL, true),
174 { "slew-rate", PIN_CONFIG_SLEW_RATE, 0 },
H A Dpinctrl-falcon.c352 seq_printf(s, "slew-rate %d ", falcon_pinconf_dbg_show()
401 {"lantiq,slew-rate", LTQ_PINCONF_PARAM_SLEW_RATE},
H A Dpinctrl-tegra.c112 {"nvidia,slew-rate-falling", TEGRA_PINCONF_PARAM_SLEW_RATE_FALLING},
113 {"nvidia,slew-rate-rising", TEGRA_PINCONF_PARAM_SLEW_RATE_RISING},
H A Dpinctrl-single.c1061 { "pinctrl-single,slew-rate", PIN_CONFIG_SLEW_RATE, }, pcs_parse_pinconf()
/linux-4.4.14/include/linux/pinctrl/
H A Dpinconf-generic.h89 * @PIN_CONFIG_SLEW_RATE: if the pin can select slew rate, the argument to
91 * slew rate to use.
/linux-4.4.14/drivers/i2c/muxes/
H A Di2c-arb-gpio-challenge.c186 if (of_property_read_u32(np, "slew-delay-us", &arb->slew_delay_us)) i2c_arbitrator_probe()
/linux-4.4.14/drivers/video/backlight/
H A Dtdo24m.c161 CMD1(0xbd, 0x00), /* ASW slew rate */
/linux-4.4.14/include/linux/
H A Ddio.h147 /* Now a whole slew of macros giving device IDs and descriptive strings: */
/linux-4.4.14/drivers/phy/
H A Dphy-mt65xx-usb3.c237 /* USB 2.0 slew rate calibration */ phy_instance_power_on()
/linux-4.4.14/drivers/ata/
H A Dsata_promise.c63 PDC_SLEW_CTL = 0x470, /* slew rate control reg (not SATAII) */
1176 /* adjust slew rate control register. */ pdc_host_init()
/linux-4.4.14/drivers/staging/iio/light/
H A Disl29018.c562 * 1 second or more and then powering back up with a slew rate isl29018_chip_init()
/linux-4.4.14/arch/blackfin/mach-bf518/include/mach/
H A DdefBF512.h561 #define PORTF_SLEW 0xFFC03230 /* Port F slew control */
562 #define PORTG_SLEW 0xFFC03234 /* Port G slew control */
563 #define PORTH_SLEW 0xFFC03238 /* Port H slew control */
568 #define MISCPORT_SLEW 0xFFC03284 /* Misc Port slew control */
/linux-4.4.14/arch/blackfin/mach-bf527/include/mach/
H A DdefBF522.h562 #define PORTF_SLEW 0xFFC03230 /* Port F slew control */
563 #define PORTG_SLEW 0xFFC03234 /* Port G slew control */
564 #define PORTH_SLEW 0xFFC03238 /* Port H slew control */
569 #define MISCPORT_SLEW 0xFFC03284 /* Misc Port slew control */
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
H A Daf9035.c1718 { 0x00d833, 0x01, 0xff }, /* slew rate ctrl: slew rate boosts */ it930x_init()
/linux-4.4.14/drivers/media/i2c/soc_camera/
H A Dmt9t112.c730 /* Set max slew rates */ mt9t112_init_camera()
/linux-4.4.14/drivers/w1/masters/
H A Dds2490.c288 ds_print_msg(buf, "pulldown slew rate control", 4); ds_dump_status()
/linux-4.4.14/drivers/media/common/siano/
H A Dsmscoreapi.c1845 /* Convert slew rate for Nova: Fast(0) = 3 / Slow(1) = 0; */ smscore_configure_gpio()
/linux-4.4.14/arch/powerpc/sysdev/
H A Dppc4xx_pci.c1173 /* HSS TX slew control */ ppc460sx_pciex_core_init()
/linux-4.4.14/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c337 " slewrate:<slewrate_list>Set the signal slew rate (0-15).\n"
/linux-4.4.14/drivers/gpu/drm/i915/
H A Di915_reg.h3769 /* Sets the slew rate. Must be preserved in software */
/linux-4.4.14/drivers/scsi/
H A Dadvansys.c1425 #define SLEW_RATE 0x1000 /* SCSI output buffer slew rate */

Completed in 1629 milliseconds