Lines Matching full:pvt
17 /* Baikal-T1 PVT registers and their bitfields */
61 * PVT sensors-related limits and default values
68 * @PVT_DATA_MIN: Minimal PVT raw data value.
69 * @PVT_DATA_MAX: Maximal PVT raw data value.
78 * activated the PVT IRQ is enabled to be raised after each
105 * enum pvt_sensor_type - Baikal-T1 PVT sensor types (correspond to each PVT
108 * @PVT_TEMP: PVT Temperature sensor.
109 * @PVT_VOLT: PVT Voltage sensor.
110 * @PVT_LVT: PVT Low-Voltage threshold sensor.
111 * @PVT_HVT: PVT High-Voltage threshold sensor.
112 * @PVT_SVT: PVT Standard-Voltage threshold sensor.
126 * enum pvt_clock_type - Baikal-T1 PVT clocks.
128 * @PVT_CLOCK_REF: PVT reference clock.
137 * struct pvt_sensor_info - Baikal-T1 PVT sensor informational structure
140 * @mode: PVT mode corresponding to the channel.
174 * struct pvt_cache - PVT sensors data cache
193 * struct pvt_hwmon - Baikal-T1 PVT private data
194 * @dev: device structure of the PVT platform device.
196 * @regs: pointer to the Baikal-T1 PVT registers region.
197 * @irq: PVT events IRQ number.
198 * @clks: Array of the PVT clocks descriptor (APB/ref clocks).
203 * @sensor: current PVT sensor the data conversion is being performed for.
223 * struct pvt_poly_term - a term descriptor of the PVT data translation
238 * struct pvt_poly - PVT data translation polynomial descriptor