Lines Matching +full:0 +full:x01e00000

57 #define DBG(args...)	do { } while(0)
83 #define FAILURE_FAN 0x01
84 #define FAILURE_SENSOR 0x02
85 #define FAILURE_OVERTEMP 0x04
153 if (hdr == 0) { in wf_smu_create_cpu_fans()
160 /* Get the FVT params for operating point 0 (the only supported one in wf_smu_create_cpu_fans()
168 tmax = 0x5e0000; /* 94 degree default */ in wf_smu_create_cpu_fans()
224 if (--st->ticks != 0) { in wf_smu_cpu_fans_tick()
251 if (temp > 0x4a0000) in wf_smu_cpu_fans_tick()
265 if (fan_cpu_main && wf_smu_failure_state == 0) { in wf_smu_cpu_fans_tick()
273 if (fan_cpu_second && wf_smu_failure_state == 0) { in wf_smu_cpu_fans_tick()
281 if (fan_cpu_third && wf_smu_failure_state == 0) { in wf_smu_cpu_fans_tick()
296 .gd = 0x01e00000, in wf_smu_create_drive_fans()
297 .gp = 0x00500000, in wf_smu_create_drive_fans()
298 .gr = 0x00000000, in wf_smu_create_drive_fans()
299 .itarget = 0x00200000, in wf_smu_create_drive_fans()
333 if (--st->ticks != 0) { in wf_smu_drive_fans_tick()
351 if (temp > (st->pid.param.itarget + 0x50000)) in wf_smu_drive_fans_tick()
362 if (fan_hd && wf_smu_failure_state == 0) { in wf_smu_drive_fans_tick()
377 .gd = 0x00000000, in wf_smu_create_slots_fans()
378 .gp = 0x00000000, in wf_smu_create_slots_fans()
379 .gr = 0x00020000, in wf_smu_create_slots_fans()
380 .itarget = 0x00000000 in wf_smu_create_slots_fans()
414 if (--st->ticks != 0) { in wf_smu_slots_fans_tick()
432 #if 0 /* Check what makes a good overtemp condition */ in wf_smu_slots_fans_tick()
433 if (power > (st->pid.param.itarget + 0x50000)) in wf_smu_slots_fans_tick()
445 if (fan_slots && wf_smu_failure_state == 0) { in wf_smu_slots_fans_tick()
478 wf_smu_failure_state = 0; in wf_smu_tick()
486 wf_smu_readjust = 0; in wf_smu_tick()
543 if (fan_cpu_main == NULL && !strcmp(ct->name, "cpu-rear-fan-0")) { in wf_smu_new_control()
544 if (wf_get_control(ct) == 0) in wf_smu_new_control()
549 if (wf_get_control(ct) == 0) in wf_smu_new_control()
553 if (fan_cpu_third == NULL && !strcmp(ct->name, "cpu-front-fan-0")) { in wf_smu_new_control()
554 if (wf_get_control(ct) == 0) in wf_smu_new_control()
559 if (wf_get_control(ct) == 0) in wf_smu_new_control()
564 if (wf_get_control(ct) == 0) in wf_smu_new_control()
569 if (wf_get_control(ct) == 0) in wf_smu_new_control()
584 if (wf_get_sensor(sr) == 0) in wf_smu_new_sensor()
589 if (wf_get_sensor(sr) == 0) in wf_smu_new_sensor()
594 if (wf_get_sensor(sr) == 0) in wf_smu_new_sensor()
599 if (wf_get_sensor(sr) == 0) in wf_smu_new_sensor()
629 return 0; in wf_smu_notify()
640 return 0; in wf_init_pm()
647 return 0; in wf_smu_probe()
695 return 0; in wf_smu_remove()
714 if (rc == 0) { in wf_smu_init()