Searched refs:K3_VTM_DEVINFO_PWR0_TEMPSENS_CT_MASK (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/thermal/
H A Dk3_bandgap.c22 #define K3_VTM_DEVINFO_PWR0_TEMPSENS_CT_MASK 0xf0 macro
190 cnt = val & K3_VTM_DEVINFO_PWR0_TEMPSENS_CT_MASK;
191 cnt >>= __ffs(K3_VTM_DEVINFO_PWR0_TEMPSENS_CT_MASK);
H A Dk3_j72xx_bandgap.c24 #define K3_VTM_DEVINFO_PWR0_TEMPSENS_CT_MASK 0xf0 macro
425 cnt = val & K3_VTM_DEVINFO_PWR0_TEMPSENS_CT_MASK;
426 cnt >>= __ffs(K3_VTM_DEVINFO_PWR0_TEMPSENS_CT_MASK);

Completed in 194 milliseconds