Searched refs:tshut (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/arm/mach-omap2/ |
D | pm.h | 141 extern void omap_pm_setup_oscillator(u32 tstart, u32 tshut); 142 extern void omap_pm_get_oscillator(u32 *tstart, u32 *tshut); 145 static inline void omap_pm_setup_oscillator(u32 tstart, u32 tshut) { } in omap_pm_setup_oscillator() argument 146 static inline void omap_pm_get_oscillator(u32 *tstart, u32 *tshut) { *tstart = *tshut = 0; } in omap_pm_get_oscillator() argument
|
D | pm.c | 59 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()
|
D | vc.c | 391 u32 tstart, tshut, clksetup, voltoffset; in omap3_set_off_timings() local 396 omap_pm_get_oscillator(&tstart, &tshut); in omap3_set_off_timings() 516 u32 tstart, tshut; in omap4_set_timings() local 539 omap_pm_get_oscillator(&tstart, &tshut); in omap4_set_timings() 543 val |= omap4_usec_to_val_scrm(tshut, OMAP4_DOWNTIME_SHIFT, in omap4_set_timings()
|
/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | rockchip-thermal.txt | 16 - rockchip,hw-tshut-temp : The hardware-controlled shutdown temperature value. 17 - rockchip,hw-tshut-mode : The hardware-controlled shutdown mode 0:CRU 1:GPIO. 18 - rockchip,hw-tshut-polarity : The hardware-controlled active polarity 0:LOW 33 rockchip,hw-tshut-temp = <95000>; 34 rockchip,hw-tshut-mode = <0>; 35 rockchip,hw-tshut-polarity = <0>;
|
D | ti_soc_thermal.txt | 21 line the tshut signal is routed to. The informed GPIO will 41 gpios = <&gpio3 22 0>; /* tshut */ 51 gpios = <&gpio3 22 0>; /* tshut */
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | rk3288-evb.dtsi | 183 rockchip,hw-tshut-mode = <0>; /* tshut mode 0:CRU 1:GPIO */ 184 rockchip,hw-tshut-polarity = <0>; /* tshut polarity 0:LOW 1:HIGH */
|
D | omap4460.dtsi | 49 gpios = <&gpio3 22 0>; /* tshut */
|
D | rk3288.dtsi | 396 rockchip,hw-tshut-temp = <95000>;
|