Lines Matching refs:printk

299 		printk("enqueued a 0x%02x command\n",qel->cbuf[0]);  in enQ()
318 printk(KERN_DEBUG "ltpc: dequeued command "); in deQ()
321 for(i=0;i<n;i++) printk("%02x ",qel->cbuf[i]); in deQ()
322 printk("\n"); in deQ()
388 if ( wait_timeout(dev,0xfc) ) printk("timed out in handlefc\n"); in handlefc()
410 if ( wait_timeout(dev,0xfd) ) printk("timed out in handlefd\n"); in handlefd()
436 printk("timed out in handlewrite, dma res %d\n", in handlewrite()
462 if ( wait_timeout(dev,0xfb) ) printk("timed out in handleread\n"); in handleread()
482 if ( wait_timeout(dev,0xfa) ) printk("timed out in handlecommand\n"); in handlecommand()
522 printk("idle: looped too many times\n"); in idle()
532 if (debug & DEBUG_LOWER) printk("idle: fc\n"); in idle()
537 if(debug & DEBUG_LOWER) printk("idle: fd\n"); in idle()
542 if (debug & DEBUG_LOWER) printk("idle: f9\n"); in idle()
556 printk("timed out idle f9\n"); in idle()
564 printk("timed out idle f8\n"); in idle()
571 if(debug & DEBUG_LOWER) printk("idle: fa\n"); in idle()
578 printk("ltpc: sent command "); in idle()
582 printk("%02x ",ltdmacbuf[i]); in idle()
583 printk("\n"); in idle()
602 printk("trouble: response command already queued\n"); in idle()
609 if(debug & DEBUG_LOWER) printk("idle: fb\n"); in idle()
666 printk("ltpc: could not allocate mbox\n"); in do_write()
690 printk("ltpc: could not allocate mbox\n"); in do_read()
728 printk("unknown command 0x%02x from ltpc card\n",ltc->command); in sendup_buffer()
740 printk(KERN_INFO "%s: nonsense length in ltpc command 0x14: 0x%08x\n", in sendup_buffer()
746 printk(KERN_INFO "%s: unknown LLAP type: %d\n",dev->name,llaptype); in sendup_buffer()
754 printk("%s: dropping packet due to memory squeeze.\n", in sendup_buffer()
792 printk("ltpc_interrupt: unknown device.\n"); in ltpc_interrupt()
825 if(debug & DEBUG_VERBOSE) printk("ltpc_ioctl called\n"); in ltpc_ioctl()
879 printk("ltpc poll is alive\n"); in ltpc_poll()
913 printk("command "); in ltpc_xmit()
915 printk("%02x ",((unsigned char *)&cbuf)[i]); in ltpc_xmit()
916 printk("\n"); in ltpc_xmit()
923 printk("sent %d ddp bytes\n",skb->len); in ltpc_xmit()
925 printk("%02x ", hdr[i]); in ltpc_xmit()
926 printk("\n"); in ltpc_xmit()
1052 printk(KERN_ERR "LocalTalk card not found; 220 = %02x, 240 = %02x.\n", x,y); in ltpc_probe()
1071 printk(KERN_ERR "ltpc: probe at %#x failed to detect IRQ line.\n", io); in ltpc_probe()
1080 printk(KERN_ERR "ltpc: mem alloc failed\n"); in ltpc_probe()
1088 printk("ltdmabuf pointer %08lx\n",(unsigned long) ltdmabuf); in ltpc_probe()
1114 printk(KERN_ERR "No DMA channel found on ltpc card.\n"); in ltpc_probe()
1121 printk(KERN_INFO "Apple/Farallon LocalTalk-PC card at %03x, IR%d, DMA%d.\n",io,irq,dma); in ltpc_probe()
1123 printk(KERN_INFO "Apple/Farallon LocalTalk-PC card at %03x, DMA%d. Using polled mode.\n",io,dma); in ltpc_probe()
1154 printk("setting up timer and irq\n"); in ltpc_probe()
1164 printk(KERN_ERR "ltpc: IRQ already in use, using polled mode.\n"); in ltpc_probe()
1208 printk (KERN_ERR in ltpc_setup()
1242 printk(KERN_NOTICE in ltpc_module_init()
1254 if(debug & DEBUG_VERBOSE) printk("unregister_netdev\n"); in ltpc_cleanup()
1261 if(debug & DEBUG_VERBOSE) printk("freeing irq\n"); in ltpc_cleanup()
1266 if(debug & DEBUG_VERBOSE) printk("freeing dma\n"); in ltpc_cleanup()
1271 if(debug & DEBUG_VERBOSE) printk("freeing ioaddr\n"); in ltpc_cleanup()
1278 if(debug & DEBUG_VERBOSE) printk("free_pages\n"); in ltpc_cleanup()
1282 if(debug & DEBUG_VERBOSE) printk("returning from cleanup_module\n"); in ltpc_cleanup()