Lines Matching +full:0 +full:deg
18 #define PVT_CTRL 0x00
19 #define PVT_CTRL_EN BIT(0)
22 #define PVT_CTRL_MODE_TEMP 0x0
23 #define PVT_CTRL_MODE_VOLT 0x1
24 #define PVT_CTRL_MODE_LVT 0x2
25 #define PVT_CTRL_MODE_HVT 0x4
26 #define PVT_CTRL_MODE_SVT 0x6
29 #define PVT_DATA 0x04
31 #define PVT_DATA_DATA_FLD 0
33 #define PVT_TTHRES 0x08
34 #define PVT_VTHRES 0x0C
35 #define PVT_LTHRES 0x10
36 #define PVT_HTHRES 0x14
37 #define PVT_STHRES 0x18
38 #define PVT_THRES_LO_FLD 0
42 #define PVT_TTIMEOUT 0x1C
43 #define PVT_INTR_STAT 0x20
44 #define PVT_INTR_MASK 0x24
45 #define PVT_RAW_INTR_STAT 0x28
46 #define PVT_INTR_DVALID BIT(0)
57 #define PVT_INTR_ALL GENMASK(10, 0)
58 #define PVT_CLR_INTR 0x2C
90 #define PVT_DATA_MIN 0
92 #define PVT_TRIM_MIN 0
96 #define PVT_TRIM_DEF 0
101 # define PVT_TOUT_DEF 0
225 * @deg: degree of the term.
231 unsigned int deg; member