| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/ |
| H A D | pltfm_cfg.h | 57 #define GET_FIELD(_w, _f) (((_w) >> (_f##_SH)) & (_f##_MSK)) macro 116 #define GET_FIELD(_w, _f) (((_w) >> (_f##_SH)) & (_f##_MSK)) macro
|
| H A D | pltfm_cfg_drv.h | 60 #define GET_FIELD(_w, _f) (((_w) >> (_f##_SH)) & (_f##_MSK)) macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/ |
| H A D | pltfm_cfg.h | 57 #define GET_FIELD(_w, _f) (((_w) >> (_f##_SH)) & (_f##_MSK)) macro 116 #define GET_FIELD(_w, _f) (((_w) >> (_f##_SH)) & (_f##_MSK)) macro
|
| H A D | pltfm_cfg_drv.h | 60 #define GET_FIELD(_w, _f) (((_w) >> (_f##_SH)) & (_f##_MSK)) macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | vas.h | 33 #define GET_FIELD(m, v) (((v) & (m)) >> MASK_LSH(m)) macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00reg.h | 244 #define GET_FIELD(__reg, __type, __field) \ macro
|
| /OK3568_Linux_fs/kernel/drivers/ntb/hw/idt/ |
| H A D | ntb_hw_idt.h | 949 #define GET_FIELD(field, data) \ macro
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/ |
| H A D | psb_intel_reg.h | 1281 #define GET_FIELD(word, field) (((word) & field ## _MASK) >> field ## _SHIFT) macro
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_regs.h | 207 #define GET_FIELD(name, length, shift) \ macro
|
| /OK3568_Linux_fs/kernel/include/linux/qed/ |
| H A D | qed_if.h | 1165 #define GET_FIELD(value, name) \ macro
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x.h | 2504 #define GET_FIELD(value, fname) \ macro
|
| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | msm_iommu_hw-8xxx.h | 33 #define GET_FIELD(addr, mask, shift) ((readl(addr) >> (shift)) & (mask)) macro
|