Home
last modified time | relevance | path

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

/openbmc/linux/drivers/atm/
H A Didt77252.h52 #define DBG_RAW_CELL 0x00000400 macro
76 #define RPRINTK(args...) do { if (debug & DBG_RAW_CELL) printk(args); } while(0)
H A Didt77252.c1271 if (debug & DBG_RAW_CELL) { in idt77252_rx_raw()