Searched refs:_shift (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/bcm281xx/ |
| H A D | clk-core.h | 299 #define DIVIDER(_offset, _shift, _width) \ argument 302 .shift = (_shift), \ 309 #define FRAC_DIVIDER(_offset, _shift, _width, _frac_width) \ argument 312 .shift = (_shift), \ 350 #define SELECTOR(_offset, _shift, _width) \ argument 353 .shift = (_shift), \
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/bcm235xx/ |
| H A D | clk-core.h | 299 #define DIVIDER(_offset, _shift, _width) \ argument 302 .shift = (_shift), \ 309 #define FRAC_DIVIDER(_offset, _shift, _width, _frac_width) \ argument 312 .shift = (_shift), \ 350 #define SELECTOR(_offset, _shift, _width) \ argument 353 .shift = (_shift), \
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra124/ |
| H A D | xusb-padctl.c | 83 #define TEGRA124_LANE(_name, _offset, _shift, _mask, _iddq, _funcs) \ argument 87 .shift = _shift, \
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra210/ |
| H A D | xusb-padctl.c | 63 #define TEGRA210_LANE(_name, _offset, _shift, _mask, _iddq, _funcs) \ argument 67 .shift = _shift, \
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_vop2.c | 1199 #define _VOP_REG(off, _mask, _shift, _write_mask) \ argument 1203 .shift = _shift, \ 1207 #define VOP_REG(off, _mask, _shift) \ argument 1208 _VOP_REG(off, _mask, _shift, false)
|