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
988 HPRINTK("membase = 0x%lx irq = %d.\n", membase, pci_dev->irq); in he_start()
1042 HPRINTK("latency timer was %d, setting to %d\n", timer, LAT_TIMER); in he_start()
1518 HPRINTK("hell bent for leather!\n"); in he_start()
1657 HPRINTK("%p rbrq%d 0x%x len=%d cid=0x%x %s%s%s%s%s%s\n", in he_service_rbrq()
1701 HPRINTK("wake_up rx_waitq (cid 0x%x)\n", cid); in he_service_rbrq()
1711 HPRINTK("%s%s (%d.%d)\n", in he_service_rbrq()
1724 HPRINTK("charge failed (%d.%d)\n", vcc->vpi, vcc->vci); in he_service_rbrq()
1813 HPRINTK("tbrq%d 0x%x%s%s\n", in he_service_tbrq()
1834 HPRINTK("wake_up(tx_waitq) cid 0x%x\n", in he_service_tbrq()
1932 HPRINTK("tasklet (0x%lx)\n", data); in he_tasklet()
1943 HPRINTK("rbrq%d threshold\n", group); in he_tasklet()
1950 HPRINTK("tbrq%d threshold\n", group); in he_tasklet()
1962 HPRINTK("phy interrupt\n"); in he_tasklet()
1983 HPRINTK("isw not updated 0x%x\n", he_dev->irq_head->isw); in he_tasklet()
2027 HPRINTK("tailoffset not updated?\n"); in he_irq_handler()
2054 HPRINTK("tpdrq %p cid 0x%x -> tpdrq_tail %p\n", in __enqueue_tpd()
2128 HPRINTK("open vcc %p %d.%d\n", vcc, vpi, vci); in he_open()
2158 HPRINTK("open tx cid 0x%x pcr_goal %d\n", cid, pcr_goal); in he_open()
2226 HPRINTK("rc_index = %d period = %d\n", in he_open()
2268 HPRINTK("open rx cid 0x%x (rx_waitq %p)\n", cid, in he_open()
2339 HPRINTK("close vcc %p %d.%d\n", vcc, vcc->vpi, vcc->vci); in he_close()
2347 HPRINTK("close rx cid 0x%x\n", cid); in he_close()
2355 HPRINTK("close cid 0x%x RCC_BUSY\n", cid); in he_close()
2375 HPRINTK("close rx cid 0x%x complete\n", cid); in he_close()
2383 HPRINTK("close tx cid 0x%x\n", cid); in he_close()
2452 HPRINTK("close tx cid 0x%x !TSR4_SESSION_ENDED (tsr4 = 0x%x)\n", cid, tsr4); in he_close()
2457 HPRINTK("close tx cid 0x%x TSR0_CONN_STATE != 0 (tsr0 = 0x%x)\n", cid, tsr0); in he_close()
2466 HPRINTK("cs_stper reg = %d\n", reg); in he_close()
2477 HPRINTK("close tx cid 0x%x complete\n", cid); in he_close()
2498 HPRINTK("send %d.%d\n", vcc->vpi, vcc->vci); in he_send()
2675 HPRINTK("phy_put(val 0x%x, addr 0x%lx)\n", val, addr); in he_phy_put()
2695 HPRINTK("phy_get(addr 0x%lx) =0x%x\n", addr, reg); in he_phy_get()