/drivers/staging/wlags49_h2/ |
D | debug.h | 103 #define DBG_FLAGS(A) ((A)->DebugFlag) argument 104 #define DBG_NAME(A) ((A)->dbgName) argument 105 #define DBG_LEVEL(A) ((A)->dbgLevel) argument 132 #define _DBG_ENTER(A) \ argument 135 #define _DBG_LEAVE(A) \ argument 142 #define DBG_ENTER(A) {if (DBG_FLAGS(A) & DBG_TRACE_ON) \ argument 145 #define DBG_LEAVE(A) {if (DBG_FLAGS(A) & DBG_TRACE_ON) \ argument 148 #define DBG_PARAM(A, N, F, S...) {if (DBG_FLAGS(A) & DBG_PARAM_ON) \ argument 152 #define DBG_ERROR(A, S...) do { \ argument 160 #define DBG_WARNING(A, S...) do { \ argument [all …]
|
D | hcf.c | 3096 #define ROL32( A, n ) ( ((A) << (n)) | ( ((A)>>(32-(n))) & ( (1UL << (n)) - 1 ) ) ) argument 3097 #define ROR32( A, n ) ROL32( (A), 32-(n) ) argument
|
/drivers/staging/vt6656/ |
D | michael.h | 52 #define ROL32(A, n) \ argument 54 #define ROR32(A, n) ROL32((A), 32-(n)) argument
|
/drivers/staging/vt6655/ |
D | michael.h | 52 #define ROL32( A, n ) \ argument 54 #define ROR32( A, n ) ROL32( (A), 32-(n) ) argument
|
/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/net/wan/ |
D | sbni.h | 10 #define DP( A ) A argument 12 #define DP( A ) argument
|
/drivers/staging/rtl8712/ |
D | rtl871x_security.h | 192 #define ROL32(A, n) (((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1))) argument 193 #define ROR32(A, n) ROL32((A), 32 - (n)) argument
|
/drivers/media/dvb/frontends/ |
D | ix2505v.c | 138 u32 div_factor, N , A, x; in ix2505v_set_params() local
|
D | cxd2820r_c.c | 226 unsigned int A, B; in cxd2820r_read_snr_c() local
|
/drivers/net/wireless/ath/ath9k/ |
D | mci.h | 95 u8 A; /* HID: Sniff attempt, in slots */ member
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_hdmi.c | 152 const u8 Y = 0, A = 0, B = 0, S = 0, C = 0, M = 0, R = 0; in nouveau_hdmi_video_infoframe() local
|
/drivers/video/ |
D | dnfb.c | 103 #define SWAP(A) ((A>>8) | ((A&0xff) <<8)) argument
|
D | stifb.c | 381 #define BA(F,C,S,A,J,B,I) \ argument
|
/drivers/macintosh/ |
D | via-macii.c | 43 #define A RS /* A-side data */ macro
|
D | via-maciisi.c | 34 #define A RS /* A-side data */ macro
|
D | via-cuda.c | 37 #define A RS /* A-side data */ macro
|
D | via-pmu68k.c | 49 #define A RS /* A-side data */ macro
|
D | via-pmu.c | 81 #define A RS /* A-side data */ macro
|
/drivers/block/drbd/ |
D | drbd_int.h | 149 #define div_ceil(A, B) ((A)/(B) + ((A)%(B) ? 1 : 0)) argument 151 #define div_floor(A, B) ((A)/(B)) argument 1215 #define drbd_thread_current_set_cpu(A) ({}) argument 1216 #define drbd_calc_cpu_mask(A) ({}) argument 1326 #define cpu_to_lel(A) cpu_to_le32(A) argument 1327 #define lel_to_cpu(A) le32_to_cpu(A) argument 1330 #define cpu_to_lel(A) cpu_to_le64(A) argument 1331 #define lel_to_cpu(A) le64_to_cpu(A) argument
|
/drivers/pci/hotplug/ |
D | acpiphp_ibm.c | 69 #define hpslot_to_sun(A) (((struct slot *)((A)->private))->acpi_slot->sun) argument
|
/drivers/isdn/mISDN/ |
D | layer2.h | 48 u_char A; member
|
/drivers/staging/xgifb/ |
D | XGI_main_26.c | 200 int A, B, C, D, E, F, temp, j; in XGIfb_mode_rate_to_ddata() local
|
/drivers/net/bonding/ |
D | bond_3ad.c | 94 #define MAC_ADDRESS_COMPARE(A, B) memcmp(A, B, ETH_ALEN) argument
|
/drivers/scsi/isci/ |
D | scu_task_context.h | 481 struct scu_sgl_element A; member
|
/drivers/edac/ |
D | sb_edac.c | 362 #define PCI_ID_TABLE_ENTRY(A) { .descr=A, .n_devs = ARRAY_SIZE(A) } argument
|