Lines Matching refs:f
74 #define PRINTK_1(f,s) \ argument
75 if (f & (mwave_debug)) { \
79 #define PRINTK_2(f,s,v1) \ argument
80 if (f & (mwave_debug)) { \
84 #define PRINTK_3(f,s,v1,v2) \ argument
85 if (f & (mwave_debug)) { \
89 #define PRINTK_4(f,s,v1,v2,v3) \ argument
90 if (f & (mwave_debug)) { \
94 #define PRINTK_5(f,s,v1,v2,v3,v4) \ argument
95 if (f & (mwave_debug)) { \
99 #define PRINTK_6(f,s,v1,v2,v3,v4,v5) \ argument
100 if (f & (mwave_debug)) { \
104 #define PRINTK_7(f,s,v1,v2,v3,v4,v5,v6) \ argument
105 if (f & (mwave_debug)) { \
109 #define PRINTK_8(f,s,v1,v2,v3,v4,v5,v6,v7) \ argument
110 if (f & (mwave_debug)) { \
115 #define PRINTK_1(f,s) argument
116 #define PRINTK_2(f,s,v1) argument
117 #define PRINTK_3(f,s,v1,v2) argument
118 #define PRINTK_4(f,s,v1,v2,v3) argument
119 #define PRINTK_5(f,s,v1,v2,v3,v4) argument
120 #define PRINTK_6(f,s,v1,v2,v3,v4,v5) argument
121 #define PRINTK_7(f,s,v1,v2,v3,v4,v5,v6) argument
122 #define PRINTK_8(f,s,v1,v2,v3,v4,v5,v6,v7) argument