Searched refs:fan_counts (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/arm/ |
H A D | npcm7xx_boards.c | 140 NPCM7xxState *soc, const int *fan_counts) in npcm7xx_init_pwm_splitter() argument 153 if (fan_counts[splitter_no] < 1) { in npcm7xx_init_pwm_splitter() 160 fan_counts[splitter_no]); in npcm7xx_init_pwm_splitter() 212 static const int fan_counts[] = {2, 2, 2, 2, 2, 2, 2, 2}; in npcm750_evb_fan_init() local 214 npcm7xx_init_pwm_splitter(machine, soc, fan_counts); in npcm750_evb_fan_init() 261 static const int fan_counts[] = {2, 2, 2, 0, 0, 0, 0, 0}; in quanta_gsj_fan_init() local 263 npcm7xx_init_pwm_splitter(machine, soc, fan_counts); in quanta_gsj_fan_init()
|