Home
last modified time | relevance | path

Searched refs:possible (Results 1 – 25 of 1987) sorted by relevance

12345678910>>...80

/openbmc/u-boot/Documentation/devicetree/bindings/ram/
H A Dfsl,mpc83xx-mem-controller.txt19 - p_impedance_override: DDR driver software p-impedance override; possible
26 - n_impedance_override: DDR driver software n-impedance override; possible
33 - odt_termination_value: ODT termination value for I/Os; possible values:
36 - ddr_type: Selects voltage level for DDR pads; possible
41 possible values:
44 - m_odr: Disable memory transaction reordering; possible
48 - clock_adjust: Clock adjust; possible values:
53 - ext_refresh_rec: Extended refresh recovery time; possible values:
55 - read_to_write: Read-to-write turnaround; possible values:
57 - write_to_read: Write-to-read turnaround; possible values:
[all …]
/openbmc/linux/Documentation/scsi/
H A Dlink_power_management_policy.rst8 There are 3 possible options:
14 least possible power when possible. This may
23 when possible, but do not enter the lowest power
/openbmc/qemu/tests/qapi-schema/
H A Denum-bad-name.json2 # FIXME reports 'not\possible' instead of 'not\\possible'
3 { 'enum': 'MyEnum', 'data': [ 'not\\possible' ] }
/openbmc/linux/usr/include/
H A Dheaders_check.pl121 for my $possible ( @file_paths ) {
122 if (not $import_stack{$possible} and open($fh, '<', $possible)) {
123 $import_path = $possible;
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-flash.rst62 to the flash controller. Setting this control may not be possible in
97 this is a sensor, which makes it possible to synchronise the
106 control may not be possible in presence of some faults. See
123 if possible.
128 if possible. Setting this control may not be possible in presence of
134 possible.
143 and returns the chip to a usable state if possible.
174 which strobing the flash at full current will not be possible.The
187 after strobe during which another strobe will not be possible. This
H A Dvidioc-g-selection.rst73 choose a crop/compose rectangle as close as possible to the requested
89 capture/output window or TV display. The closest possible values of
99 3. Keep center of adjusted rectangle as close as possible to the
102 4. Keep width and height as close as possible to original ones.
104 5. Keep horizontal and vertical offset as close as possible to original
181 It is not possible to adjust struct :c:type:`v4l2_rect`
189 It is not possible to apply change of the selection rectangle at the
/openbmc/linux/arch/x86/kernel/
H A Dsmpboot.c1310 int i, possible; in prefill_possible_map() local
1314 possible = num_processors; in prefill_possible_map()
1317 possible += disabled_cpus; in prefill_possible_map()
1319 if (possible > i) in prefill_possible_map()
1320 possible = i; in prefill_possible_map()
1323 possible = setup_possible_cpus; in prefill_possible_map()
1325 total_cpus = max_t(int, possible, num_processors + disabled_cpus); in prefill_possible_map()
1328 if (possible > nr_cpu_ids) { in prefill_possible_map()
1330 possible, nr_cpu_ids); in prefill_possible_map()
1331 possible = nr_cpu_ids; in prefill_possible_map()
[all …]
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/
H A Dcputopology.rst68 possible: 已被分配资源的CPU,如果它们CPU实际存在,可以上线。
78 present和possible::
83 possible: 0-31
92 possible: 0-127
/openbmc/linux/drivers/acpi/
H A Dpci_link.c61 u32 possible[ACPI_PCI_LINK_MAX_POSSIBLE]; member
112 link->irq.possible[i] = p->interrupts[i]; in acpi_pci_link_check_possible()
138 link->irq.possible[i] = p->interrupts[i]; in acpi_pci_link_check_possible()
469 if (link->irq.possible[i] == irq) in acpi_irq_pci_sharing_penalty()
510 if (link->irq.possible[i] < ACPI_MAX_ISA_IRQS) in acpi_irq_penalty_init()
512 possible[i]] += in acpi_irq_penalty_init()
545 if (link->irq.active == link->irq.possible[i]) in acpi_pci_link_allocate()
564 irq = link->irq.possible[link->irq.possible_count - 1]; in acpi_pci_link_allocate()
573 acpi_irq_get_penalty(link->irq.possible[i])) in acpi_pci_link_allocate()
574 irq = link->irq.possible[i]; in acpi_pci_link_allocate()
[all …]
/openbmc/linux/tools/memory-model/
H A Dlock.cat83 let all-possible-rfe-lf =
85 * Given an LF event r, compute the possible rfe edges for that event
89 let possible-rfe-lf r =
93 in map possible-rfe-lf (LF \ range(rfi-lf))
96 with rfe-lf from cross(all-possible-rfe-lf)
109 let all-possible-rf-ru =
110 let possible-rf-ru r =
114 in map possible-rf-ru RU
117 with rf-ru from cross(all-possible-rf-ru)
/openbmc/phosphor-settingsd/
H A DREADME-settings-manager.md9 - The above makes it possible to not even create settings objects that do not
12 - It should be possible, for example, for host0/ and host1/ on a system with two
16 - It should be possible to specify default settings for a system at build-time,
41 It is possible to specify this policy file via a bitbake recipe for a system
/openbmc/linux/Documentation/kbuild/
H A DKconfig.recursion-issue-0113 # * What values are possible for CORE?
16 # that are possible for CORE. So for example if CORE_BELL_A_ADVANCED is 'y',
30 # what values are possible for CORE we ended up needing to address questions
31 # regarding possible values of CORE itself again. Answering the original
32 # question of what are the possible values of CORE would make the kconfig
/openbmc/linux/arch/loongarch/kernel/
H A Dsetup.c591 int i, possible; in prefill_possible_map() local
593 possible = num_processors + disabled_cpus; in prefill_possible_map()
594 if (possible > nr_cpu_ids) in prefill_possible_map()
595 possible = nr_cpu_ids; in prefill_possible_map()
598 possible, max((possible - num_processors), 0)); in prefill_possible_map()
600 for (i = 0; i < possible; i++) in prefill_possible_map()
605 set_nr_cpu_ids(possible); in prefill_possible_map()
/openbmc/u-boot/board/bachmann/ot1200/
H A DREADME9 port is always up and auto-negotiation is not possible.
12 FEC is connected to a normal phy and auto-negotiation is possible.
16 make is possible to boot the linux kernel and make use variant specific
/openbmc/openpower-hw-diags/
H A Dconfig.h.in6 // Use constexpr and avoid #define whenever possible. This has the benefit of
7 // compiling as much code as possible, regardless if it is actually used. Thus
19 // Avoid using #define whenever possible. See note above for reason.
/openbmc/linux/Documentation/networking/
H A Dipv6.rst27 The possible values and their effects are:
38 it will not be possible to open an IPv6 socket.
49 The possible values and their effects are:
67 The possible values and their effects are:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/
H A D0001-test-ptts-Set-recv-buffer-size-too-max-to-receive-as.patch5 packets as possible
13 packets as possible, and give a hint to user when possible overrun occurs. Note
55 + * Set SO_RCVBUF to max int value to receive as many packets as possible.
/openbmc/linux/rust/alloc/
H A DREADME.md8 Please note that these files should be kept as close as possible to
24 upstream as possible and avoid as much divergence as possible, which
28 in-tree that would be as small and as close as possible to upstream.
/openbmc/phosphor-state-manager/target_files/
H A Dobmc-fan-watchdog-takeover.target2 #is no longer desired or possible. It should also add units to this target
4 #desired or possible.
/openbmc/u-boot/board/synopsys/emsdp/
H A DREADME11 Since this board is based on FPGA it's possible to load and use different
13 possible configuration which means the same one binary will work on more
18 - The first channel is used for serial debug port (which makes it possible
29 - Also with help of this FTDI chip it is possible to reset entire
76 2. Though it is possible to load U-Boot as a simple Elf file via JTAG right
/openbmc/u-boot/doc/
H A DREADME.commands106 maxv: Maximum number of possible completions that may be returned by
109 cmdv: Used to return possible values for the last argument. The last
110 possible completion must be followed by NULL.
112 The function returns the number of possible completions (without the terminating
122 This makes it possible for the final link to extract all commands
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-uevent21 a transaction identifier so it's possible to use the same UUID
33 It's possible to define zero or more pairs - each pair is then
36 name gains ``SYNTH_ARG_`` prefix to avoid possible collisions
/openbmc/linux/Documentation/admin-guide/
H A Dcputopology.rst68 possible: CPUs that have been allocated resources and can be
81 brought online as they are both present and possible::
86 possible: 0-31
97 possible: 0-127
/openbmc/linux/Documentation/filesystems/
H A Dvirtiofs.rst22 Although it is possible to use existing network file systems for some of these
29 possible with network file systems.
70 FUSE client may choose which request to transfer, making it possible to
72 it is not possible to change the order of requests that have been enqueued.
/openbmc/qemu/scripts/
H A Dcheckpatch.pl1248 sub possible { subroutine
1249 my ($possible, $line) = @_;
1268 warn "CHECK<$possible> ($line)\n" if ($dbg_possible > 2);
1269 if ($possible !~ $notPermitted) {
1271 $possible =~ s/\s*$Storage\s*//g;
1272 $possible =~ s/\s*$Sparse\s*//g;
1273 if ($possible =~ /^\s*$/) {
1275 } elsif ($possible =~ /\s/) {
1276 $possible =~ s/\s*(?:$Type|\#\#)\s*//g;
1277 for my $modifier (split(' ', $possible)) {
[all …]

12345678910>>...80