Home
last modified time | relevance | path

Searched refs:_type (Results 1 – 12 of 12) sorted by relevance

/u-boot/include/
A Dlinker_lists.h29 #define llsym(_type, _name, _list) \ argument
130 _type * tmp = (_type *)&start; \
154 #define ll_entry_end(_type, _list) \ argument
158 _type * tmp = (_type *)&end; \
183 _type *start = ll_entry_start(_type, _list); \
184 _type *end = ll_entry_end(_type, _list); \
213 _type *_ll_result = \
250 #define ll_start(_type) \ argument
254 _type * tmp = (_type *)&start; \
275 #define ll_end(_type) \ argument
[all …]
A Dbinman_sym.h37 #define binman_sym_declare(_type, _entry_name, _prop_name) \ argument
38 _type binman_symname(_entry_name, _prop_name) \
48 #define binman_sym_extern(_type, _entry_name, _prop_name) \ argument
49 extern _type binman_symname(_entry_name, _prop_name) \
62 #define binman_sym_declare_optional(_type, _entry_name, _prop_name) \ argument
63 _type binman_symname(_entry_name, _prop_name) \
112 #define binman_sym(_type, _entry_name, _prop_name) \ argument
114 (*(_type *)&binman_symname(_entry_name, _prop_name)) : \
119 #define binman_sym_declare(_type, _entry_name, _prop_name) argument
121 #define binman_sym_declare_optional(_type, _entry_name, _prop_name) argument
[all …]
A Devent.h105 #define _ESPY_REC(_type, _func) { _func, _type, #_func, } argument
107 #define _ESPY_REC(_type, _func) { _func, _type, } argument
150 #define EVENT_SPY(_type, _func) \ argument
151 __used ll_entry_declare(struct evspy_info, _type ## _3_ ## _func, \
152 evspy_info) = _ESPY_REC(_type, _func)
A Datf_common.h29 #define SET_PARAM_HEAD(_p, _type, _ver, _attr) do { \ argument
30 (_p)->h.type = (uint8_t)(_type); \
A Defi_loader.h833 #define EFI_DP_TYPE(_dp, _type, _subtype) \ argument
834 (((_dp)->type == DEVICE_PATH_TYPE_##_type) && \
A Dimage.h1977 #define U_BOOT_FIT_LOADABLE_HANDLER(_type, _handler) \ argument
1979 .type = _type, \
/u-boot/include/fsl-mc/
A Dfsl_mc_cmd.h80 #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 Drenesas-cpg-mssr.h79 #define DEF_TYPE(_name, _id, _type...) \ argument
80 { .name = _name, .id = _id, .type = _type }
81 #define DEF_BASE(_name, _id, _type, _parent...) \ argument
82 DEF_TYPE(_name, _id, _type, .parent = _parent)
A Drcar-gen3-cpg.h80 #define DEF_GEN3_Z(_name, _id, _type, _parent, _div, _offset) \ argument
81 DEF_BASE(_name, _id, _type, _parent, .div = _div, .offset = _offset)
105 #define DEF_GEN4_Z(_name, _id, _type, _parent, _div, _offset) \ argument
106 DEF_BASE(_name, _id, _type, _parent, .div = _div, .offset = _offset)
/u-boot/tools/binman/etype/
A Dcbfs.py190 entry._type = fdt_util.GetString(node, 'cbfs-type')
204 if entry._type == 'raw':
208 elif entry._type == 'stage':
213 entry._type)
/u-boot/arch/arm/include/asm/arch-rockchip/
A Dclock.h47 #define PLL(_type, _id, _con, _mode, _mshift, \ argument
51 .type = _type, \
/u-boot/drivers/clk/
A Dclk_k210.c121 #define DIV(id, _off, _shift, _width, _type) \ argument
123 .type = (_type), \

Completed in 31 milliseconds