Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/drivers/power/regulator/
H A Dgpio-regulator.c23 int states[GPIO_REGULATOR_MAX_STATES]; member
67 dev_pdata->states[j] = states_array[i + 1]; in gpio_regulator_ofdata_to_platdata()
90 if (enable == dev_pdata->states[0]) in gpio_regulator_get_value()
106 enable = dev_pdata->states[0]; in gpio_regulator_set_value()
108 enable = dev_pdata->states[1]; in gpio_regulator_set_value()
/rk3399_rockchip-uboot/common/
H A Dbootm.c687 int states, bootm_headers_t *images, int boot_progress) in do_bootm_states() argument
696 states &= ~unmask; in do_bootm_states()
698 images->state |= states; in do_bootm_states()
704 if (states & BOOTM_STATE_START) in do_bootm_states()
707 if (!ret && (states & BOOTM_STATE_FINDOS)) in do_bootm_states()
710 if (!ret && (states & BOOTM_STATE_FINDOTHER)) in do_bootm_states()
714 if (!ret && (states & BOOTM_STATE_LOADOS)) { in do_bootm_states()
730 if (!ret && ((states & BOOTM_STATE_RAMDISK) || in do_bootm_states()
731 (states & BOOTM_STATE_FDT))) in do_bootm_states()
736 if (!ret && (states & BOOTM_STATE_RAMDISK)) { in do_bootm_states()
[all …]
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dr8a7796-salvator-x.dts78 gpios-states = <1>;
79 states = <3300000 1
102 gpios-states = <1>;
103 states = <3300000 1
H A Dr8a7796-m3ulcb.dts95 gpios-states = <1>;
96 states = <3300000 1
H A Dr8a7795-salvator-x.dts102 gpios-states = <1>;
103 states = <3300000 1
126 gpios-states = <1>;
127 states = <3300000 1
H A Drk3368.dtsi111 idle-states {
127 cpu-idle-states = <&cpu_sleep>;
137 cpu-idle-states = <&cpu_sleep>;
145 cpu-idle-states = <&cpu_sleep>;
153 cpu-idle-states = <&cpu_sleep>;
161 cpu-idle-states = <&cpu_sleep>;
171 cpu-idle-states = <&cpu_sleep>;
179 cpu-idle-states = <&cpu_sleep>;
187 cpu-idle-states = <&cpu_sleep>;
H A Dr8a7795-h3ulcb.dts117 gpios-states = <1>;
118 states = <3300000 1
H A Dzynqmp.dtsi25 cpu-idle-states = <&CPU_SLEEP_0>;
33 cpu-idle-states = <&CPU_SLEEP_0>;
41 cpu-idle-states = <&CPU_SLEEP_0>;
49 cpu-idle-states = <&CPU_SLEEP_0>;
52 idle-states {
H A Dmeson-gxbb-odroidc2.dts114 gpios-states = <0>;
116 states = <3300000 0
H A Dsun9i-a80-cx-a99.dts137 gpios-states = <1 0 0>;
138 states = < 750000 0x7
H A Ddra71-evm.dts31 states = <1800000 0x0
H A Ddra72-evm-common.dtsi228 lines-initial-states = <0x1408>;
267 lines-initial-states = <0x0f2b>;
H A Dimx6ull-14x14-evk.dts66 states = <1300000 0x1 1400000 0x0>;
/rk3399_rockchip-uboot/include/
H A Dbootm.h55 int states, bootm_headers_t *images, int boot_progress);
/rk3399_rockchip-uboot/doc/device-tree-bindings/pinctrl/
H A Dpinctrl-bindings.txt17 states. The number and names of those states is defined by the client device's
22 configuration used by those states.
31 they require certain specific named states for dynamic pin configuration.
41 Each client device's own binding determines the set of states that must be
61 the binding for that IP block requires certain pin states to
70 pinctrl-names: The list of names to assign states. List entry 0 defines the
76 /* For a client device requiring named states */
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/
H A Dplatform.asl38 /* Chipset specific sleep states */
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-quark/acpi/
H A Dplatform.asl35 /* Chipset specific sleep states */
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dspeedstep.h74 struct sst_state states[SPEEDSTEP_MAX_STATES]; member
/rk3399_rockchip-uboot/api/
H A DREADME24 for example it doesn't keep states, but relies on hints from the app and
/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dsandbox.c51 static const char * const states[] = { in sandbox_sf_state_name() local
55 return states[state]; in sandbox_sf_state_name()
/rk3399_rockchip-uboot/doc/
H A DREADME.clang3 manual states: "clang does not support global register variables; this
H A DREADME.xtensa46 and states.
H A DREADME.m68k154 CONFIG_SYS_CSx_WS -- defines the number of wait states of chip select x
/rk3399_rockchip-uboot/doc/device-tree-bindings/gpio/
H A Dgpio-pcf857x.txt39 - lines-initial-states: Bitmask that specifies the initial state of each
H A Dintel,x86-broadwell-pinctrl.txt5 These pin states use phandles and are referred to but a configuration section

12