Home
last modified time | relevance | path

Searched refs:_width (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/fsl-mc/
H A Dfsl_mc_cmd.h10 #define MAKE_UMASK64(_width) \ argument
11 ((uint64_t)((_width) < 64 ? ((uint64_t)1 << (_width)) - 1 : -1))
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)))
77 #define MC_CMD_OP(_cmd, _param, _offset, _width, _type, _arg) \ argument
78 ((_cmd).params[_param] |= mc_enc((_offset), (_width), _arg))
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/cpu/armv7/bcm281xx/
H A Dclk-core.h299 #define DIVIDER(_offset, _shift, _width) \ argument
303 .width = (_width), \
309 #define FRAC_DIVIDER(_offset, _shift, _width, _frac_width) \ argument
313 .width = (_width), \
350 #define SELECTOR(_offset, _shift, _width) \ argument
354 .width = (_width), \
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/bcm235xx/
H A Dclk-core.h299 #define DIVIDER(_offset, _shift, _width) \ argument
303 .width = (_width), \
309 #define FRAC_DIVIDER(_offset, _shift, _width, _frac_width) \ argument
313 .width = (_width), \
350 #define SELECTOR(_offset, _shift, _width) \ argument
354 .width = (_width), \