Home | History | Annotate | Download | only in marvell

Lines Matching defs:mvgbe_debug

69 /* #define MVGBE_DEBUG 3 */
70 #ifdef MVGBE_DEBUG
71 #define DPRINTF(x) if (mvgbe_debug) printf x
72 #define DPRINTFN(n, x) if (mvgbe_debug >= (n)) printf x
73 int mvgbe_debug = MVGBE_DEBUG;
306 #ifdef MVGBE_DEBUG
2103 #ifdef MVGBE_DEBUG
2104 if (mvgbe_debug >= 3)
2256 #ifdef MVGBE_DEBUG