Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
Dmp2975.c53 #define MP2975_PAGE_NUM 2 macro
62 int vid_step[MP2975_PAGE_NUM];
63 int vref[MP2975_PAGE_NUM];
64 int vref_off[MP2975_PAGE_NUM];
65 int vout_max[MP2975_PAGE_NUM];
66 int vout_ov_fixed[MP2975_PAGE_NUM];
67 int vout_format[MP2975_PAGE_NUM];
68 int curr_sense_gain[MP2975_PAGE_NUM];
130 if (!((phase + 1) % MP2975_PAGE_NUM)) in mp2975_read_phase()
515 if (data->info.pages == MP2975_PAGE_NUM) { in mp2975_vref_get()
[all …]