| /linux/drivers/hwmon/pmbus/ |
| H A D | mp2975.c | 233 * calculated above and total rail current divided by number phases. in mp2975_read_phase() 239 return max_t(int, DIV_ROUND_CLOSEST(ret, data->info.phases[page]), in mp2975_read_phase() 365 ret = mp2975_data2reg_linear11(ret * info->phases[page] * 1000); in mp2973_read_word_data() 582 for (i = 0 ; i < info->phases[0]; i++) in mp2975_set_phase_rail1() 591 /* Set phases for rail 2 from upper to lower. */ in mp2975_set_phase_rail2() 611 info->phases[0] = ret & GENMASK(3, 0); in mp2975_identify_multiphase() 616 * Rail 1 can be set to $n phases, while rail 2 can be set to less than in mp2975_identify_multiphase() 621 if (info->phases[0] > data->max_phases[0]) in mp2975_identify_multiphase() 626 num_phases2 = min(data->max_phases[0] - info->phases[0], in mp2975_identify_multiphase() 628 if (info->phases[1] && info->phases[1] <= num_phases2) in mp2975_identify_multiphase() [all …]
|
| /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...] |
| H A D | bootgraph.8 | 13 timeline is split into two phases: kernel mode & user mode. kernel mode
|
| /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/drivers/gpu/drm/i915/gvt/ |
| H A D | edid.h | 89 /* From hw specs, Other phases like START, ADDRESS, INDEX
|
| /linux/drivers/scsi/ |
| H A D | mesh.h | 95 /* Bus phases defined by the bits in bus_status0 */
|
| /linux/drivers/mfd/ |
| H A D | intel-m10-bmc-core.c | 45 * handshake registers during a secure update erase and write phases.
|
| /linux/drivers/vfio/pci/ |
| H A D | vfio_pci_config.c | 1287 int ret, evcc, phases, vc_arb; in vfio_vc_cap_len() local 1300 phases = 128; in vfio_vc_cap_len() 1302 phases = 64; in vfio_vc_cap_len() 1304 phases = 32; in vfio_vc_cap_len() 1306 phases = 0; in vfio_vc_cap_len() 1308 vc_arb = phases * 4; in vfio_vc_cap_len()
|
| /linux/Documentation/devicetree/bindings/power/supply/ |
| H A D | rohm,bd99954.yaml | 32 # The BD99954 data sheet divides charging to three phases.
|
| /linux/Documentation/power/ |
| H A D | suspend-and-interrupts.rst | 38 suspend-resume cycle, including the "noirq" phases of suspending and resuming
|