Lines Matching refs:printk
71 printk("%s[%02x] ", reserved, opcode); in print_opcodek()
74 printk("%s(notext)[%02x] ", unknown, opcode); in print_opcodek()
77 printk("%s[%02x] ", vendor, opcode); in print_opcodek()
81 printk("%s[%02x] ", table[opcode & 0x1f], opcode); in print_opcodek()
83 printk("%s[%02x] ", unknown, opcode); in print_opcodek()
91 printk(KERN_DEBUG); in print_commandk()
101 printk("%02x ", command[i]); in print_commandk()
106 printk("LBA=%d len=%d", in print_commandk()
114 printk("LBA=%d len=%d", in print_commandk()
124 printk("LBA=%d len=%d", in print_commandk()
138 printk("\n"); in print_commandk()
165 printk(KERN_DEBUG "scsi phase: unknown(%d)\n", i); in show_phase()
169 printk(KERN_DEBUG "scsi phase: %s\n", ph[i]); in show_phase()
178 printk(KERN_DEBUG "BUSPHASE_COMMAND\n"); in show_busphase()
181 printk(KERN_DEBUG "BUSPHASE_MESSAGE_IN\n"); in show_busphase()
184 printk(KERN_DEBUG "BUSPHASE_MESSAGE_OUT\n"); in show_busphase()
187 printk(KERN_DEBUG "BUSPHASE_DATA_IN\n"); in show_busphase()
190 printk(KERN_DEBUG "BUSPHASE_DATA_OUT\n"); in show_busphase()
193 printk(KERN_DEBUG "BUSPHASE_STATUS\n"); in show_busphase()
196 printk(KERN_DEBUG "BUSPHASE_SELECT\n"); in show_busphase()
199 printk(KERN_DEBUG "BUSPHASE_other\n"); in show_busphase()
208 printk(KERN_DEBUG "msg:"); in show_message()
210 printk(" %02x", data->MsgBuffer[i]); in show_message()
212 printk("\n"); in show_message()