Searched defs:SET_FIELD (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/arch/mips/mach-ath79/qca953x/ |
H A D | lowlevel_init.S | 25 #define SET_FIELD(name, v) (((v) & QCA953X_##name##_MASK) << \ macro
|
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00reg.h | 235 #define SET_FIELD(__reg, __type, __field, __value)\ macro
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | vas.h | 47 #define SET_FIELD(m, v, val) \ macro
|
/openbmc/qemu/hw/net/ |
H A D | opencores_eth.c | 55 #define SET_FIELD(v, field, data) \ macro
|
H A D | pcnet.c | 238 #define SET_FIELD(regp, name, field, value) \ macro
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | stv0910.c | 205 #define SET_FIELD(_reg, _val) \ macro
|
/openbmc/linux/drivers/ntb/hw/idt/ |
H A D | ntb_hw_idt.h | 951 #define SET_FIELD(field, data, value) \ macro
|
/openbmc/linux/drivers/gpu/drm/gma500/ |
H A D | psb_intel_reg.h | 1238 #define SET_FIELD(value, field) (((value) << field ## _SHIFT) & field ## _MASK) macro
|
/openbmc/linux/include/linux/qed/ |
H A D | qed_if.h | 1219 #define SET_FIELD(value, name, flag) \ macro
|
/openbmc/linux/drivers/iommu/ |
H A D | msm_iommu_hw-8xxx.h | 35 #define SET_FIELD(addr, mask, shift, v) \ macro
|