Home
last modified time | relevance | path

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

/linux/drivers/atm/
A Didt77252.c2494 IPRINTK("%s: idt77252_close: vc = %d (%d.%d)\n", in idt77252_close()
3226 IPRINTK("%s: initialize TST ...\n", card->name); in init_sram()
3246 IPRINTK("%s: initialize ABRSTD ...\n", card->name); in init_sram()
3282 IPRINTK("%s: Checking PCI retries.\n", card->name); in init_card()
3289 IPRINTK("%s: PCI retry timeout: %d, set to 0.\n", in init_card()
3298 IPRINTK("%s: Checking PCI TRDY.\n", card->name); in init_card()
3305 IPRINTK("%s: PCI TRDY timeout: %d, set to 0.\n", in init_card()
3318 IPRINTK("%s: Request IRQ ... ", card->name); in init_card()
3325 IPRINTK("got %d.\n", pcidev->irq); in init_card()
3331 IPRINTK("%s: Initializing SRAM\n", card->name); in init_card()
[all …]
A Didt77252.h68 #define IPRINTK(args...) do { if (debug & DBG_INIT) printk(args); } while(0) macro
82 #define IPRINTK(args...) do { } while(0) macro

Completed in 13 milliseconds