Home
last modified time | relevance | path

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

/openbmc/linux/drivers/atm/
H A Didt77252.c2493 IPRINTK("%s: idt77252_close: vc = %d (%d.%d)\n", in idt77252_close()
3225 IPRINTK("%s: initialize TST ...\n", card->name); in init_sram()
3245 IPRINTK("%s: initialize ABRSTD ...\n", card->name); in init_sram()
3281 IPRINTK("%s: Checking PCI retries.\n", card->name); in init_card()
3288 IPRINTK("%s: PCI retry timeout: %d, set to 0.\n", in init_card()
3297 IPRINTK("%s: Checking PCI TRDY.\n", card->name); in init_card()
3304 IPRINTK("%s: PCI TRDY timeout: %d, set to 0.\n", in init_card()
3317 IPRINTK("%s: Request IRQ ... ", card->name); in init_card()
3324 IPRINTK("got %d.\n", pcidev->irq); in init_card()
3330 IPRINTK("%s: Initializing SRAM\n", card->name); in init_card()
[all …]
H A Didt77252.h68 #define IPRINTK(args...) do { if (debug & DBG_INIT) printk(args); } while(0) macro
82 #define IPRINTK(args...) do { } while(0) macro