Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/atm/
A Didt77252.c2493 IPRINTK("%s: idt77252_close: vc = %d (%d.%d)\n", in idt77252_close()
3212 IPRINTK("%s: initialize TST ...\n", card->name); in init_sram()
3232 IPRINTK("%s: initialize ABRSTD ...\n", card->name); in init_sram()
3268 IPRINTK("%s: Checking PCI retries.\n", card->name); in init_card()
3275 IPRINTK("%s: PCI retry timeout: %d, set to 0.\n", in init_card()
3284 IPRINTK("%s: Checking PCI TRDY.\n", card->name); in init_card()
3291 IPRINTK("%s: PCI TRDY timeout: %d, set to 0.\n", in init_card()
3304 IPRINTK("%s: Request IRQ ... ", card->name); in init_card()
3311 IPRINTK("got %d.\n", pcidev->irq); in init_card()
3317 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 10 milliseconds