Home
last modified time | relevance | path

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

/linux/drivers/hwmon/pmbus/
H A Dmp2975.c86 #define MP2975_PAGE_NUM 2 macro
96 static const int mp2975_max_phases[][MP2975_PAGE_NUM] = {
111 int max_phases[MP2975_PAGE_NUM];
112 int vid_step[MP2975_PAGE_NUM];
113 int vref[MP2975_PAGE_NUM];
114 int vref_off[MP2975_PAGE_NUM];
115 int vout_max[MP2975_PAGE_NUM];
116 int vout_ov_fixed[MP2975_PAGE_NUM];
117 int curr_sense_gain[MP2975_PAGE_NUM];
218 if (!((phase + 1) % MP2975_PAGE_NUM)) in mp2975_read_phase()
[all …]