Home | Sort by: relevance | last modified time | path |
/src/sys/arch/arm/nvidia/ | |
tegra_xusb.c | 62 #ifdef TEGRA_XUSB_DEBUG 63 int tegra_xusb_debug = 1; variable in typeref:typename:int 65 int tegra_xusb_debug = 0; variable in typeref:typename:int 68 #define DPRINTF(...) if (tegra_xusb_debug) device_printf(__VA_ARGS__) |
tegra_xusb.c | 62 #ifdef TEGRA_XUSB_DEBUG 63 int tegra_xusb_debug = 1; variable in typeref:typename:int 65 int tegra_xusb_debug = 0; variable in typeref:typename:int 68 #define DPRINTF(...) if (tegra_xusb_debug) device_printf(__VA_ARGS__) |