DBG_RAW_CELL
if (debug & DBG_RAW_CELL) {
#define RPRINTK(args...) do { if (debug & DBG_RAW_CELL) printk(args); } while(0)