Home | History | Annotate | Download | only in nvidia

Lines Matching refs:__BITS

38 #define SOC_THERM_TSENSOR_CONFIG0_TALL		__BITS(27,8)
48 #define SOC_THERM_TSENSOR_CONFIG1_TEN_COUNT __BITS(29,24)
49 #define SOC_THERM_TSENSOR_CONFIG1_TIDDQ_EN __BITS(20,15)
50 #define SOC_THERM_TSENSOR_CONFIG1_TSAMPLE __BITS(9,0)
53 #define SOC_THERM_TSENSOR_CONFIG2_THERM_A __BITS(31,16)
54 #define SOC_THERM_TSENSOR_CONFIG2_THERM_B __BITS(15,0)
58 #define SOC_THERM_TSENSOR_STATUS0_CAPTURE __BITS(15,0)
62 #define SOC_THERM_TSENSOR_STATUS1_TEMP __BITS(15,0)
65 #define SOC_THERM_TSENSOR_STATUS2_TEMP_MAX __BITS(31,16)
66 #define SOC_THERM_TSENSOR_STATUS2_TEMP_MIN __BITS(15,0)