Lines Matching full:trip
82 /* Programmable Trip Point Register is configured via QRK_MBI_UNIT_RMU */
94 /* Quark DTS has 2 trip points: hot & catastrophic */
111 "Polling interval for checking trip points (in milliseconds)");
172 static int get_trip_temp(int trip) in get_trip_temp() argument
186 * Thermal Sensor Programmable Trip Point Register has 8-bit in get_trip_temp()
187 * fields for critical (catastrophic) and hot set trip point in get_trip_temp()
191 temp = (out >> (trip * QRK_DTS_SHIFT_TP)) & QRK_DTS_MASK_TP_THRES; in get_trip_temp()
217 * Protection against unsafe trip point thresdhold value. in update_trip_temp()
219 * regarding the safe trip point threshold value to use, we choose in update_trip_temp()
226 * Thermal Sensor Programmable Trip Point Register has 8-bit in update_trip_temp()
227 * fields for critical (catastrophic) and hot set trip point in update_trip_temp()
246 const struct thermal_trip *trip, in sys_set_trip_temp() argument
251 switch (trip->type) { in sys_set_trip_temp()