Searched refs:DDR_TEMP (Results 1 - 1 of 1) sorted by relevance

/openwrt/target/linux/mvebu/base-files/sbin/
H A Dfan_ctrl.sh4 DDR_TEMP=`cut -c1-2 /sys/class/hwmon/hwmon1/temp1_input`
22 if [ "$CPU_TEMP" -ge "$CPU_HIGH" -o "$DDR_TEMP" -ge "$DDR_HIGH" -o "$WIFI_TEMP" -ge "$WIFI_HIGH" ];then
24 elif [ "$CPU_TEMP" -ge "$CPU_LOW" -o "$DDR_TEMP" -ge "$DDR_LOW" -o "$WIFI_TEMP" -ge "$WIFI_LOW" ];then

Completed in 25 milliseconds