Home
last modified time | relevance | path

Searched refs:tshut (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/arch/arm/mach-omap2/
Dpm.h142 extern void omap_pm_setup_oscillator(u32 tstart, u32 tshut);
143 extern void omap_pm_get_oscillator(u32 *tstart, u32 *tshut);
146 static inline void omap_pm_setup_oscillator(u32 tstart, u32 tshut) { } in omap_pm_setup_oscillator() argument
147 static inline void omap_pm_get_oscillator(u32 *tstart, u32 *tshut) { *tstart = *tshut = 0; } in omap_pm_get_oscillator() argument
Dpm.c59 void omap_pm_setup_oscillator(u32 tstart, u32 tshut) in omap_pm_setup_oscillator() argument
62 oscillator.shutdown_time = tshut; in omap_pm_setup_oscillator()
65 void omap_pm_get_oscillator(u32 *tstart, u32 *tshut) in omap_pm_get_oscillator() argument
67 if (!tstart || !tshut) in omap_pm_get_oscillator()
71 *tshut = oscillator.shutdown_time; in omap_pm_get_oscillator()
Dvc.c387 u32 tstart, tshut, clksetup, voltoffset; in omap3_set_off_timings() local
392 omap_pm_get_oscillator(&tstart, &tshut); in omap3_set_off_timings()
512 u32 tstart, tshut; in omap4_set_timings() local
535 omap_pm_get_oscillator(&tstart, &tshut); in omap4_set_timings()
539 val |= omap4_usec_to_val_scrm(tshut, OMAP4_DOWNTIME_SHIFT, in omap4_set_timings()
/linux-4.4.14/Documentation/devicetree/bindings/thermal/
Drockchip-thermal.txt23 - rockchip,hw-tshut-temp : The hardware-controlled shutdown temperature value.
24 - rockchip,hw-tshut-mode : The hardware-controlled shutdown mode 0:CRU 1:GPIO.
25 - rockchip,hw-tshut-polarity : The hardware-controlled active polarity 0:LOW
42 rockchip,hw-tshut-temp = <95000>;
43 rockchip,hw-tshut-mode = <0>;
44 rockchip,hw-tshut-polarity = <0>;
Dti_soc_thermal.txt23 line the tshut signal is routed to. The informed GPIO will
55 gpios = <&gpio3 22 0>; /* tshut */
65 gpios = <&gpio3 22 0>; /* tshut */
/linux-4.4.14/arch/arm/boot/dts/
Drk3288-evb.dtsi231 rockchip,hw-tshut-mode = <0>; /* tshut mode 0:CRU 1:GPIO */
232 rockchip,hw-tshut-polarity = <0>; /* tshut polarity 0:LOW 1:HIGH */
Drk3288-rock2-som.dtsi254 rockchip,hw-tshut-mode = <0>; /* tshut mode 0:CRU 1:GPIO */
255 rockchip,hw-tshut-polarity = <0>; /* tshut polarity 0:LOW 1:HIGH */
Drk3288-veyron.dtsi377 rockchip,hw-tshut-mode = <1>; /* tshut mode 0:CRU 1:GPIO */
378 rockchip,hw-tshut-polarity = <1>; /* tshut polarity 0:LOW 1:HIGH */
Domap4460.dtsi49 gpios = <&gpio3 22 GPIO_ACTIVE_HIGH>; /* tshut */
Drk3288-r89.dts354 rockchip,hw-tshut-mode = <0>;
355 rockchip,hw-tshut-polarity = <0>;
Drk3288-firefly.dtsi521 rockchip,hw-tshut-mode = <0>;
522 rockchip,hw-tshut-polarity = <0>;
Drk3288-popmetal.dts488 rockchip,hw-tshut-mode = <0>;
489 rockchip,hw-tshut-polarity = <0>;
Drk3288.dtsi460 rockchip,hw-tshut-temp = <95000>;