Searched refs:debugf4 (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/edac/
H A Dedac_mc.c1219 debugf4("\tchannel = %p\n", chan);
1220 debugf4("\tchannel->chan_idx = %d\n", chan->chan_idx);
1221 debugf4("\tchannel->ce_count = %d\n", chan->ce_count);
1222 debugf4("\tchannel->label = '%s'\n", chan->label);
1223 debugf4("\tchannel->csrow = %p\n\n", chan->csrow);
1229 debugf4("\tcsrow = %p\n", csrow);
1230 debugf4("\tcsrow->csrow_idx = %d\n", csrow->csrow_idx);
1231 debugf4("\tcsrow->first_page = 0x%lx\n",
1233 debugf4("\tcsrow->last_page = 0x%lx\n", csrow->last_page);
1234 debugf4("\tcsro
[all...]
H A Dedac_mc.h70 #define debugf4( ... ) edac_debug_printk(4, __VA_ARGS__ ) macro
78 #define debugf4( ... ) macro

Completed in 166 milliseconds