HomeSort by: relevance | last modified time | path
    Searched defs:atom_debug (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atom.c 39 #define ATOM_DEBUG
74 int atom_debug = 0; variable in typeref:typename:int
98 #ifdef ATOM_DEBUG
114 #define DEBUG(...) do if (atom_debug) { printk(KERN_DEBUG __VA_ARGS__); } while (0)
115 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); printk(__VA_ARGS__); } while (0)
radeon_atom.c 39 #define ATOM_DEBUG
74 int atom_debug = 0; variable in typeref:typename:int
98 #ifdef ATOM_DEBUG
114 #define DEBUG(...) do if (atom_debug) { printk(KERN_DEBUG __VA_ARGS__); } while (0)
115 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); printk(__VA_ARGS__); } while (0)

Completed in 23 milliseconds