/linux-4.1.27/arch/arm/boot/dts/ |
D | zynq-zc702.dts | 166 slew-rate = <0>; 189 slew-rate = <0>; 212 slew-rate = <0>; 230 slew-rate = <0>; 254 slew-rate = <0>; 267 slew-rate = <0>; 281 slew-rate = <0>; 294 slew-rate = <0>; 307 slew-rate = <0>; 330 slew-rate = <0>;
|
D | zynq-zc706.dts | 142 slew-rate = <0>; 165 slew-rate = <0>; 179 slew-rate = <0>; 203 slew-rate = <0>; 216 slew-rate = <0>; 230 slew-rate = <0>; 243 slew-rate = <0>; 256 slew-rate = <0>; 279 slew-rate = <0>;
|
D | tegra114-roth.dts | 755 nvidia,slew-rate-rising = <TEGRA_PIN_SLEW_RATE_SLOW>; 756 nvidia,slew-rate-falling = <TEGRA_PIN_SLEW_RATE_SLOW>; 764 nvidia,slew-rate-rising = <TEGRA_PIN_SLEW_RATE_FASTEST>; 765 nvidia,slew-rate-falling = <TEGRA_PIN_SLEW_RATE_FASTEST>; 773 nvidia,slew-rate-rising = <TEGRA_PIN_SLEW_RATE_FASTEST>; 774 nvidia,slew-rate-falling = <TEGRA_PIN_SLEW_RATE_FASTEST>;
|
D | tegra124-venice2.dts | 442 nvidia,slew-rate-rising = <TEGRA_PIN_SLEW_RATE_FASTEST>; 443 nvidia,slew-rate-falling = <TEGRA_PIN_SLEW_RATE_FASTEST>; 451 nvidia,slew-rate-rising = <TEGRA_PIN_SLEW_RATE_FASTEST>; 452 nvidia,slew-rate-falling = <TEGRA_PIN_SLEW_RATE_FASTEST>; 461 nvidia,slew-rate-rising = <TEGRA_PIN_SLEW_RATE_FASTEST>; 462 nvidia,slew-rate-falling = <TEGRA_PIN_SLEW_RATE_FASTEST>;
|
D | tegra114-dalmore.dts | 729 nvidia,slew-rate-rising = <TEGRA_PIN_SLEW_RATE_SLOW>; 730 nvidia,slew-rate-falling = <TEGRA_PIN_SLEW_RATE_SLOW>; 738 nvidia,slew-rate-rising = <TEGRA_PIN_SLEW_RATE_FASTEST>; 739 nvidia,slew-rate-falling = <TEGRA_PIN_SLEW_RATE_FASTEST>; 747 nvidia,slew-rate-rising = <TEGRA_PIN_SLEW_RATE_FASTEST>; 748 nvidia,slew-rate-falling = <TEGRA_PIN_SLEW_RATE_FASTEST>;
|
D | tegra30-cardhu.dtsi | 148 nvidia,slew-rate-rising = <TEGRA_PIN_SLEW_RATE_FAST>; 149 nvidia,slew-rate-falling = <TEGRA_PIN_SLEW_RATE_FAST>;
|
D | tegra20-whistler.dts | 254 nvidia,slew-rate-rising = <TEGRA_PIN_SLEW_RATE_FASTEST>; 255 nvidia,slew-rate-falling = <TEGRA_PIN_SLEW_RATE_FASTEST>;
|
D | tegra20-ventana.dts | 274 nvidia,slew-rate-rising = <TEGRA_PIN_SLEW_RATE_SLOWEST>; 275 nvidia,slew-rate-falling = <TEGRA_PIN_SLEW_RATE_SLOWEST>;
|
D | tegra20-seaboard.dts | 277 nvidia,slew-rate-rising = <TEGRA_PIN_SLEW_RATE_SLOWEST>; 278 nvidia,slew-rate-falling = <TEGRA_PIN_SLEW_RATE_SLOWEST>;
|
D | exynos5250-snow.dts | 72 slew-delay-us = <10>;
|
D | tegra30-beaver.dts | 1718 nvidia,slew-rate-rising = <1>; 1719 nvidia,slew-rate-falling = <1>;
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | brcm,bcm11351-pinctrl.txt | 66 - slew-rate: Integer. Meaning depends on configured pin mux: 71 0: normal slew rate 72 1: fast slew rate 74 0: fast slew rate 75 1: normal slew rate 92 - slew-rate: Integer. Meaning depends on configured pin mux: 97 0: normal slew rate 98 1: fast slew rate 100 0: fast slew rate 101 1: normal slew rate [all …]
|
D | xlnx,zynq-pinctrl.txt | 16 parameters, such as pull-up, slew rate, etc. 40 groups, pins, bias-disable, bias-high-impedance, bias-pull-up, slew-rate, 43 Valid arguments for 'slew-rate' are '0' and '1' to select between slow and fast 90 slew-rate = <0>;
|
D | nvidia,tegra20-pinmux.txt | 55 - nvidia,slew-rate-rising: Integer. Controls rising signal slew rate. 0 is 58 - nvidia,slew-rate-falling: Integer. Controls falling signal slew rate. 0 is 96 nvidia,pull-up-strength, nvidia,slew-rate-rising, nvidia,slew-rate-falling.
|
D | nvidia,tegra210-pinmux.txt | 72 - nvidia,slew-rate-rising: Integer. Controls rising signal slew rate. 0 is 75 - nvidia,slew-rate-falling: Integer. Controls falling signal slew rate. 0 is
|
D | lantiq,falcon-pinumx.txt | 57 - lantiq,slew-rate: Boolean, enables slew-rate
|
D | nvidia,tegra30-pinmux.txt | 86 nvidia,slew-rate-rising, nvidia,slew-rate-falling. Most but not all
|
D | nvidia,tegra114-pinmux.txt | 75 nvidia,slew-rate-rising, nvidia,slew-rate-falling. Most but not all
|
D | nvidia,tegra124-pinmux.txt | 88 nvidia,slew-rate-rising, nvidia,slew-rate-falling. Most but not all
|
D | pinctrl-bindings.txt | 197 slew-rate - set the slew rate
|
/linux-4.1.27/drivers/net/can/cc770/ |
D | cc770_platform.c | 123 int slew; in cc770_get_of_node_data() local 132 slew = *prop; in cc770_get_of_node_data() 135 slew = (CLKOUT_SL_MASK >> in cc770_get_of_node_data() 138 if (slew < 0) in cc770_get_of_node_data() 139 slew = 0; in cc770_get_of_node_data() 141 priv->clkout |= (slew << CLKOUT_SL_SHIFT) & in cc770_get_of_node_data()
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-arb-gpio-challenge.txt | 33 2. Waits a little bit for the other sides to notice (slew time, say 10 51 - slew-delay-us: microseconds to wait for a GPIO to go high. Default is 10 us. 73 slew-delay-us = <10>;
|
/linux-4.1.27/Documentation/devicetree/bindings/net/can/ |
D | cc770.txt | 28 - bosch,slew-rate : slew rate of the CLKOUT signal. If not specified,
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | nvidia,tegra20-usb-phy.txt | 48 - nvidia,xcvr-lsfslew : LS falling slew rate control. 49 - nvidia,xcvr-lsrslew : LS rising slew rate control. 52 - nvidia,xcvr-hsslew : HS slew rate control.
|
/linux-4.1.27/include/linux/platform_data/ |
D | ad5755.h | 99 } slew; member
|
/linux-4.1.27/drivers/iio/dac/ |
D | ad5755.c | 468 val = pdata->dac[i].slew.step_size << in ad5755_setup_pdata() 470 val |= pdata->dac[i].slew.rate << in ad5755_setup_pdata() 472 if (pdata->dac[i].slew.enable) in ad5755_setup_pdata() 539 .slew = { \
|
/linux-4.1.27/drivers/cpufreq/ |
D | pmac64-cpufreq.c | 118 u32 slew, done = 0; in g5_vdnap_switch_volt() local 121 slew = (speed_mode == CPUFREQ_LOW) ? 1 : 0; in g5_vdnap_switch_volt() 123 args.u[0].p = &slew; in g5_vdnap_switch_volt()
|
/linux-4.1.27/Documentation/scsi/ |
D | aic79xx.txt | 355 Definition: Set IO Cell slew rate on a per-controller basis. 357 they should retain the default slew rate setting. 359 On Controller 0 set slew rate to 1. 361 On Controller 0 set slew rate to 1. 362 On Controller 2 set slew rate to 8.
|
/linux-4.1.27/sound/soc/codecs/ |
D | max98095.c | 2126 unsigned int slew = M98095_DEFAULT_SLEW_DELAY; in max98095_jack_detect_enable() local 2132 slew = max98095->pdata->jack_detect_delay; in max98095_jack_detect_enable() 2134 ret = snd_soc_write(codec, M98095_08E_JACK_DC_SLEW, slew); in max98095_jack_detect_enable()
|
/linux-4.1.27/Documentation/arm/pxa/ |
D | mfp.txt | 176 Bit 10-12: DRIVE - drive strength and slew rate
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | timekeeping.txt | 290 frequency, error and slew. 380 In addition, very large systems may deliberately slew the clocks of individual
|
/linux-4.1.27/Documentation/networking/ |
D | rxrpc.txt | 678 rather than having to open a whole slew of sockets, one for each key it
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 2712 * Rev A has only a single bit (high bit of field) of slew adjustment.
|