Searched defs:GET_FIELD (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00reg.h | 244 #define GET_FIELD(__reg, __type, __field) \ macro
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | vas.h | 45 #define GET_FIELD(m, v) (((v) & (m)) >> MASK_LSH(m)) macro
|
/openbmc/qemu/hw/net/ |
H A D | opencores_eth.c | 50 #define GET_FIELD(v, field) (((v) & (field)) >> (field ## _LBN)) macro
|
H A D | pcnet.c | 242 #define GET_FIELD(reg, name, field) \ macro
|
/openbmc/qemu/qga/ |
H A D | commands-posix.c | 1315 #define GET_FIELD(field, osfield) do { \ in qmp_guest_get_osinfo() macro
|
/openbmc/qemu/disas/ |
H A D | hppa.c | 1664 #define GET_FIELD(X, FROM, TO) \ macro
|
/openbmc/qemu/target/hexagon/ |
H A D | macros.h | 25 #define GET_FIELD(FIELD, REGIN) \ macro
|
/openbmc/linux/drivers/ntb/hw/idt/ |
H A D | ntb_hw_idt.h | 949 #define GET_FIELD(field, data) \ macro
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | MC68328.h | 22 #define GET_FIELD(reg, field) (((reg) & field##_MASK) >> field##_SHIFT) macro
|
H A D | MC68EZ328.h | 23 #define GET_FIELD(reg, field) (((reg) & field##_MASK) >> field##_SHIFT) macro
|
H A D | MC68VZ328.h | 25 #define GET_FIELD(reg, field) (((reg) & field##_MASK) >> field##_SHIFT) macro
|
/openbmc/linux/drivers/gpu/drm/gma500/ |
H A D | psb_intel_reg.h | 1239 #define GET_FIELD(word, field) (((word) & field ## _MASK) >> field ## _SHIFT) macro
|
/openbmc/linux/include/linux/qed/ |
H A D | qed_if.h | 1225 #define GET_FIELD(value, name) \ macro
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x.h | 2504 #define GET_FIELD(value, fname) \ macro
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 202 #define GET_FIELD(X, FROM, TO) \ macro
|
/openbmc/linux/drivers/iommu/ |
H A D | msm_iommu_hw-8xxx.h | 33 #define GET_FIELD(addr, mask, shift) ((readl(addr) >> (shift)) & (mask)) macro
|