Home
last modified time | relevance | path

Searched refs:vm_active_ch (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Dmr75203.c635 u8 vm_active_ch[VM_NUM_MAX]; in pvt_get_active_channel() local
639 vm_active_ch, vm_num); in pvt_get_active_channel()
645 memset(vm_active_ch, ch_num, vm_num); in pvt_get_active_channel()
650 if (vm_active_ch[i] > ch_num) { in pvt_get_active_channel()
652 vm_active_ch[i]); in pvt_get_active_channel()
656 pvt->vm_channels.total += vm_active_ch[i]; in pvt_get_active_channel()
658 if (vm_active_ch[i] > pvt->vm_channels.max) in pvt_get_active_channel()
659 pvt->vm_channels.max = vm_active_ch[i]; in pvt_get_active_channel()
676 for (j = 0; j < vm_active_ch[i]; j++) { in pvt_get_active_channel()