/u-boot/include/ |
A D | linker_lists.h | 29 #define llsym(_type, _name, _list) \ argument 130 (_type *)&start; \ 152 #define ll_entry_end(_type, _list) \ argument 156 (_type *)&end; \ 179 _type *start = ll_entry_start(_type, _list); \ 180 _type *end = ll_entry_end(_type, _list); \ 209 _type *_ll_result = \ 230 #define ll_start(_type) \ argument 234 (_type *)&start; \ 253 #define ll_end(_type) \ argument [all …]
|
A D | binman_sym.h | 35 #define binman_sym_declare(_type, _entry_name, _prop_name) \ argument 36 _type binman_symname(_entry_name, _prop_name) \ 46 #define binman_sym_extern(_type, _entry_name, _prop_name) \ argument 47 extern _type binman_symname(_entry_name, _prop_name) \ 60 #define binman_sym_declare_optional(_type, _entry_name, _prop_name) \ argument 61 _type binman_symname(_entry_name, _prop_name) \ 77 #define binman_sym(_type, _entry_name, _prop_name) \ argument 78 (*(_type *)&binman_symname(_entry_name, _prop_name)) 82 #define binman_sym_declare(_type, _entry_name, _prop_name) argument 84 #define binman_sym_declare_optional(_type, _entry_name, _prop_name) argument [all …]
|
A D | atf_common.h | 29 #define SET_PARAM_HEAD(_p, _type, _ver, _attr) do { \ argument 30 (_p)->h.type = (uint8_t)(_type); \
|
A D | efi_loader.h | 665 #define EFI_DP_TYPE(_dp, _type, _subtype) \ argument 666 (((_dp)->type == DEVICE_PATH_TYPE_##_type) && \
|
A D | image.h | 1616 #define U_BOOT_FIT_LOADABLE_HANDLER(_type, _handler) \ argument 1618 .type = _type, \
|
/u-boot/include/fsl-mc/ |
A D | fsl_mc_cmd.h | 80 #define MC_PREP_OP(_ext, _param, _offset, _width, _type, _arg) \ argument 83 #define MC_EXT_OP(_ext, _param, _offset, _width, _type, _arg) \ argument 84 (_arg = (_type)mc_dec(cpu_to_le64(_ext[_param]), (_offset), (_width))) 86 #define MC_CMD_OP(_cmd, _param, _offset, _width, _type, _arg) \ argument 89 #define MC_RSP_OP(_cmd, _param, _offset, _width, _type, _arg) \ argument 90 (_arg = (_type)mc_dec(_cmd.params[_param], (_offset), (_width)))
|
/u-boot/drivers/clk/renesas/ |
A D | renesas-cpg-mssr.h | 67 #define DEF_TYPE(_name, _id, _type...) \ argument 68 { .name = _name, .id = _id, .type = _type } 69 #define DEF_BASE(_name, _id, _type, _parent...) \ argument 70 DEF_TYPE(_name, _id, _type, .parent = _parent)
|
A D | rcar-gen3-cpg.h | 59 #define DEF_GEN3_Z(_name, _id, _type, _parent, _div, _offset) \ argument 60 DEF_BASE(_name, _id, _type, _parent, .div = _div, .offset = _offset)
|
/u-boot/tools/binman/etype/ |
A D | cbfs.py | 190 if entry._type == 'raw': 194 elif entry._type == 'stage': 199 entry._type) 212 entry._type = fdt_util.GetString(node, 'cbfs-type')
|
/u-boot/arch/arm/include/asm/arch-rockchip/ |
A D | clock.h | 39 #define PLL(_type, _id, _con, _mode, _mshift, \ argument 43 .type = _type, \
|