OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 21 milliseconds
Indexes created Tue Sep 23 14:10:03 GMT 2025