| /linux/drivers/hwmon/pmbus/ |
| H A D | tps53679.c | 39 #define TPS53681_MFR_SPECIFIC_20 0xe4 /* Number of phases, per page */ 84 info->phases[0] = (ret & 0x07) + 1; in tps53679_identify_phases() 199 info->phases[0] = phases_a; in tps53676_identify() 202 info->phases[1] = phases_b; in tps53676_identify() 211 * For reading the total output current (READ_IOUT) for all phases, in tps53681_read_word_data() 213 * FFh to access all phases simultaneously. PHASE may also be set to in tps53681_read_word_data() 216 * current for all phases if the phase is set to 0xff. Instead, it in tps53681_read_word_data() 217 * appears to report the current of one of the phases. Override phase in tps53681_read_word_data() 278 info->phases[0] = 6; in tps53679_probe()
|
| H A D | mp2975.c | 239 * calculated above and total rail current divided by number phases. in mp2975_read_phase() 245 return max_t(int, DIV_ROUND_CLOSEST(ret, data->info.phases[page]), in mp2975_read_phase() 371 ret = mp2975_data2reg_linear11(ret * info->phases[page] * 1000); in mp2973_read_word_data() 588 for (i = 0 ; i < info->phases[0]; i++) in mp2975_set_phase_rail1() 597 /* Set phases for rail 2 from upper to lower. */ in mp2975_set_phase_rail2() 617 info->phases[0] = ret & GENMASK(3, 0); in mp2975_identify_multiphase() 622 * Rail 1 can be set to $n phases, while rail 2 can be set to less than in mp2975_identify_multiphase() 627 if (info->phases[0] > data->max_phases[0]) in mp2975_identify_multiphase() 632 num_phases2 = min(data->max_phases[0] - info->phases[0], in mp2975_identify_multiphase() 634 if (info->phases[1] && info->phases[1] <= num_phases2) in mp2975_identify_multiphase() [all …]
|
| H A D | ucd9200.c | 147 * specific commands will apply to all phases of a given page (rail). in ucd9200_probe() 149 * READ_IOUT will return the sum of currents of all phases of a rail, in ucd9200_probe() 151 * for the phases of the rail. in ucd9200_probe()
|
| H A D | mp2856.c | 271 data->info.phases[0] = (ret > data->max_phases[0]) ? in mp2856_identify_multiphase_rail1() 274 for (i = 0 ; i < data->info.phases[0]; i++) in mp2856_identify_multiphase_rail1() 291 data->info.phases[1] = (ret > data->max_phases[1]) ? in mp2856_identify_multiphase_rail2() 294 for (i = 0 ; i < data->info.phases[0]; i++) in mp2856_identify_multiphase_rail2()
|
| H A D | pim4328.c | 187 info->phases[0] = 2; in pim4328_probe() 194 info->phases[0] = 2; in pim4328_probe()
|
| H A D | mp2888.c | 309 info->phases[0] = ret & GENMASK(3, 0); in mp2888_identify_multiphase() 315 if (info->phases[0] > MP2888_MAX_PHASE) in mp2888_identify_multiphase()
|
| /linux/Documentation/hwmon/ |
| H A D | mp2888.rst | 25 - Programmable Multi-Phase up to 10 Phases. 46 - 'n' is number of configured phases (from 1 to 10); 48 - indexes 2 ... 1 + n for phases.
|
| H A D | mp2975.rst | 60 - 'k' is number of configured phases (from 1 to 8); 63 - indexes 2*n+1 ... 2*n + k for phases.
|
| H A D | stpddc60.rst | 85 temp1_input Measured maximum temperature of all phases.
|
| /linux/Documentation/iio/ |
| H A D | ade9000.rst | 26 reactive power, apparent power, and power factor across three phases. 40 | in_current[0-2]_raw | Raw current measurement for phases A, B, C. … 46 | in_altcurrent[0-2]_rms_raw | RMS current measurement for phases A, B, C. … 56 | in_voltage[0-2]_raw | Raw voltage measurement for phases A, B, C. … 64 | in_altvoltage[0-2]_rms_raw | RMS voltage measurement for phases A, B, C. … 74 | in_power[0-2]_active_raw | Active power measurement for phases A, B, C. … 82 | in_power[0-2]_reactive_raw | Reactive power measurement for phases A, B, C… 88 | in_power[0-2]_apparent_raw | Apparent power measurement for phases A, B, C… 92 | in_power[0-2]_powerfactor | Power factor for phases A, B, C. … 98 | in_energy[0-2]_active_raw | Active energy measurement for phases A, B, C.… [all …]
|
| /linux/Documentation/devicetree/bindings/watchdog/ |
| H A D | realtek,otto-wdt.yaml | 13 The timer has two timeout phases. Both phases have a maximum duration of 32
|
| H A D | starfive,jh7100-wdt.yaml | 16 timeout phases. At the first phase, the signal of watchdog interrupt
|
| /linux/Documentation/devicetree/bindings/iio/proximity/ |
| H A D | semtech,sx9360.yaml | 42 Capacitance measurement resolution. For both phases, "reference" and 52 PROXRAW filter strength for both phases. A value of 0 represents off,
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| H A D | hwmgr_ppt.h | 41 uint8_t phases; member 68 uint8_t phases; member
|
| /linux/drivers/nfc/pn544/ |
| H A D | pn544.c | 335 u8 phases = 0; in pn544_hci_start_poll() local 366 phases |= 1; /* Type A */ in pn544_hci_start_poll() 368 phases |= (1 << 2); /* Type F 212 */ in pn544_hci_start_poll() 369 phases |= (1 << 3); /* Type F 424 */ in pn544_hci_start_poll() 372 phases |= (1 << 5); /* NFC active */ in pn544_hci_start_poll() 375 PN544_PL_RDPHASES, &phases, 1); in pn544_hci_start_poll()
|
| /linux/drivers/mmc/host/ |
| H A D | dw_mmc-rockchip.c | 216 /* Make sure we use phases which we can enumerate with */ in dw_mci_rk3288_set_ios() 348 * one since testing bad phases is slow. Skip in dw_mci_rk3288_execute_tuning() 362 dev_warn(host->dev, "All phases bad!"); in dw_mci_rk3288_execute_tuning() 376 dev_info(host->dev, "All phases work, using default phase %d.", in dw_mci_rk3288_execute_tuning() 431 if (of_property_read_u32(np, "rockchip,desired-num-phases", in dw_mci_common_parse_dt()
|
| /linux/drivers/media/platform/ti/vpe/ |
| H A D | sc.h | 161 /* number of phases supported by the polyphase scalers */ 181 * num phases x num sets(luma and chroma) x num taps(aligned) x coeff size
|
| /linux/tools/power/pm-graph/ |
| H A D | bootgraph.py | 223 phases = ['kernel', 'user'] variable in Data 257 for p in data.phases: 281 for phase in self.phases: 384 for p in data.phases: 546 for p in data.phases: 557 for p in data.phases: 569 for phase in data.phases: 622 # draw a legend which describes the phases by color 626 for phase in data.phases: 673 for p in data.phases:
|
| H A D | sleepgraph.py | 1464 # phases { 1465 # 10 sequential, non-overlapping phases of S/R 1547 # called when phases are all finished being added 1673 phases = self.sortedPhases() 1674 tgtdev = self.sourceDevice(phases, start, end, pid, 'device') 1681 tgtdev = self.sourceDevice(phases, start, end, pid, 'thread') 1891 phases = self.dmesg.keys() 1893 count = len(phases) if order < 0 else order 1895 while phase in phases: 1945 def phaseOverlap(self, phases): argument [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-sx9324 | 14 The sensor rotates measurement across 4 phases
|
| /linux/include/scsi/ |
| H A D | scsi_transport_spi.h | 40 unsigned int support_dt:1; /* allows DT phases */ 41 unsigned int support_dt_only; /* disallows ST phases */
|
| /linux/Documentation/crypto/ |
| H A D | intro.rst | 57 following phases that are reflected in the API calls applicable to such
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | suspend-flows.rst | 79 Devices are suspended in four phases called *prepare*, *suspend*, 139 Devices are resumed in four phases called *noirq resume*, *early resume*,
|
| /linux/kernel/time/ |
| H A D | tick-sched.h | 23 * it is reset during irq handling phases.
|
| /linux/drivers/gpu/drm/i915/gvt/ |
| H A D | edid.h | 89 /* From hw specs, Other phases like START, ADDRESS, INDEX
|