Home
last modified time | relevance | path

Searched refs:midr (Results 1 – 11 of 11) sorted by relevance

/trusted-firmware-a/lib/cpus/aarch64/
A Dcpuamu.c22 unsigned int midr, midr_mask; in midr_match() local
24 midr = (unsigned int)read_midr(); in midr_match()
27 return ((midr & midr_mask) == (cpu_midr & midr_mask)); in midr_match()
A Ddenver.S367 .macro denver_cpu_ops_wa midr
368 declare_cpu_ops_wa denver, \midr, \
/trusted-firmware-a/plat/nvidia/tegra/include/drivers/
A Dflowctrl.h87 void tegra_fc_cluster_idle(uint32_t midr);
89 void tegra_fc_cluster_powerdn(uint32_t midr);
96 void tegra_fc_soc_powerdn(uint32_t midr);
/trusted-firmware-a/plat/hisilicon/hikey/
A Dhikey_bl2_setup.c225 u_register_t midr; in hikey_boardid_init() local
227 midr = read_midr(); in hikey_boardid_init()
228 mmio_write_32(MEMORY_AXI_CHIP_ADDR, midr); in hikey_boardid_init()
230 (unsigned int)midr); in hikey_boardid_init()
/trusted-firmware-a/plat/renesas/rzg/
A Dbl2_plat_setup.c650 uint32_t reg, midr, boot_dev, boot_cpu, type, rev; in bl2_el3_early_platform_setup() local
711 midr = reg & (MIDR_PN_MASK << MIDR_PN_SHIFT); in bl2_el3_early_platform_setup()
712 switch (midr) { in bl2_el3_early_platform_setup()
/trusted-firmware-a/plat/renesas/rcar/
A Dbl2_plat_setup.c793 uint32_t reg, midr, lcs, boot_dev, boot_cpu, sscg, type, rev; in bl2_el3_early_platform_setup() local
851 midr = reg & (MIDR_PN_MASK << MIDR_PN_SHIFT); in bl2_el3_early_platform_setup()
852 switch (midr) { in bl2_el3_early_platform_setup()
/trusted-firmware-a/include/arch/aarch32/
A Darch_helpers.h218 DEFINE_COPROCR_READ_FUNC(midr, MIDR) in DEFINE_SYSREG_RW_FUNCS()
/trusted-firmware-a/docs/design/
A Dfirmware-design.rst1386 ``include/lib/cpus/aarch64/cpu_macros.S`` and has the following fields : ``midr``,
1407 the current CPU midr, finds the matching ``cpu_ops`` entry in the ``cpu_ops``
1409 in midr are used to find the matching ``cpu_ops`` entry. The ``reset_func()`` in
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dfirmware-design.rst.txt1386 ``include/lib/cpus/aarch64/cpu_macros.S`` and has the following fields : ``midr``,
1407 the current CPU midr, finds the matching ``cpu_ops`` entry in the ``cpu_ops``
1409 in midr are used to find the matching ``cpu_ops`` entry. The ``reset_func()`` in
/trusted-firmware-a/docs/build/TF-A_2.5/
A Dsearchindex.js1 …cod:101,microprocessor:[114,116],microsd:[110,114],microsoft:47,middl:142,midr:[6,38],might:[6,10,…
/trusted-firmware-a/docs/build/latex/
A Dtrustedfirmware-a.tex29058 …/lib/cpus/aarch64/cpu\_macros.S}} and has the following fields : \sphinxcode{\sphinxupquote{midr}},
29082 the current CPU midr, finds the matching \sphinxcode{\sphinxupquote{cpu\_ops}} entry in the \sphinx…
29084 in midr are used to find the matching \sphinxcode{\sphinxupquote{cpu\_ops}} entry. The \sphinxcode{…

Completed in 128 milliseconds