| /drivers/gpu/drm/nouveau/ |
| A D | nouveau_bo.h | 137 #define NVBO_RD32(A...) DRF_RD(NVBO_RD32_, ##A) argument 138 #define NVBO_RV32(A...) DRF_RV(NVBO_RD32_, ##A) argument 139 #define NVBO_TV32(A...) DRF_TV(NVBO_RD32_, ##A) argument 140 #define NVBO_TD32(A...) DRF_TD(NVBO_RD32_, ##A) argument 141 #define NVBO_WR32(A...) DRF_WR( NVBO_WR32_, ##A) argument 142 #define NVBO_WV32(A...) DRF_WV( NVBO_WR32_, ##A) argument 143 #define NVBO_WD32(A...) DRF_WD( NVBO_WR32_, ##A) argument 144 #define NVBO_MR32(A...) DRF_MR(NVBO_RD32_, NVBO_WR32_, u32, ##A) argument 145 #define NVBO_MV32(A...) DRF_MV(NVBO_RD32_, NVBO_WR32_, u32, ##A) argument 146 #define NVBO_MD32(A...) DRF_MD(NVBO_RD32_, NVBO_WR32_, u32, ##A) argument
|
| /drivers/gpu/drm/nouveau/include/nvif/ |
| A D | object.h | 116 #define NVIF_RD32(p,A...) DRF_RD(NVIF_RD32_, (p), 0, ##A) argument 117 #define NVIF_RV32(p,A...) DRF_RV(NVIF_RD32_, (p), 0, ##A) argument 118 #define NVIF_TV32(p,A...) DRF_TV(NVIF_RD32_, (p), 0, ##A) argument 119 #define NVIF_TD32(p,A...) DRF_TD(NVIF_RD32_, (p), 0, ##A) argument 120 #define NVIF_WR32(p,A...) DRF_WR( NVIF_WR32_, (p), 0, ##A) argument 121 #define NVIF_WV32(p,A...) DRF_WV( NVIF_WR32_, (p), 0, ##A) argument 122 #define NVIF_WD32(p,A...) DRF_WD( NVIF_WR32_, (p), 0, ##A) argument 123 #define NVIF_MR32(p,A...) DRF_MR(NVIF_RD32_, NVIF_WR32_, u32, (p), 0, ##A) argument 124 #define NVIF_MV32(p,A...) DRF_MV(NVIF_RD32_, NVIF_WR32_, u32, (p), 0, ##A) argument 125 #define NVIF_MD32(p,A...) DRF_MD(NVIF_RD32_, NVIF_WR32_, u32, (p), 0, ##A) argument
|
| A D | push.h | 262 #define PUSH_(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,IMPL,...) IMPL argument 263 #define PUSH(A...) PUSH_(A, PUSH_10P, PUSH_10D, \ argument 282 #define PUSH_NVSQ(A...) PUSH(MTHD, ##A) argument 283 #define PUSH_NV1I(A...) PUSH(1INC, ##A) argument 284 #define PUSH_NVNI(A...) PUSH(NINC, ##A) argument 353 #define PUSH_NV_(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,IMPL,...) IMPL argument 354 #define PUSH_NV(A...) PUSH_NV_(A, PUSH_NV_10, PUSH_NV_10, \ argument 365 #define PUSH_IMMD(A...) PUSH_NV(NVIM, ##A) argument 366 #define PUSH_MTHD(A...) PUSH_NV(NVSQ, ##A) argument 367 #define PUSH_1INC(A...) PUSH_NV(NV1I, ##A) argument [all …]
|
| /drivers/atm/ |
| A D | iphase.h | 100 #define IF_LOUD(A) argument 103 #define IF_INIT(A) argument 108 #define IF_HANG(A) argument 109 #define IF_INTR(A) argument 112 #define IF_TX(A) argument 113 #define IF_RX(A) argument 115 #define IF_VC(A) argument 116 #define IF_ERR(A) argument 117 #define IF_CBR(A) argument 118 #define IF_UBR(A) argument [all …]
|
| /drivers/gpu/drm/i915/selftests/ |
| A D | i915_sw_fence.c | 98 struct i915_sw_fence *A, *B, *C; in test_dag() local 177 struct i915_sw_fence *A, *B; in test_AB() local 225 struct i915_sw_fence *A, *B, *C; in test_ABC() local 305 struct i915_sw_fence *A, *B, *C; in test_AB_C() local 382 struct i915_sw_fence *A, *B, *C; in test_C_AB() local
|
| /drivers/gpu/drm/nouveau/include/nvhw/ |
| A D | drf.h | 66 #define NVVAL(A...) NVVAL_(X, ##A, NVVAL_I, NVVAL_N)(X, ##A) argument 71 #define NVDEF(A...) NVDEF_(X, ##A, NVDEF_I, NVDEF_N)(X, ##A) argument 130 #define DRF_RD(A...) DRF_RD_(X, ##A, DRF_RD_I, DRF_RD_N)(X, ##A) argument 137 #define DRF_WR(A...) DRF_WR_(X, ##A, DRF_WR_I, DRF_WR_N)(X, ##A) argument 148 #define DRF_MR(A...) DRF_MR_(X, ##A, DRF_MR_I, DRF_MR_N)(X, ##A) argument 155 #define DRF_RV(A...) DRF_RV_(X, ##A, DRF_RV_I, DRF_RV_N)(X, ##A) argument 163 #define DRF_WV(A...) DRF_WV_(X, ##A, DRF_WV_I, DRF_WV_N)(X, ##A) argument 171 #define DRF_WD(A...) DRF_WD_(X, ##A, DRF_WD_I, DRF_WD_N)(X, ##A) argument 181 #define DRF_MV(A...) DRF_MV_(X, ##A, DRF_MV_I, DRF_MV_N)(X, ##A) argument 191 #define DRF_MD(A...) DRF_MD_(X, ##A, DRF_MD_I, DRF_MD_N)(X, ##A) argument [all …]
|
| /drivers/net/ethernet/intel/i40e/ |
| A D | i40e_debug.h | 39 #define hw_dbg(hw, S, A...) dev_dbg(i40e_hw_to_dev(hw), S, ##A) argument 40 #define hw_warn(hw, S, A...) dev_warn(i40e_hw_to_dev(hw), S, ##A) argument
|
| /drivers/gpu/drm/i915/gt/ |
| A D | selftest_gt_pm.c | 15 static int cmp_u64(const void *A, const void *B) in cmp_u64() 27 static int cmp_u32(const void *A, const void *B) in cmp_u32()
|
| A D | selftest_tlb.c | 234 struct drm_i915_gem_object *A, *B; in mem_tlbinv() local
|
| A D | selftest_rps.c | 32 static int cmp_u64(const void *A, const void *B) in cmp_u64() 44 static int cmp_u32(const void *A, const void *B) in cmp_u32()
|
| A D | selftest_engine_cs.c | 17 static int cmp_u32(const void *A, const void *B) in cmp_u32()
|
| A D | selftest_engine_pm.c | 21 static int cmp_u64(const void *A, const void *B) in cmp_u64()
|
| A D | intel_engine_user.c | 55 static int engine_cmp(void *priv, const struct list_head *A, in engine_cmp()
|
| /drivers/gpu/drm/i915/ |
| A D | i915_active.h | 71 #define INIT_ACTIVE_FENCE(A) \ argument
|
| /drivers/staging/rtl8723bs/include/ |
| A D | rtw_security.h | 230 #define ROL32(A, n) (((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1))) argument 231 #define ROR32(A, n) ROL32((A), 32-(n)) argument
|
| /drivers/media/dvb-frontends/ |
| A D | ix2505v.c | 124 u32 div_factor, N , A, x; in ix2505v_set_params() local
|
| /drivers/gpu/drm/nouveau/include/nvkm/core/ |
| A D | device.h | 115 #define NVKM_LAYOUT_INST(A...) NVKM_LAYOUT_ONCE(A) argument 138 #define NVKM_RD32(p,A...) DRF_RV(NVKM_RD32_, (p), 0, ##A) argument
|
| /drivers/gpu/drm/nouveau/nvkm/core/ |
| A D | subdev.c | 32 #define NVKM_LAYOUT_INST(A...) NVKM_LAYOUT_ONCE(A) argument
|
| /drivers/block/drbd/ |
| A D | drbd_int.h | 102 #define div_ceil(A, B) ((A)/(B) + ((A)%(B) ? 1 : 0)) argument 104 #define div_floor(A, B) ((A)/(B)) argument 1005 #define drbd_thread_current_set_cpu(A) ({}) argument 1147 #define cpu_to_lel(A) cpu_to_le32(A) argument 1148 #define lel_to_cpu(A) le32_to_cpu(A) argument 1151 #define cpu_to_lel(A) cpu_to_le64(A) argument 1152 #define lel_to_cpu(A) le64_to_cpu(A) argument
|
| /drivers/video/fbdev/ |
| A D | dnfb.c | 104 #define SWAP(A) ((A>>8) | ((A&0xff) <<8)) argument
|
| /drivers/net/ethernet/wangxun/ngbe/ |
| A D | ngbe_type.h | 90 #define NGBE_INTR_MISC(A) BIT((A)->msix_entry->entry) argument
|
| /drivers/macintosh/ |
| A D | via-macii.c | 42 #define A RS /* A-side data */ macro
|
| /drivers/gpu/drm/imx/dcss/ |
| A D | dcss-scaler.c | 112 static int mult_q(int A, int B) in mult_q() 128 static int div_q(int A, int B) in div_q()
|
| /drivers/net/wireless/ath/ath9k/ |
| A D | mci.h | 118 u8 A; /* HID: Sniff attempt, in slots */ member
|
| /drivers/gpu/drm/msm/disp/dpu1/ |
| A D | dpu_kms.h | 54 #define ktime_compare_safe(A, B) \ argument
|