Home
last modified time | relevance | path

Searched defs:ATOM_SDEBUG_PRINT (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Datom.c96 #define ATOM_SDEBUG_PRINT(...) do if (atom_debug) { kprintf(__FILE__); debug_print_spaces(debug_dep… macro
99 #define ATOM_SDEBUG_PRINT(...) do { } while (0) macro