Home
last modified time | relevance | path

Searched full:phases (Results 1 – 25 of 135) sorted by relevance

123456

/linux/drivers/hwmon/pmbus/
H A Dmp2975.c239 * 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 Ducd9200.c147 * 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 Dmp2856.c271 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 Dmax16601.c214 * 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 Dpim4328.c187 info->phases[0] = 2; in pim4328_probe()
194 info->phases[0] = 2; in pim4328_probe()
H A Dmp2888.c309 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 Dmp2888.rst25 - 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 Dmp2975.rst60 - 'k' is number of configured phases (from 1 to 8);
63 - indexes 2*n+1 ... 2*n + k for phases.
H A Dstpddc60.rst85 temp1_input Measured maximum temperature of all phases.
/linux/Documentation/devicetree/bindings/watchdog/
H A Drealtek,otto-wdt.yaml13 The timer has two timeout phases. Both phases have a maximum duration of 32
H A Dstarfive,jh7100-wdt.yaml16 timeout phases. At the first phase, the signal of watchdog interrupt
/linux/Documentation/devicetree/bindings/iio/proximity/
H A Dsemtech,sx9360.yaml42 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 Dhwmgr_ppt.h41 uint8_t phases; member
68 uint8_t phases; member
/linux/drivers/mmc/host/
H A Dsdhci-of-aspeed.c200 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 Dsc.h161 /* 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 Dbootgraph.py223 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 Dsleepgraph.py1464 # 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 Dpn544.c335 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 Dsysfs-bus-iio-sx932414 The sensor rotates measurement across 4 phases
/linux/include/scsi/
H A Dscsi_transport_spi.h40 unsigned int support_dt:1; /* allows DT phases */
41 unsigned int support_dt_only; /* disallows ST phases */
/linux/Documentation/crypto/
H A Dintro.rst57 following phases that are reflected in the API calls applicable to such
/linux/fs/xfs/scrub/
H A Dfscounters_repair.c44 * filesystem during the calculation and reset phases.
/linux/Documentation/admin-guide/pm/
H A Dsuspend-flows.rst79 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 Dtick-sched.h23 * it is reset during irq handling phases.
/linux/drivers/gpu/drm/i915/gvt/
H A Dedid.h89 /* From hw specs, Other phases like START, ADDRESS, INDEX

123456