Searched refs:fvt (Results 1 – 4 of 4) sorted by relevance
147 struct smu_sdbp_fvt *fvt; in wf_smu_create_cpu_fans() local164 fvt = (struct smu_sdbp_fvt *)&hdr[1]; in wf_smu_create_cpu_fans()165 tmax = ((s32)fvt->maxtemp) << 16; in wf_smu_create_cpu_fans()
398 struct smu_sdbp_fvt *fvt; in wf_smu_create_cpu_fans() local415 fvt = (struct smu_sdbp_fvt *)&hdr[1]; in wf_smu_create_cpu_fans()416 tmax = ((s32)fvt->maxtemp) << 16; in wf_smu_create_cpu_fans()
645 struct smu_sdbp_fvt *fvt; in pm121_create_cpu_fans() local664 fvt = (struct smu_sdbp_fvt *)&hdr[1]; in pm121_create_cpu_fans()665 tmax = ((s32)fvt->maxtemp) << 16; in pm121_create_cpu_fans()
138 struct smu_sdbp_fvt *fvt = (struct smu_sdbp_fvt *)&hdr[1]; in create_cpu_loop() local139 tmax = fvt->maxtemp << 16; in create_cpu_loop()
Completed in 10 milliseconds