| /rk3399_rockchip-uboot/include/ |
| H A D | linker_lists.h | 111 #define llsym(_type, _name, _list) \ argument 112 ((_type *)&_u_boot_list_2_##_list##_2_##_name) 149 #define ll_entry_declare(_type, _name, _list) \ argument 150 _type _u_boot_list_2_##_list##_2_##_name __aligned(4) \ 170 #define ll_entry_declare_list(_type, _name, _list) \ argument 171 _type _u_boot_list_2_##_list##_2_##_name[] __aligned(4) \ 199 #define ll_entry_start(_type, _list) \ argument 203 (_type *)&start; \ 222 #define ll_entry_end(_type, _list) \ argument 226 (_type *)&end; \ [all …]
|
| H A D | atf_common.h | 24 #define SET_PARAM_HEAD(_p, _type, _ver, _attr) do { \ argument 25 (_p)->h.type = (uint8_t)(_type); \
|
| H A D | efi_loader.h | 225 #define EFI_DP_TYPE(_dp, _type, _subtype) \ argument 226 (((_dp)->type == DEVICE_PATH_TYPE_##_type) && \
|
| H A D | image.h | 1501 #define U_BOOT_FIT_LOADABLE_HANDLER(_type, _handler) \ argument 1503 .type = _type, \
|
| /rk3399_rockchip-uboot/include/fsl-mc/ |
| H A D | fsl_mc_cmd.h | 71 #define MC_PREP_OP(_ext, _param, _offset, _width, _type, _arg) \ argument 74 #define MC_EXT_OP(_ext, _param, _offset, _width, _type, _arg) \ argument 75 (_arg = (_type)mc_dec(cpu_to_le64(_ext[_param]), (_offset), (_width))) 77 #define MC_CMD_OP(_cmd, _param, _offset, _width, _type, _arg) \ argument 80 #define MC_RSP_OP(_cmd, _param, _offset, _width, _type, _arg) \ argument 81 (_arg = (_type)mc_dec(_cmd.params[_param], (_offset), (_width)))
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/ |
| H A D | clock.h | 55 #define PLL(_type, _id, _con, _mode, _mshift, \ argument 59 .type = _type, \
|
| /rk3399_rockchip-uboot/drivers/clk/renesas/ |
| H A D | clk-rcar-gen3.c | 111 #define DEF_TYPE(_name, _id, _type...) \ argument 112 { .name = _name, .id = _id, .type = _type } 113 #define DEF_BASE(_name, _id, _type, _parent...) \ argument 114 DEF_TYPE(_name, _id, _type, .parent = _parent)
|