Home
last modified time | relevance | path

Searched full:per (Results 1 – 25 of 1863) sorted by relevance

12345678910>>...75

/openbmc/u-boot/drivers/gpio/
H A Dadi_gpio2.c87 inline void portmux_setup(unsigned short per) in portmux_setup() argument
90 u16 ident = P_IDENT(per); in portmux_setup()
91 u16 function = P_FUNCT2MUX(per); in portmux_setup()
101 inline u16 get_portmux(unsigned short per) in get_portmux() argument
104 u16 ident = P_IDENT(per); in get_portmux()
123 * per Peripheral Identifier
129 int peripheral_request(unsigned short per, const char *label) in peripheral_request() argument
131 unsigned short ident = P_IDENT(per); in peripheral_request()
137 if (per & P_DONTCARE) in peripheral_request()
140 if (!(per & P_DEFINED)) in peripheral_request()
[all …]
/openbmc/qemu/docs/specs/
H A Dacpi_pci_hotplug.rst16 Slot injection notification pending. One bit per slot.
24 Slot removal notification pending. One bit per slot.
33 One bit per slot.
38 - Read-only "up" register @0xae00, 4-byte access, bit per slot
39 - Read-only "down" register @0xae04, 4-byte access, bit per slot
41 write: bit per slot eject, read: hotplug feature set
42 - Read-only hotplug capable register @0xae0c, 4-byte access, bit per slot
48 bit per slot. Read-only.
H A Drapl-msr.rst76 8. Calculate the ratio of energy spent per vcpu threads.
90 dividing the time in clock ticks. The number of clock ticks per second can be
91 found by the sysconf system call. A typical value of clock ticks per second is
92 100. So a core can run a process at the maximum of 100 ticks per second. If a
108 A 4 cores package can schedule a maximum of 400 ticks per second with 100 ticks
109 per second per core. If a thread was scheduled for 100 ticks between a second
/openbmc/libcper/sections/
H A Dcper-section-ccix-per.c2 * Describes functions for converting CCIX PER log CPER sections from binary and JSON format
13 #include <libcper/sections/cper-section-ccix-per.h>
17 //Converts a single CCIX PER log CPER section into JSON IR.
24 "A CCIX PER Log Error occurred"); in cper_section_ccix_per_to_ir()
27 "Error: Could not write to CCIX PER Log description string\n"); in cper_section_ccix_per_to_ir()
30 "Error: CCIX PER Log description string truncated\n"); in cper_section_ccix_per_to_ir()
63 //CCIX PER Log. in cper_section_ccix_per_to_ir()
91 //Converts a single CCIX PER CPER-JSON section into CPER binary, outputting to the given stream.
130 //Write CCIX PER log itself to stream. in ir_section_ccix_per_to_cper()
/openbmc/qemu/include/qemu/
H A Dthrottle.h46 * currently used for bytes per second and operations per second.
50 * - avg: the desired I/O limits in units per second.
51 * - max: the limit during bursts, also in units per second.
57 * bkt.level and leaks at a rate of bkt.avg units per second.
67 * per second.
70 * maximum of bkt.max units per second for at most bkt.burst_length
80 uint64_t avg; /* average goal in units per second */
H A Dthrottle-options.h39 .help = "limit total I/O operations per second",\
43 .help = "limit read operations per second",\
47 .help = "limit write operations per second",\
51 .help = "limit total bytes per second",\
55 .help = "limit read bytes per second",\
59 .help = "limit write bytes per second",\
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/
H A D0007-Actually-fail-when-error-occurs-in-parseFormat.patch6 When there's an unsupported number of bits per sample or an invalid
7 number of samples per block, don't only print an error message using
31 "IMA ADPCM compression supports only 4 bits per sample");
39 "Invalid samples per block for IMA ADPCM compression");
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/
H A Dlibtext-charwidth-perl_0.04.bb5 example, ASCII characters occupy one column per character, east Asian \
7 per character, and combining characters (apperaring in ISO-8859-11 Thai, \
8 Unicode, and so on) occupy zero columns per character. mbwidth() gives the \
/openbmc/qemu/contrib/plugins/
H A Dips.c2 * Instructions Per Second (IPS) rate limiting plugin.
5 * particular number of Instructions Per Second (IPS). This controls
23 /* how many times do we update time per sec */
29 static uint64_t max_insn_per_second = 1000 * 1000 * 1000; /* ips per core, per second */
118 /* count (and eventually trap) once per tb */ in vcpu_tb_trans()
201 fprintf(stderr, "minimum of %d instructions per second needed\n", in qemu_plugin_install()
/openbmc/u-boot/arch/arm/dts/
H A Dimx6ul.dtsi206 clock-names = "ipg", "per";
218 clock-names = "ipg", "per";
230 clock-names = "ipg", "per";
242 clock-names = "ipg", "per";
253 clock-names = "ipg", "per";
264 clock-names = "ipg", "per";
275 clock-names = "ipg", "per";
342 clock-names = "ipg", "per";
353 clock-names = "ipg", "per";
364 clock-names = "ipg", "per";
[all …]
H A Dimx7s.dtsi476 clock-names = "ipg", "per";
485 clock-names = "ipg", "per";
495 clock-names = "ipg", "per";
505 clock-names = "ipg", "per";
682 clock-names = "ipg", "per";
692 clock-names = "ipg", "per";
703 clock-names = "ipg", "per";
714 clock-names = "ipg", "per";
725 clock-names = "ipg", "per";
763 clock-names = "ipg", "per";
[all …]
/openbmc/libcper/generator/sections/
H A Dgen-section-ccix-per.c2 * Functions for generating pseudo-random CCIX PER error sections.
12 //Generates a single pseudo-random CCIX PER error section, saving the resulting address to the given
17 //Create a random length for the CCIX PER log. in generate_section_ccix_per()
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dddimm_parser.hpp90 * @brief This function calculates DDR5 based die per package
93 * @return die per package value.
98 * @brief This function calculates DDR5 based density per die
101 * @return density per die.
/openbmc/u-boot/doc/device-tree-bindings/gpio/
H A Dsnps,creg-gpio.txt17 - gpio-bit-per-line: Number of bits per gpio line (see picture).
39 gpio-bit-per-line = <2>;
/openbmc/u-boot/doc/device-tree-bindings/memory-controllers/
H A Dk3-am654-ddrss.txt20 - reg: Contains the register map per reg-names.
23 value. This property is as per the binding,
26 be defined as per the appropriate clock bindings consumer
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dabb.c32 * settling time of ldo in micro-seconds (varies per OMAP family), in abb_setup_timings()
33 * of clock cycles per SYS_CLK period (varies per OMAP family), in abb_setup_timings()
34 * the SYS_CLK frequency in MHz (varies per board) in abb_setup_timings()
/openbmc/u-boot/drivers/rtc/
H A Dftrtc010.c37 #define FTRTC010_CR_INTERRUPT_SEC (1 << 1) /* per second irq */
38 #define FTRTC010_CR_INTERRUPT_MIN (1 << 2) /* per minute irq */
39 #define FTRTC010_CR_INTERRUPT_HR (1 << 3) /* per hour irq */
40 #define FTRTC010_CR_INTERRUPT_DAY (1 << 4) /* per day irq */
/openbmc/phosphor-post-code-manager/
H A Dmeson.options16 'max-post-code-size-per-cycle',
20 description: 'Maximum post code file size per cycle',
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxcomposite_0.4.6.bb4 mechanisms: per-hierarchy storage, automatic shadow update, and external \
5 parent. In per-hierarchy storage, the rendering of an entire hierarchy \
/openbmc/u-boot/arch/arm/mach-mvebu/serdes/axp/
H A Dhigh_speed_env_spec.h46 * Configuration per SERDES line. Each nibble is MV_SERDES_LINE_TYPE
50 u32 line0_7; /* Lines 0 to 7 SERDES MUX one nibble per line */
51 u32 line8_15; /* Lines 8 to 15 SERDES MUX one nibble per line */
55 * Bus speed - one bit per SERDES line:
/openbmc/qemu/scripts/kvm/
H A Dkvm_flightrecorder13 # sudo kvm_flightrecorder start 8192 # 8 MB per-cpu ring buffers
15 # The per-cpu ring buffer size can be given in KB as an optional argument to
108 print('Invalid per-cpu trace buffer size in KB')
111 print('Per-CPU ring buffer size set to %d KB' % buffer_size_kb)
/openbmc/qemu/migration/
H A Ddirtyrate.h19 * Sample 512 pages per GB as default.
48 uint64_t sample_pages_per_gigabytes; /* sample pages per GB */
79 uint64_t sample_pages; /* sample pages per GB */
/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/pam.d/
H A Dcommon-session10 # here are the per-package modules (the "Primary" block)
18 # and here are more per-package modules (the "Additional" block)
H A Dcommon-session-noninteractive10 # here are the per-package modules (the "Primary" block)
18 # and here are more per-package modules (the "Additional" block)
/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam/pam.d/
H A Dcommon-session10 # here are the per-package modules (the "Primary" block)
18 # and here are more per-package modules (the "Additional" block)

12345678910>>...75