Home
last modified time | relevance | path

Searched refs:sparc_pci_debug (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/sparc/sparc/
H A Dpci_machdep.c50 int sparc_pci_debug = 0; variable
52 if (sparc_pci_debug & (l)) \
235 if (sparc_pci_debug & SPDB_PROBE) { in pci_make_tag()
251 if (sparc_pci_debug & SPDB_PROBE) { in pci_make_tag()
290 if (sparc_pci_debug & SPDB_PROBE) { in pci_make_tag()
/netbsd-src/sys/arch/sparc64/dev/
H A Dpci_machdep.c63 int sparc_pci_debug = 0x0; variable
64 #define DPRINTF(l, s) do { if (sparc_pci_debug & l) printf s; } while (0)