Lines Matching refs:HPRINTK

91 #define HPRINTK(fmt,args...)	printk(KERN_DEBUG DEV_LABEL "%d: " fmt, he_dev->number , ##args)  macro
93 #define HPRINTK(fmt,args...) do { } while (0) macro
991 HPRINTK("membase = 0x%lx irq = %d.\n", membase, pci_dev->irq); in he_start()
1045 HPRINTK("latency timer was %d, setting to %d\n", timer, LAT_TIMER); in he_start()
1521 HPRINTK("hell bent for leather!\n"); in he_start()
1660 HPRINTK("%p rbrq%d 0x%x len=%d cid=0x%x %s%s%s%s%s%s\n", in he_service_rbrq()
1704 HPRINTK("wake_up rx_waitq (cid 0x%x)\n", cid); in he_service_rbrq()
1714 HPRINTK("%s%s (%d.%d)\n", in he_service_rbrq()
1727 HPRINTK("charge failed (%d.%d)\n", vcc->vpi, vcc->vci); in he_service_rbrq()
1816 HPRINTK("tbrq%d 0x%x%s%s\n", in he_service_tbrq()
1837 HPRINTK("wake_up(tx_waitq) cid 0x%x\n", in he_service_tbrq()
1935 HPRINTK("tasklet (0x%lx)\n", data); in he_tasklet()
1946 HPRINTK("rbrq%d threshold\n", group); in he_tasklet()
1953 HPRINTK("tbrq%d threshold\n", group); in he_tasklet()
1965 HPRINTK("phy interrupt\n"); in he_tasklet()
1986 HPRINTK("isw not updated 0x%x\n", he_dev->irq_head->isw); in he_tasklet()
2030 HPRINTK("tailoffset not updated?\n"); in he_irq_handler()
2057 HPRINTK("tpdrq %p cid 0x%x -> tpdrq_tail %p\n", in __enqueue_tpd()
2131 HPRINTK("open vcc %p %d.%d\n", vcc, vpi, vci); in he_open()
2161 HPRINTK("open tx cid 0x%x pcr_goal %d\n", cid, pcr_goal); in he_open()
2229 HPRINTK("rc_index = %d period = %d\n", in he_open()
2271 HPRINTK("open rx cid 0x%x (rx_waitq %p)\n", cid, in he_open()
2342 HPRINTK("close vcc %p %d.%d\n", vcc, vcc->vpi, vcc->vci); in he_close()
2350 HPRINTK("close rx cid 0x%x\n", cid); in he_close()
2358 HPRINTK("close cid 0x%x RCC_BUSY\n", cid); in he_close()
2378 HPRINTK("close rx cid 0x%x complete\n", cid); in he_close()
2386 HPRINTK("close tx cid 0x%x\n", cid); in he_close()
2455 HPRINTK("close tx cid 0x%x !TSR4_SESSION_ENDED (tsr4 = 0x%x)\n", cid, tsr4); in he_close()
2460 HPRINTK("close tx cid 0x%x TSR0_CONN_STATE != 0 (tsr0 = 0x%x)\n", cid, tsr0); in he_close()
2469 HPRINTK("cs_stper reg = %d\n", reg); in he_close()
2480 HPRINTK("close tx cid 0x%x complete\n", cid); in he_close()
2501 HPRINTK("send %d.%d\n", vcc->vpi, vcc->vci); in he_send()
2678 HPRINTK("phy_put(val 0x%x, addr 0x%lx)\n", val, addr); in he_phy_put()
2698 HPRINTK("phy_get(addr 0x%lx) =0x%x\n", addr, reg); in he_phy_get()