Searched defs:_id (Results 1 – 6 of 6) sorted by relevance
/trusted-firmware-a-3.7.0/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-3.7.0/plat/st/stm32mp1/ |
D | stm32mp1_scmi.c | 73 #define CLOCK_CELL(_scmi_id, _id, _name, _init_enabled) \ argument 110 #define RESET_CELL(_scmi_id, _id, _name) \ argument
|
/trusted-firmware-a-3.7.0/plat/mediatek/drivers/gpio/ |
D | mtgpio_common.h | 91 #define PIN(_id, _flag, _bit, _base, _offset) { \ argument
|
/trusted-firmware-a-3.7.0/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-3.7.0/plat/mediatek/lib/pm/armv8_2/ |
D | pwr_ctrl.c | 449 #define CPM_PM_FN_CHECK(_fns, _ops, _id, _func, _result, _flag) ({ \ argument
|
/trusted-firmware-a-3.7.0/drivers/st/clk/ |
D | clk-stm32-core.h | 339 #define OSCILLATOR(idx_osc, _id, _name, _gate_id, _gate_rdy_id, _bypass, _css, _drive) \ argument
|