Lines Matching refs:HPRINTK

122 #define HPRINTK(fmt,args...)	printk(KERN_DEBUG DEV_LABEL "%d: " fmt, he_dev->number , ##args)  macro
124 #define HPRINTK(fmt,args...) do { } while (0) macro
1023 HPRINTK("membase = 0x%lx irq = %d.\n", he_dev->membase, pci_dev->irq); in he_start()
1077 HPRINTK("latency timer was %d, setting to %d\n", timer, LAT_TIMER); in he_start()
1579 HPRINTK("hell bent for leather!\n"); in he_start()
1782 HPRINTK("%p rbrq%d 0x%x len=%d cid=0x%x %s%s%s%s%s%s\n", in he_service_rbrq()
1837 HPRINTK("wake_up rx_waitq (cid 0x%x)\n", cid); in he_service_rbrq()
1853 HPRINTK("%s%s (%d.%d)\n", in he_service_rbrq()
1866 HPRINTK("charge failed (%d.%d)\n", vcc->vpi, vcc->vci); in he_service_rbrq()
1974 HPRINTK("tbrq%d 0x%x%s%s\n", in he_service_tbrq()
2001 HPRINTK("wake_up(tx_waitq) cid 0x%x\n", in he_service_tbrq()
2113 HPRINTK("tasklet (0x%lx)\n", data); in he_tasklet()
2126 HPRINTK("rbrq%d threshold\n", group); in he_tasklet()
2137 HPRINTK("tbrq%d threshold\n", group); in he_tasklet()
2151 HPRINTK("phy interrupt\n"); in he_tasklet()
2172 HPRINTK("isw not updated 0x%x\n", he_dev->irq_head->isw); in he_tasklet()
2221 HPRINTK("tailoffset not updated?\n"); in he_irq_handler()
2252 HPRINTK("tpdrq %p cid 0x%x -> tpdrq_tail %p\n", in __enqueue_tpd()
2323 HPRINTK("atm_find_ci err = %d\n", err); in he_open()
2331 HPRINTK("open vcc %p %d.%d\n", vcc, vpi, vci); in he_open()
2361 HPRINTK("open tx cid 0x%x pcr_goal %d\n", cid, pcr_goal); in he_open()
2429 HPRINTK("rc_index = %d period = %d\n", in he_open()
2471 HPRINTK("open rx cid 0x%x (rx_waitq %p)\n", cid, in he_open()
2548 HPRINTK("close vcc %p %d.%d\n", vcc, vcc->vpi, vcc->vci); in he_close()
2556 HPRINTK("close rx cid 0x%x\n", cid); in he_close()
2564 HPRINTK("close cid 0x%x RCC_BUSY\n", cid); in he_close()
2584 HPRINTK("close rx cid 0x%x complete\n", cid); in he_close()
2592 HPRINTK("close tx cid 0x%x\n", cid); in he_close()
2663 HPRINTK("close tx cid 0x%x !TSR4_SESSION_ENDED (tsr4 = 0x%x)\n", cid, tsr4); in he_close()
2668 HPRINTK("close tx cid 0x%x TSR0_CONN_STATE != 0 (tsr0 = 0x%x)\n", cid, tsr0); in he_close()
2677 HPRINTK("cs_stper reg = %d\n", reg); in he_close()
2688 HPRINTK("close tx cid 0x%x complete\n", cid); in he_close()
2719 HPRINTK("send %d.%d\n", vcc->vpi, vcc->vci); in he_send()
2892 HPRINTK("phy_put(val 0x%x, addr 0x%lx)\n", val, addr); in he_phy_put()
2912 HPRINTK("phy_get(addr 0x%lx) =0x%x\n", addr, reg); in he_phy_get()