Searched defs:_id (Results 1 – 6 of 6) sorted by relevance
/arm-trusted-firmware-2.8.0/plat/st/stm32mp1/ |
A D | stm32mp1_private.c | 30 #define BOARD_ID2NB(_id) (((_id) & BOARD_ID_BOARD_NB_MASK) >> \ argument 32 #define BOARD_ID2VARCPN(_id) (((_id) & BOARD_ID_VARCPN_MASK) >> \ argument 34 #define BOARD_ID2REV(_id) (((_id) & BOARD_ID_REVISION_MASK) >> \ argument 36 #define BOARD_ID2VARFG(_id) (((_id) & BOARD_ID_VARFG_MASK) >> \ argument 38 #define BOARD_ID2BOM(_id) ((_id) & BOARD_ID_BOM_MASK) argument
|
A D | stm32mp1_scmi.c | 73 #define CLOCK_CELL(_scmi_id, _id, _name, _init_enabled) \ argument 110 #define RESET_CELL(_scmi_id, _id, _name) \ argument
|
/arm-trusted-firmware-2.8.0/plat/mediatek/drivers/gpio/ |
A D | mtgpio_common.h | 91 #define PIN(_id, _flag, _bit, _base, _offset) { \ argument
|
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8186/include/ |
A D | plat_pm.h | 47 #define IS_SPM_LP_SMC(_type, _id) (_id == (SPM_LP_SMC_MAGIC | _type)) argument
|
/arm-trusted-firmware-2.8.0/plat/mediatek/lib/pm/armv8_2/ |
A D | pwr_ctrl.c | 449 #define CPM_PM_FN_CHECK(_fns, _ops, _id, _func, _result, _flag) ({ \ argument
|
/arm-trusted-firmware-2.8.0/drivers/st/clk/ |
A D | clk-stm32-core.h | 339 #define OSCILLATOR(idx_osc, _id, _name, _gate_id, _gate_rdy_id, _bypass, _css, _drive) \ argument
|
Completed in 17 milliseconds