Searched refs:_ext (Results 1 – 1 of 1) sorted by relevance
| /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 72 ((_ext)[_param] |= cpu_to_le64(mc_enc((_offset), (_width), _arg))) 74 #define MC_EXT_OP(_ext, _param, _offset, _width, _type, _arg) \ argument 75 (_arg = (_type)mc_dec(cpu_to_le64(_ext[_param]), (_offset), (_width)))
|