/drivers/staging/ks7010/ |
D | michael_mic.c | 17 #define ROL32(A, n) (((A) << (n)) | (((A) >> (32 - (n))) & ((1UL << (n)) - 1))) argument 18 #define ROR32(A, n) ROL32((A), 32 - (n)) argument 20 #define getUInt32(A, B) ((uint32_t)(A[B + 0] << 0) \ argument 24 #define putUInt32(A, B, C) \ argument 33 #define MichaelClear(A) \ argument
|
D | ks_hostif.h | 603 #define IS_11B_RATE(A) (((A & RATE_MASK) == TX_RATE_1M) || ((A & RATE_MASK) == TX_RATE_2M) || \ argument 606 #define IS_OFDM_RATE(A) (((A & RATE_MASK) == TX_RATE_6M) || ((A & RATE_MASK) == TX_RATE_12M) || \ argument 611 #define IS_11BG_RATE(A) (IS_11B_RATE(A) || IS_OFDM_RATE(A)) argument 613 #define IS_OFDM_EXT_RATE(A) (((A & RATE_MASK) == TX_RATE_9M) || ((A & RATE_MASK) == TX_RATE_18M) ||… argument
|
/drivers/gpu/drm/amd/powerplay/hwmgr/ |
D | ppevvmath.h | 316 static bool Equal(fInt A, fInt B) in Equal() 324 static bool GreaterThan(fInt A, fInt B) in GreaterThan() 377 static int ConvertBackToInteger (fInt A) /*THIS is the function that will be used to check with the… in ConvertBackToInteger() 390 static fInt fGetSquare(fInt A) in fGetSquare() 453 static void SolveQuadracticEqn(fInt A, fInt B, fInt C, fInt Roots[]) in SolveQuadracticEqn() 492 static int GetReal (fInt A) in GetReal() 499 fInt A, B, Quotient; in Divide() local 509 static int uGetScaledDecimal (fInt A) /*Converts the fractional portion to whole integers - Costly … in uGetScaledDecimal() 540 static fInt fRoundUpByStepSize(fInt A, fInt fStepSize, bool error_term) in fRoundUpByStepSize()
|
/drivers/gpu/drm/i915/selftests/ |
D | i915_sw_fence.c | 97 struct i915_sw_fence *A, *B, *C; in test_dag() local 176 struct i915_sw_fence *A, *B; in test_AB() local 224 struct i915_sw_fence *A, *B, *C; in test_ABC() local 304 struct i915_sw_fence *A, *B, *C; in test_AB_C() local 381 struct i915_sw_fence *A, *B, *C; in test_C_AB() local
|
/drivers/atm/ |
D | iphase.h | 74 #define IF_LOUD(A) IF_IADBG(IF_IADBG_LOUD) { A } argument 75 #define IF_ERR(A) IF_IADBG(IF_IADBG_ERR) { A } argument 76 #define IF_VERY_LOUD(A) IF_IADBG( IF_IADBG_VERY_LOUD ) { A } argument 78 #define IF_INIT_ADAPTER(A) IF_IADBG( IF_IADBG_INIT_ADAPTER ) { A } argument 79 #define IF_INIT(A) IF_IADBG( IF_IADBG_INIT_ADAPTER ) { A } argument 80 #define IF_SUNI_STAT(A) IF_IADBG( IF_IADBG_SUNI_STAT ) { A } argument 81 #define IF_QUERY_INFO(A) IF_IADBG( IF_IADBG_QUERY_INFO ) { A } argument 82 #define IF_COPY_OVER(A) IF_IADBG( IF_IADBG_COPY_OVER ) { A } argument 84 #define IF_INTR(A) IF_IADBG( IF_IADBG_INTR ) { A } argument 85 #define IF_DIS_INTR(A) IF_IADBG( IF_IADBG_DIS_INTR ) { A } argument [all …]
|
/drivers/gpu/drm/nouveau/nvkm/subdev/top/ |
D | gk104.c | 72 #define A_(A) if (inst == 0) info->index = NVKM_ENGINE_##A in gk104_top_oneinit() argument 73 #define B_(A) if (inst + NVKM_ENGINE_##A##0 < NVKM_ENGINE_##A##_LAST + 1) \ in gk104_top_oneinit() argument
|
/drivers/gpu/drm/i915/ |
D | i915_utils.h | 47 #define add_overflows(A, B) \ argument 50 #define add_overflows(A, B) ({ \ argument
|
/drivers/net/wan/ |
D | sbni.h | 10 #define DP( A ) A argument 12 #define DP( A ) argument
|
/drivers/staging/unisys/include/ |
D | channel.h | 24 #define SIGNATURE_16(A, B) ((A) | ((B) << 8)) argument 25 #define SIGNATURE_32(A, B, C, D) \ argument
|
/drivers/staging/rtl8712/ |
D | rtl871x_security.h | 200 #define ROL32(A, n) (((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1))) argument 201 #define ROR32(A, n) ROL32((A), 32 - (n)) argument
|
/drivers/net/ethernet/intel/i40evf/ |
D | i40e_osdep.h | 43 #define hw_dbg(hw, S, A...) do {} while (0) argument
|
/drivers/net/ethernet/intel/i40e/ |
D | i40e_osdep.h | 44 #define hw_dbg(hw, S, A...) do {} while (0) argument
|
/drivers/media/dvb-frontends/ |
D | ix2505v.c | 133 u32 div_factor, N , A, x; in ix2505v_set_params() local
|
/drivers/video/fbdev/ |
D | dnfb.c | 103 #define SWAP(A) ((A>>8) | ((A&0xff) <<8)) argument
|
/drivers/staging/rtl8188eu/include/ |
D | rtw_security.h | 224 #define ROL32(A, n) (((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1))) argument 225 #define ROR32(A, n) ROL32((A), 32-(n)) argument
|
/drivers/macintosh/ |
D | via-macii.c | 44 #define A RS /* A-side data */ macro
|
D | via-pmu68k.c | 50 #define A RS /* A-side data */ macro
|
D | via-cuda.c | 38 #define A RS /* A-side data */ macro
|
/drivers/net/wireless/ath/ath9k/ |
D | mci.h | 118 u8 A; /* HID: Sniff attempt, in slots */ member
|
/drivers/cpufreq/ |
D | pxa2xx-cpufreq.c | 151 #define PXA27x_CCCR(A, L, N2) (A << 25 | N2 << 7 | L) argument
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_abi16.c | 270 #define _(A,B) if (init->tt_ctxdma_handle & (A)) init->fb_ctxdma_handle |= (B) in nouveau_abi16_ioctl_channel_alloc() argument
|
/drivers/block/drbd/ |
D | drbd_int.h | 189 #define div_ceil(A, B) ((A)/(B) + ((A)%(B) ? 1 : 0)) argument 191 #define div_floor(A, B) ((A)/(B)) argument 1085 #define drbd_thread_current_set_cpu(A) ({}) argument 1222 #define cpu_to_lel(A) cpu_to_le32(A) argument 1223 #define lel_to_cpu(A) le32_to_cpu(A) argument 1226 #define cpu_to_lel(A) cpu_to_le64(A) argument 1227 #define lel_to_cpu(A) le64_to_cpu(A) argument
|
/drivers/pci/hotplug/ |
D | acpiphp_ibm.c | 58 #define hpslot_to_sun(A) (((struct slot *)((A)->private))->sun) argument
|
/drivers/staging/rtl8723bs/include/ |
D | rtw_security.h | 281 #define ROL32(A, n) (((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1))) argument 282 #define ROR32(A, n) ROL32((A), 32-(n)) argument
|
/drivers/isdn/mISDN/ |
D | layer2.h | 48 u_char A; member
|