Lines Matching +full:global +full:- +full:reset
33 * rockchip_suspend: rockchip-suspend {
34 * rockchip,sleep-mode-config = <...>;
35 * rockchip,wakeup-config = <...>;
36 * rockchip,apios-suspend = <...>;
37 * rockchip,pwm-regulator-config = <...>;
43 * rockchip,sleep-mode-config = <...>;
51 #define RKPM_DDR_SREF_HARDWARE BIT(7) /* ddr enter self-refresh by PMU hardware, not recommend */
59 * rockchip,pwm-regulator-config = <...>;
65 * rockchip,wakeup-config = <...>;
79 * rockchip,sleep-mode-config = <...>;
93 * GPIOn/PWMn ignore global 1st reset, usually used for pwr_hold pin:
94 * rockchip,apios-suspend = <...>;
96 #define GLB1RST_IGNORE_PWM0 BIT(23) /* pwm0 ignore global 1st reset */
97 #define GLB1RST_IGNORE_PWM1 BIT(24) /* pwm1 ignore global 1st reset */
98 #define GLB1RST_IGNORE_PWM2 BIT(25) /* pwm2 ignore global 1st reset */
99 #define GLB1RST_IGNORE_GPIO0 BIT(26) /* gpio0 ignore global 1st reset */
100 #define GLB1RST_IGNORE_GPIO1 BIT(27) /* gpio1 ignore global 1st reset */
101 #define GLB1RST_IGNORE_GPIO2 BIT(28) /* gpio2 ignore global 1st reset */
102 #define GLB1RST_IGNORE_GPIO3 BIT(29) /* gpio3 ignore global 1st reset */
103 #define GLB1RST_IGNORE_GPIO4 BIT(30) /* gpio4 ignore global 1st reset */