Home
last modified time | relevance | path

Searched refs:number (Results 1 – 25 of 82) sorted by relevance

1234

/rk3399_ARM-atf/include/plat/marvell/armada/common/
H A Dmvebu.h16 #define IS_NOT_ALIGN(number, align) ((number) & ((align) - 1)) argument
19 #define ALIGN_UP(number, align) (((number) & ((align) - 1)) ? \ argument
20 (((number) + (align)) & ~((align)-1)) : (number))
23 #define IS_POWER_OF_2(number) ((number) != 0 && \ argument
24 (((number) & ((number) - 1)) == 0))
32 #define ROUND_UP_TO_POW_OF_2(number) (1 << \ argument
33 (32 - __builtin_clz((number) - 1)))
/rk3399_ARM-atf/fdts/
H A Dstm32mp157a-dhcor-avenger96.dts10 * DHCOR PCB number: 586-100 or newer
11 * Avenger96 PCB number: 588-200 or newer
H A Dstm32mp157c-dhcom-pdk2.dts8 * DHCOM PCB number: 587-200 or newer
9 * PDK2 PCB number: 516-400 or newer
H A Dfvp-base-gicv23-interrupts.dtsi24 * 1. Event number
25 * 2. Interrupt number the event is bound to or
47 * 1. Interrupt number
H A Drdv3-defs.dtsi29 * n - CPU number
H A Dfvp-foundation-gicv2-psci.dts125 frame-number = <1>;
H A Dfvp-foundation-gicv3-psci.dts134 frame-number = <1>;
/rk3399_ARM-atf/docs/design/
H A Dpsci-pd-tree.rst19 code is not scalable. The use of an MPIDR also restricts the number of
57 #. The first entry in the array specifies the number of power domains at the
62 #. Each subsequent entry corresponds to a power domain and contains the number
65 #. The size of the array minus the first entry will be equal to the number of
68 #. The value in each entry in the array is used to find the number of entries
69 to consider at the next level. The sum of the values (number of children) of
70 all the entries at a level specifies the number of entries in the array for
125 unique number (core index) between ``0`` and ``PLAT_CORE_COUNT - 1`` to each core
150 For platforms where the number of allocated MPIDRs is equal to the number of
158 used by the platform is not equal to the number of core power domains.
[all …]
/rk3399_ARM-atf/plat/allwinner/common/
H A Darisc_off.S19 # It expects the core number presented as a mask in the upper half of
69 l.ff1 r6, r3 # get core number from high mask
71 l.slli r6, r6, 2 # r5: core number*4 (0-12)
/rk3399_ARM-atf/docs/process/
H A Dmaintenance.rst19 - Having contributed a substantial number of non-trivial and high-quality
22 - Having reviewed a substantial number of non-trivial patches, preferably in the
/rk3399_ARM-atf/docs/plat/marvell/armada/misc/
H A Dmvebu-ccu.rst12 Return the CCU windows configuration and the number of windows of the
H A Dmvebu-amb.rst39 Returns the AMB windows configuration and the number of windows
H A Dmvebu-io-win.rst23 Returns the IO windows configuration and the number of windows of the
H A Dmvebu-iob.rst17 Returns the IOB windows configuration and the number of windows
/rk3399_ARM-atf/docs/components/
H A Dffa-manifest-binding.rst17 by this node. The minor number is incremented if the binding changes in a
20 - X is an integer representing the major version number of this document.
21 - Y is an integer representing the minor version number of this document.
59 - In the absence of virtualization, this is the number of execution
61 - If value of this field = 1 and number of PEs > 1 then the partition is
64 capable partition irrespective of the number of PEs.
103 - A unique number amongst all partitions that specifies if this partition
104 must be booted before others. The partition with the smaller number will be
184 - The field specifies the general purpose register number but not its width.
186 the partition properties. For example, if the number value is 1 then the
H A Dven-el3-debugfs.rst166 This operation reads a number of bytes from a file descriptor obtained by
190 uint32_t w1: number of bytes read on success.
334 value with major version number in upper 16 bits and
H A Dmpmm.rst17 limiting the number of cores that can execute higher-activity workloads or
H A Dsdei.rst32 the SDEI dispatcher returns a platform dynamic event number [2]. The client then
64 - The event number: this must be a positive 32-bit integer.
66 - For an event that has a backing interrupt, the interrupt number the event is
76 macro takes only one parameter: an SGI number to signal other PEs.
82 - The event number (as above);
113 - Both arrays must be sorted in the increasing order of event number.
225 The parameter ``ev_num`` is the event number to dispatch. The API returns ``0``
/rk3399_ARM-atf/docs/resources/diagrams/plantuml/
H A Dsdei_general.puml16 EL3->EL2: event number: ev
/rk3399_ARM-atf/docs/plat/arm/fvp/
H A Dfvp-build-options.rst19 - ``FVP_MAX_CPUS_PER_CLUSTER``: Sets the maximum number of CPUs implemented in
22 - ``FVP_MAX_PE_PER_CPU``: Sets the maximum number of PEs implemented on any CPU
/rk3399_ARM-atf/plat/intel/soc/common/fdts/
H A Dagilex5_fdt.dts86 frame-number = <0>;
/rk3399_ARM-atf/docs/getting_started/
H A Dimage-terminology.rst23 suffixed with a dash ("-") followed by a number (for example, ``BL3-1``) or a
24 subscript number, depending on whether rich text formatting was available.
47 binary. The number and type of images that should be packed in a FIP is
98 identifier, not a number.
/rk3399_ARM-atf/docs/plat/
H A Drockchip.rst4 Trusted Firmware-A supports a number of Rockchip ARM SoCs from both
/rk3399_ARM-atf/docs/plat/arm/tc/
H A Dindex.rst17 the Total Compute platform number. The platforms support the CPU variants
/rk3399_ARM-atf/docs/plat/st/
H A Dstm32mp2.rst66 The `STM32MP2 part number codification`_ page gives more information about part numbers.
195 .. _STM32MP2 part number codification: https://wiki.st.com/stm32mpu/wiki/STM32MP25_microprocessor#P…

1234