Searched defs:_shift (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_hash.c | 57 #define EFX_HASH_ROTATE(_value, _shift) \ argument 62 #define EFX_HASH_ROTATE(_value, _shift) \ argument
|
/freebsd/sys/dev/bhnd/cores/pci/ |
H A D | bhnd_pcivar.h | 114 #define _BHND_PCI_REG_GET(_regval, _mask, _shift) \ argument 116 #define _BHND_PCI_REG_SET(_regval, _mask, _shift, _setval) \ argument
|
/freebsd/sys/dev/clk/rockchip/ |
H A D | rk3568_pmucru.c | 55 #define RK_PLL(_id, _name, _pnames, _off, _shift) \ argument
|
H A D | rk3568_cru.c | 66 #define RK_PLL(_id, _name, _pnames, _off, _shift) \ argument
|
H A D | rk3288_cru.c | 490 #define PLL(_id, _name, _base, _shift) \ argument
|
/freebsd/sys/arm64/freescale/imx/ |
H A D | imx_ccm.h | 135 #define GATE(_id, _name, _pname, _o, _shift) \ argument 209 #define DIV(_id, _name, _pname, _o, _shift, _width) \ argument
|
/freebsd/sys/dev/qcom_gcc/ |
H A D | qcom_gcc_ipq4018_clock.c | 131 #define F_RO_DIV(_id, _cname, _parent, _offset, _shift, _width, _tbl) \ argument
|
/freebsd/sys/dev/clk/allwinner/ |
H A D | aw_clk.h | 556 _offset, _shift, _width) \ argument
|
/freebsd/sys/dev/etherswitch/arswitch/ |
H A D | arswitchreg.h | 44 #define BITS(_shift, _count) (BITM(_count) << (_shift)) argument
|
/freebsd/sys/arm64/arm64/ |
H A D | identcpu.c | 392 #define MRS_FIELD_RES1(_width, _shift) \ argument
|