/linux/drivers/hwmon/pmbus/ |
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() 369 ret = mp2975_data2reg_linear11(ret * info->phases[page] * 1000); in mp2973_read_word_data() 586 for (i = 0 ; i < info->phases[0]; i++) in mp2975_set_phase_rail1() 595 /* Set phases for rail 2 from upper to lower. */ in mp2975_set_phase_rail2() 615 info->phases[0] = ret & GENMASK(3, 0); in mp2975_identify_multiphase() 620 * Rail 1 can be set to $n phases, while rail 2 can be set to less than in mp2975_identify_multiphase() 625 if (info->phases[0] > data->max_phases[0]) in mp2975_identify_multiphase() 630 num_phases2 = min(data->max_phases[0] - info->phases[0], in mp2975_identify_multiphase() 632 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 | max16601.c | 214 * If REG_DEFAULT_NUM_POP returns 0, we don't know how many phases in max16601_identify() 219 info->phases[0] = reg; in max16601_identify() 242 .phases[0] = MAX16601_NUM_PHASES,
|
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/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/mmc/host/ |
H A D | sdhci-of-aspeed.c | 200 const struct mmc_clk_phase *phases, in aspeed_sdhci_phases_to_taps() argument 203 taps->valid = phases->valid; in aspeed_sdhci_phases_to_taps() 205 if (!phases->valid) in aspeed_sdhci_phases_to_taps() 208 taps->in = aspeed_sdhci_phase_to_tap(dev, rate, phases->in_deg); in aspeed_sdhci_phases_to_taps() 209 taps->out = aspeed_sdhci_phase_to_tap(dev, rate, phases->out_deg); in aspeed_sdhci_phases_to_taps()
|
/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/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/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/fs/xfs/scrub/ |
H A D | fscounters_repair.c | 44 * filesystem during the calculation and reset phases.
|
/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
|