Searched refs:tshut (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/arch/arm/mach-omap2/ |
D | pm.h | 142 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
|
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 | 387 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/ |
D | rockchip-thermal.txt | 23 - 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>;
|
D | ti_soc_thermal.txt | 23 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/ |
D | rk3288-evb.dtsi | 231 rockchip,hw-tshut-mode = <0>; /* tshut mode 0:CRU 1:GPIO */ 232 rockchip,hw-tshut-polarity = <0>; /* tshut polarity 0:LOW 1:HIGH */
|
D | rk3288-rock2-som.dtsi | 254 rockchip,hw-tshut-mode = <0>; /* tshut mode 0:CRU 1:GPIO */ 255 rockchip,hw-tshut-polarity = <0>; /* tshut polarity 0:LOW 1:HIGH */
|
D | rk3288-veyron.dtsi | 377 rockchip,hw-tshut-mode = <1>; /* tshut mode 0:CRU 1:GPIO */ 378 rockchip,hw-tshut-polarity = <1>; /* tshut polarity 0:LOW 1:HIGH */
|
D | omap4460.dtsi | 49 gpios = <&gpio3 22 GPIO_ACTIVE_HIGH>; /* tshut */
|
D | rk3288-r89.dts | 354 rockchip,hw-tshut-mode = <0>; 355 rockchip,hw-tshut-polarity = <0>;
|
D | rk3288-firefly.dtsi | 521 rockchip,hw-tshut-mode = <0>; 522 rockchip,hw-tshut-polarity = <0>;
|
D | rk3288-popmetal.dts | 488 rockchip,hw-tshut-mode = <0>; 489 rockchip,hw-tshut-polarity = <0>;
|
D | rk3288.dtsi | 460 rockchip,hw-tshut-temp = <95000>;
|