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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/prism54/
H A Dislpci_mgt.h31 #define K_DEBUG(f, m, args...) do { if(f & m) printk(KERN_DEBUG args); } while(0) macro
32 #define DEBUG(f, args...) K_DEBUG(f, pc_debug, args)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/prism54/
H A Dislpci_mgt.h31 #define K_DEBUG(f, m, args...) do { if(f & m) printk(KERN_DEBUG args); } while(0) macro
32 #define DEBUG(f, args...) K_DEBUG(f, pc_debug, args)

Completed in 113 milliseconds