/linux/drivers/hwmon/pmbus/ |
A D | mp2975.c | 157 return max_t(int, DIV_ROUND_CLOSEST(ret, data->info.phases[page]), in mp2975_read_phase() 354 for (i = 0 ; i < info->phases[0]; i++) in mp2975_set_phase_rail1() 383 info->phases[0] = ret & GENMASK(3, 0); in mp2975_identify_multiphase() 393 if (info->phases[0] > MP2975_MAX_PHASE_RAIL1) in mp2975_identify_multiphase() 397 num_phases2 = min(MP2975_MAX_PHASE_RAIL1 - info->phases[0], in mp2975_identify_multiphase() 399 if (info->phases[1] && info->phases[1] <= num_phases2) in mp2975_identify_multiphase() 449 if (info->phases[1]) in mp2975_identify_rails_vid() 705 data->info.phases[1] = ret; in mp2975_probe()
|
A D | tps53679.c | 83 info->phases[0] = (ret & 0x07) + 1; in tps53679_identify_phases() 180 info->phases[0] = phases_a; in tps53676_identify() 183 info->phases[1] = phases_b; in tps53676_identify() 262 info->phases[0] = 6; in tps53679_probe()
|
A D | pim4328.c | 187 info->phases[0] = 2; in pim4328_probe() 194 info->phases[0] = 2; in pim4328_probe()
|
A D | max16601.c | 218 info->phases[0] = reg; in max16601_identify() 241 .phases[0] = MAX16601_NUM_PHASES,
|
A D | mp2888.c | 310 info->phases[0] = ret & GENMASK(3, 0); in mp2888_identify_multiphase() 316 if (info->phases[0] > MP2888_MAX_PHASE) in mp2888_identify_multiphase()
|
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
A D | hwmgr_ppt.h | 41 uint8_t phases; member 68 uint8_t phases; member
|
/linux/Documentation/devicetree/bindings/mmc/ |
A D | rockchip-dw-mshc.yaml | 69 to control the clock phases, "ciu-sample" is required for tuning 79 low speeds or in case where all phases work at tuning time. 82 rockchip,desired-num-phases:
|
/linux/drivers/mmc/host/ |
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/gpu/drm/i915/gem/ |
A D | i915_gem_pm.c | 128 struct list_head *phases[] = { in i915_gem_suspend_late() local 159 for (phase = phases; *phase; phase++) { in i915_gem_suspend_late()
|
A D | i915_gem_shrinker.c | 110 } phases[] = { in i915_gem_shrink() local 172 for (phase = phases; phase->list; phase++) { in i915_gem_shrink()
|
/linux/tools/power/pm-graph/ |
A D | bootgraph.py | 221 phases = ['kernel', 'user'] variable in Data 255 for p in data.phases: 279 for phase in self.phases: 382 for p in data.phases: 544 for p in data.phases: 555 for p in data.phases: 567 for phase in data.phases: 624 for phase in data.phases: 671 for p in data.phases:
|
A D | sleepgraph.py | 1547 phases = self.sortedPhases() 1754 phases = self.dmesg.keys() 1758 while phase in phases: 1812 for phase in phases: 1830 for phase in phases: 1847 targetphase = phases[0] 1849 targetphase = phases[-1] 1857 if targetphase in phases: 4602 for dir in phases: 4622 for b in phases[dir]: [all …]
|
/linux/drivers/nfc/pn544/ |
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/hwmon/ |
A D | mp2888.rst | 46 - 'n' is number of configured phases (from 1 to 10); 48 - indexes 2 ... 1 + n for phases.
|
A D | pmbus-core.rst | 169 support multiple phases, the phase parameter can be ignored. If the chip 170 supports multiple phases, a phase value of 0xff indicates all phases. 210 If the chip does not support multiple phases, the phase parameter is 211 ignored. Otherwise, a phase value of 0xff selects all phases. 220 not support multiple phases, the phase parameter is ignored. Otherwise, a phase 221 value of 0xff selects all phases.
|
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.
|
A D | max15301.rst | 82 temp1_input Measured maximum temperature of all phases.
|
A D | stpddc60.rst | 85 temp1_input Measured maximum temperature of all phases.
|
A D | max16601.rst | 77 'N' is the number of enabled/populated phases.
|
A D | tps53679.rst | 64 output channels and up to 8 phases per channel.
|
/linux/Documentation/driver-api/pm/ |
A D | devices.rst | 134 they are called in phases for every device, respecting the parent-child 269 Suspending or resuming the system is done in several phases. Different phases 274 callbacks. The various phases always run after tasks have been frozen and 323 suspend-related phases, during the ``prepare`` phase the device 342 ``suspend_noirq`` phases as well as all of the corresponding phases of 389 "quiesce device" and "save device state" phases, in which cases 427 When resuming from freeze, standby or memory sleep, the phases are: 511 more phases for hibernation, with a different set of callbacks. These phases 562 and the phases are similar. 624 the memory contents preserved), although it involves different phases: [all …]
|
/linux/Documentation/power/ |
A D | pci.rst | 433 belonging to the given subsystem before the next phase begins. These phases 440 be preserved, such as one of the ACPI sleep states S1-S3, the phases are: 509 S1-S3, into the working state (ACPI S0), the phases are: 514 phases:: 562 to be free) in the following three phases: 573 The other two phases, however, are different. 617 three phases: 622 two phases are analogous to the suspend and suspend_noirq phases, respectively. 649 phases described above. However, the devices affected by these phases are only 663 phases: [all …]
|
/linux/drivers/vfio/pci/ |
A D | vfio_pci_config.c | 1229 int ret, evcc, phases, vc_arb; in vfio_vc_cap_len() local 1242 phases = 128; in vfio_vc_cap_len() 1244 phases = 64; in vfio_vc_cap_len() 1246 phases = 32; in vfio_vc_cap_len() 1248 phases = 0; in vfio_vc_cap_len() 1250 vc_arb = phases * 4; in vfio_vc_cap_len()
|
/linux/drivers/scsi/ |
A D | NCR5380.c | 329 } phases[] = { variable 356 for (i = 0; (phases[i].value != PHASE_UNKNOWN) && in NCR5380_print_phase() 357 (phases[i].value != (status & PHASE_MASK)); ++i) in NCR5380_print_phase() 359 shost_printk(KERN_DEBUG, instance, "phase %s\n", phases[i].name); in NCR5380_print_phase()
|
/linux/Documentation/crypto/ |
A D | intro.rst | 57 following phases that are reflected in the API calls applicable to such
|