Home
last modified time | relevance | path

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

12345678910>>...32

/rk3399_rockchip-uboot/board/micronas/vct/
H A Ddcgu.c17 u32 enable; in dcgu_set_clk_switch() local
23 enable = 1; in dcgu_set_clk_switch()
26 enable = 0; in dcgu_set_clk_switch()
41 en1.bits.en_clkmsmc = enable; in dcgu_set_clk_switch()
44 en1.bits.en_clkssi_s = enable; in dcgu_set_clk_switch()
47 en1.bits.en_clkssi_m = enable; in dcgu_set_clk_switch()
50 en1.bits.en_clksmc = enable; in dcgu_set_clk_switch()
53 en1.bits.en_clkebi = enable; in dcgu_set_clk_switch()
56 en1.bits.en_usbpll = enable; in dcgu_set_clk_switch()
59 en1.bits.en_clkusb60 = enable; in dcgu_set_clk_switch()
[all …]
/rk3399_rockchip-uboot/doc/device-tree-bindings/misc/
H A Dintel,baytrail-fsp.txt14 - fsp,enable-sdio
15 - fsp,enable-sdcard
16 - fsp,enable-hsuart0
17 - fsp,enable-hsuart1
18 - fsp,enable-spi
19 - fsp,enable-sata
20 - fsp,enable-azalia
21 - fsp,enable-xhci
22 - fsp,enable-dma0
23 - fsp,enable-dma1
[all …]
/rk3399_rockchip-uboot/arch/arm/mach-exynos/
H A Dpower.c13 unsigned int enable) in exynos4_mipi_phy_control() argument
26 if (enable) in exynos4_mipi_phy_control()
34 void set_mipi_phy_ctrl(unsigned int dev_index, unsigned int enable) in set_mipi_phy_ctrl() argument
37 exynos4_mipi_phy_control(dev_index, enable); in set_mipi_phy_ctrl()
40 void exynos5_set_usbhost_phy_ctrl(unsigned int enable) in exynos5_set_usbhost_phy_ctrl() argument
45 if (enable) { in exynos5_set_usbhost_phy_ctrl()
56 void exynos4412_set_usbhost_phy_ctrl(unsigned int enable) in exynos4412_set_usbhost_phy_ctrl() argument
61 if (enable) { in exynos4412_set_usbhost_phy_ctrl()
80 void set_usbhost_phy_ctrl(unsigned int enable) in set_usbhost_phy_ctrl() argument
83 exynos5_set_usbhost_phy_ctrl(enable); in set_usbhost_phy_ctrl()
[all …]
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dtegra124-nyan-big.dts82 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
89 nvidia,enable-input = <TEGRA_PIN_DISABLE>;
96 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
103 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
110 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
117 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
124 nvidia,enable-input = <TEGRA_PIN_DISABLE>;
131 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
138 nvidia,enable-input = <TEGRA_PIN_DISABLE>;
145 nvidia,enable-input = <TEGRA_PIN_DISABLE>;
[all …]
H A Dthunderx-88xx.dtsi29 enable-method = "psci";
35 enable-method = "psci";
41 enable-method = "psci";
47 enable-method = "psci";
53 enable-method = "psci";
59 enable-method = "psci";
65 enable-method = "psci";
71 enable-method = "psci";
77 enable-method = "psci";
83 enable-method = "psci";
[all …]
H A Dtegra124-apalis.dts114 * Node left disabled on purpose - the bootloader will enable
131 nvidia,enable-input = <TEGRA_PIN_DISABLE>;
138 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
145 nvidia,enable-input = <TEGRA_PIN_DISABLE>;
152 nvidia,enable-input = <TEGRA_PIN_DISABLE>;
159 nvidia,enable-input = <TEGRA_PIN_DISABLE>;
168 nvidia,enable-input = <TEGRA_PIN_DISABLE>;
177 nvidia,enable-input = <TEGRA_PIN_DISABLE>;
186 nvidia,enable-input = <TEGRA_PIN_DISABLE>;
195 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
[all …]
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/
H A Dclock.h64 void hab_caam_clock_enable(unsigned char enable);
65 void enable_ocotp_clk(unsigned char enable);
66 void enable_usboh3_clk(unsigned char enable);
67 void enable_uart_clk(unsigned char enable);
68 int enable_usdhc_clk(unsigned char enable, unsigned bus_num);
72 int enable_i2c_clk(unsigned char enable, unsigned i2c_num);
73 int enable_spi_clk(unsigned char enable, unsigned spi_num);
76 void enable_enet_clk(unsigned char enable);
77 int enable_lcdif_clock(u32 base_addr, bool enable);
82 void enable_eim_clk(unsigned char enable);
/rk3399_rockchip-uboot/drivers/power/regulator/
H A Dlp873x_regulator.c26 static int lp873x_buck_enable(struct udevice *dev, int op, bool *enable) in lp873x_buck_enable() argument
43 *enable = true; in lp873x_buck_enable()
45 *enable = false; in lp873x_buck_enable()
49 if (*enable) in lp873x_buck_enable()
128 static int lp873x_ldo_enable(struct udevice *dev, int op, bool *enable) in lp873x_ldo_enable() argument
145 *enable = true; in lp873x_ldo_enable()
147 *enable = false; in lp873x_ldo_enable()
151 if (*enable) in lp873x_ldo_enable()
261 bool enable = false; in ldo_get_enable() local
264 ret = lp873x_ldo_enable(dev, PMIC_OP_GET, &enable); in ldo_get_enable()
[all …]
H A Dpalmas_regulator.c53 static int palmas_smps_enable(struct udevice *dev, int op, bool *enable) in palmas_smps_enable() argument
70 *enable = true; in palmas_smps_enable()
72 *enable = false; in palmas_smps_enable()
76 if (*enable) in palmas_smps_enable()
198 static int palmas_ldo_enable(struct udevice *dev, int op, bool *enable) in palmas_ldo_enable() argument
215 *enable = true; in palmas_ldo_enable()
217 *enable = false; in palmas_ldo_enable()
221 if (*enable) in palmas_ldo_enable()
345 bool enable = false; in ldo_get_enable() local
348 ret = palmas_ldo_enable(dev, PMIC_OP_GET, &enable); in ldo_get_enable()
[all …]
H A Dgpio-regulator.c78 int enable; in gpio_regulator_get_value() local
89 enable = dm_gpio_get_value(&dev_pdata->gpio); in gpio_regulator_get_value()
90 if (enable == dev_pdata->states[0]) in gpio_regulator_get_value()
100 bool enable; in gpio_regulator_set_value() local
106 enable = dev_pdata->states[0]; in gpio_regulator_set_value()
108 enable = dev_pdata->states[1]; in gpio_regulator_set_value()
112 ret = dm_gpio_set_value(&dev_pdata->gpio, enable); in gpio_regulator_set_value()
115 enable); in gpio_regulator_set_value()
H A Dlp87565_regulator.c24 static int lp87565_buck_enable(struct udevice *dev, int op, bool *enable) in lp87565_buck_enable() argument
41 *enable = true; in lp87565_buck_enable()
43 *enable = false; in lp87565_buck_enable()
47 if (*enable) in lp87565_buck_enable()
171 bool enable = false; in buck_get_enable() local
175 ret = lp87565_buck_enable(dev, PMIC_OP_GET, &enable); in buck_get_enable()
179 return enable; in buck_get_enable()
182 static int buck_set_enable(struct udevice *dev, bool enable) in buck_set_enable() argument
184 return lp87565_buck_enable(dev, PMIC_OP_SET, &enable); in buck_set_enable()
H A Dfixed.c106 static int fixed_regulator_set_enable(struct udevice *dev, bool enable) in fixed_regulator_set_enable() argument
112 dev->name, enable, dev_pdata->startup_delay_us, in fixed_regulator_set_enable()
116 if (!enable) in fixed_regulator_set_enable()
121 ret = dm_gpio_set_value(&dev_pdata->gpio, enable); in fixed_regulator_set_enable()
124 enable); in fixed_regulator_set_enable()
128 if (enable && dev_pdata->startup_delay_us) in fixed_regulator_set_enable()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx5/
H A Dclock.h49 void enable_usb_phy1_clk(bool enable);
50 void enable_usb_phy2_clk(bool enable);
52 void enable_usboh3_clk(bool enable);
54 int enable_i2c_clk(unsigned char enable, unsigned i2c_num);
55 void enable_nfc_clk(unsigned char enable);
56 void enable_efuse_prog_supply(bool enable);
/rk3399_rockchip-uboot/drivers/video/exynos/
H A Dexynos_mipi_dsi_lowlevel.h43 unsigned int lane, unsigned int enable);
45 unsigned int enable, unsigned int afc_code);
47 unsigned int enable);
56 unsigned int enable);
60 unsigned int enable);
62 unsigned int enable, unsigned int prs_val);
64 unsigned int lane_sel, unsigned int enable);
66 unsigned int enable);
79 unsigned int enable);
H A Dexynos_dp_lowlevel.h13 unsigned int enable);
15 unsigned int enable);
17 void exynos_dp_enable_sw_func(struct exynos_dp *dp_regs, unsigned int enable);
19 unsigned int block, u32 enable);
68 unsigned char enable);
70 unsigned int enable);
85 unsigned int enable);
/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A DKconfig6 This enable RSA512/RSA1024/RSA2048 algorithm support for
14 This enable RSA512/RSA1024/RSA2048 algorithm support for
22 This enable SM2/ECC192R1/ECC224R1/ECC256R1 algorithm support for
30 This enable SM2/ECC192R1/ECC224R1/ECC256R1 algorithm support for
38 This enable DES/AES/SM4 algorithm support for
46 This enable DES/AES/SM4 algorithm support for
54 This enable HMAC algorithm support for
62 This enable HMAC algorithm support for
69 This enable MD5/SHA1/SHA256/RSA512/RSA1024/RSA2048 algorithm support for
76 This enable MD5/SHA1/SHA256/RSA512/RSA1024/RSA2048 algorithm support for
[all …]
/rk3399_rockchip-uboot/board/bosch/shc/
H A DKconfig16 prompt "enable different boot versions for the shc board"
22 bool "enable eMMC"
24 enable here the eMMC functionality on the bosch shc board.
27 bool "enable ICT"
29 enable here the ICT functionality on the bosch shc board
32 bool "enable NETBOOT"
34 enable here the NETBOOT functionality on the bosch shc board
37 bool "enable SDBOOT"
39 enable here the SDBOOT functionality on the bosch shc board
44 prompt "enable different board versions for the shc board"
/rk3399_rockchip-uboot/drivers/video/
H A Dmxcfb.h25 int enable; member
30 int enable; member
37 int enable; member
47 int enable; member
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx7ulp/
H A Dclock.h31 int enable_i2c_clk(unsigned char enable, unsigned i2c_num);
35 void enable_ocotp_clk(unsigned char enable);
38 void enable_usboh3_clk(unsigned char enable);
42 void hab_caam_clock_enable(unsigned char enable);
/rk3399_rockchip-uboot/arch/x86/dts/
H A Ddfi-bt700.dtsi266 fsp,enable-sdio;
267 fsp,enable-sdcard;
268 fsp,enable-hsuart0;
269 fsp,enable-hsuart1;
270 fsp,enable-spi;
271 fsp,enable-sata;
274 fsp,enable-xhci;
278 fsp,enable-dma0;
279 fsp,enable-dma1;
280 fsp,enable-i2c0;
[all …]
H A Dminnowmax.dts269 fsp,enable-sdio;
270 fsp,enable-sdcard;
271 fsp,enable-hsuart1;
272 fsp,enable-spi;
273 fsp,enable-sata;
276 fsp,enable-xhci;
280 fsp,enable-dma0;
281 fsp,enable-dma1;
282 fsp,enable-i2c0;
283 fsp,enable-i2c1;
[all …]
H A Dbayleybay.dts245 fsp,enable-sdio;
246 fsp,enable-sdcard;
247 fsp,enable-hsuart1;
248 fsp,enable-spi;
249 fsp,enable-sata;
253 fsp,enable-dma0;
254 fsp,enable-dma1;
255 fsp,enable-i2c0;
256 fsp,enable-i2c1;
257 fsp,enable-i2c2;
[all …]
/rk3399_rockchip-uboot/board/freescale/p1022ds/
H A DREADME11 'setenv hwconfig usb2' to enable USB2 and disable eTsec2
12 'setenv hwconfig tdm' to enable TDM and disable Audio
13 'setenv hwconfig audclk:12' to enable Audio(codec clock sources is 12MHz)
15 'setenv hwconfig 'usb2;tdm' to enable USB2 and TDM, disable eTsec2 and Audio
16 'setenv hwconfig 'usb2;audclk:11' to enable USB2 and Audio(codec clock sources
19 Warning: TDM and AUDIO can not enable simultaneous !
/rk3399_rockchip-uboot/drivers/ram/rockchip/sdram_inc/rv1126/
H A Dsdram-rv1126-loader_params.inc31 /* odt enable freq */
33 /* slew rate when odt enable */
53 /* odt enable freq */
55 /* slew rate when odt enable */
75 /* odt enable freq */
78 /* slew rate when odt enable */
103 /* odt enable freq */
105 /* slew rate when odt enable */
118 /* vref info when odt enable */
177 /* odt enable freq */
[all …]
/rk3399_rockchip-uboot/drivers/ram/rockchip/
H A DKconfig4 This enable dram devfreq driver.
10 This enable support for Rockchip initialize frequency set point of dynamic memory
17 This enable sdram common driver
20 bool "enable rockchip dram extended temperature support"
24 This enable dram dram extended temperature support

12345678910>>...32