/trusted-firmware-a-latest/include/lib/cpus/aarch64/ |
D | cpu_macros.S | 190 .macro report_errata _chosen, _cpu, _id, _rev_var=x8 193 \_cpu\()_errata_\_id\()_str: 200 bl check_errata_\_id 212 adr x2, \_cpu\()_errata_\_id\()_str 278 .macro add_erratum_entry _cpu:req, _cve:req, _id:req, _chosen:req, _apply_at_reset:req 287 .quad erratum_\_cpu\()_\_id\()_wa 294 .quad check_erratum_\_cpu\()_\_id 296 .word \_id 305 .macro _workaround_start _cpu:req, _cve:req, _id:req, _chosen:req, _apply_at_reset:req 306 add_erratum_entry \_cpu, \_cve, \_id, \_chosen, \_apply_at_reset [all …]
|
/trusted-firmware-a-latest/include/lib/cpus/aarch32/ |
D | cpu_macros.S | 148 .macro report_errata _chosen, _cpu, _id, _rev_var=r4 151 \_cpu\()_errata_\_id\()_str: 157 bl check_errata_\_id 168 ldr r2, =\_cpu\()_errata_\_id\()_str 213 .macro add_erratum_entry _cpu:req, _cve:req, _id:req, _chosen:req, _special 228 .word check_errata_cve_\_cve\()_\_id 230 .word check_errata_\_id 233 .word \_id
|
/trusted-firmware-a-latest/plat/st/common/ |
D | stm32mp_common.c | 39 #define BOARD_ID2NB(_id) (((_id) & BOARD_ID_BOARD_NB_MASK) >> \ argument 41 #define BOARD_ID2VARCPN(_id) (((_id) & BOARD_ID_VARCPN_MASK) >> \ argument 43 #define BOARD_ID2REV(_id) (((_id) & BOARD_ID_REVISION_MASK) >> \ argument 45 #define BOARD_ID2VARFG(_id) (((_id) & BOARD_ID_VARFG_MASK) >> \ argument 47 #define BOARD_ID2BOM(_id) ((_id) & BOARD_ID_BOM_MASK) argument
|
/trusted-firmware-a-latest/plat/mediatek/drivers/gpio/ |
D | mtgpio_common.h | 91 #define PIN(_id, _flag, _bit, _base, _offset) { \ argument 92 .id = _id, \
|
/trusted-firmware-a-latest/plat/mediatek/mt8186/include/ |
D | plat_pm.h | 47 #define IS_SPM_LP_SMC(_type, _id) (_id == (SPM_LP_SMC_MAGIC | _type)) argument
|
/trusted-firmware-a-latest/plat/st/stm32mp1/ |
D | stm32mp1_scmi.c | 73 #define CLOCK_CELL(_scmi_id, _id, _name, _init_enabled) \ argument 75 .clock_id = _id, \ 110 #define RESET_CELL(_scmi_id, _id, _name) \ argument 112 .reset_id = _id, \
|
/trusted-firmware-a-latest/plat/mediatek/lib/pm/armv8_2/ |
D | pwr_ctrl.c | 449 #define CPM_PM_FN_CHECK(_fns, _ops, _id, _func, _result, _flag) ({ \ argument 450 if ((_fns & _id)) { \ 452 _flag |= _id; \
|
/trusted-firmware-a-latest/drivers/st/clk/ |
D | clk-stm32-core.h | 339 #define OSCILLATOR(idx_osc, _id, _name, _gate_id, _gate_rdy_id, _bypass, _css, _drive) \ argument 342 .id_clk = (_id),\
|
/trusted-firmware-a-latest/docs/plat/ |
D | nvidia-tegra.rst | 128 int uart\_id;
|