Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4/io/px/
H A Dpx_debug.h109 #define DBG_BITS 6 macro
110 #define DBG_CONT (1 << DBG_BITS)
H A Dpx_debug.c142 int cont = bit >> DBG_BITS; in px_dbg_print()