Searched refs:pu_lf (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | max96745.c | 149 u32 pu_lf, lf, status; in line_fault_monitor_show() local 151 regmap_read(max96745->regmap, 0x0005, &pu_lf); in line_fault_monitor_show() 164 if (FIELD_GET(PU_LF0, pu_lf)) { in line_fault_monitor_show() 169 if (FIELD_GET(PU_LF1, pu_lf)) { in line_fault_monitor_show() 176 if (FIELD_GET(PU_LF2, pu_lf)) { in line_fault_monitor_show() 181 if (FIELD_GET(PU_LF3, pu_lf)) { in line_fault_monitor_show()
|
| H A D | max96755f.c | 178 u32 pu_lf, lf, status; in line_fault_monitor_show() local 180 regmap_read(max96755f->regmap, 0x0005, &pu_lf); in line_fault_monitor_show() 193 if (FIELD_GET(PU_LF0, pu_lf)) { in line_fault_monitor_show() 198 if (FIELD_GET(PU_LF1, pu_lf)) { in line_fault_monitor_show()
|