Lines Matching refs:pr_debug

66 		pr_debug("Probing for adapter #%d\n", b);  in sc_init()
78 pr_debug("I/O Base for board %d is 0x%x, %s probe\n", b, io[b], in sc_init()
86 pr_debug("request_region for 0x%x failed\n", io[b] + i * 0x400); in sc_init()
97 pr_debug("I/O Address invalid.\n"); in sc_init()
103 pr_debug("I/O Base 0x%x fails test\n", in sc_init()
112 pr_debug("All probe addresses exhausted, skipping\n"); in sc_init()
115 pr_debug("Probing for I/O...\n"); in sc_init()
120 pr_debug("End of Probes\n"); in sc_init()
123 pr_debug(" checking 0x%x...", i); in sc_init()
126 pr_debug("Failed\n"); in sc_init()
137 pr_debug("Failed by test\n"); in sc_init()
140 pr_debug("Passed\n"); in sc_init()
153 pr_debug("Doing a SAFE probe reset\n"); in sc_init()
157 pr_debug("RAM Base for board %d is 0x%lx, %s probe\n", b, in sc_init()
167 pr_debug("request_region for RAM base 0x%lx succeeded\n", ram[b]); in sc_init()
177 pr_debug("Checking RAM address 0x%x...\n", i); in sc_init()
179 pr_debug(" request_region succeeded\n"); in sc_init()
183 pr_debug(" Identified a %s\n", in sc_init()
188 pr_debug(" Unidentified or inaccessible\n"); in sc_init()
191 pr_debug(" request failed\n"); in sc_init()
202 pr_debug("Failed to find an adapter at 0x%lx\n", ram[b]); in sc_init()
227 pr_debug("RAM Page register set to EXP_PAGE0\n"); in sc_init()
232 pr_debug("RAM Page register set to EXP_PAGE1\n"); in sc_init()
237 pr_debug("RAM Page register set to EXP_PAGE2\n"); in sc_init()
242 pr_debug("RAM Page register set to EXP_PAGE3\n"); in sc_init()
247 pr_debug("RAM base address doesn't fall on 16K boundary\n"); in sc_init()
251 pr_debug("current IRQ: %d b: %d\n", irq[b], b); in sc_init()
260 pr_debug("Failed to acquire an IRQ line\n"); in sc_init()
351 pr_debug("Requesting I/O Port %#x\n", in sc_init()
357 pr_debug("Requesting I/O Port %#x\n", in sc_init()
386 pr_debug("Cleaning up after adapter %d\n", i); in sc_exit()
419 pr_debug("Releasing I/O Port %#x\n", in sc_exit()
423 pr_debug("Releasing I/O Port %#x\n", in sc_exit()
446 pr_debug("Attempting to identify adapter @ 0x%lx io 0x%x\n", in identify_board()
457 pr_debug("Page Register offset is 0x%x\n", PG0_OFFSET); in identify_board()
462 pr_debug("Page Register offset is 0x%x\n", PG1_OFFSET); in identify_board()
467 pr_debug("Page Register offset is 0x%x\n", PG2_OFFSET); in identify_board()
472 pr_debug("Page Register offset is 0x%x\n", PG3_OFFSET); in identify_board()
475 pr_debug("Invalid rambase 0x%lx\n", rambase); in identify_board()
485 pr_debug("Looking for a signature, got 0x%lx\n", sig); in identify_board()
495 pr_debug("Looking for a signature, got 0x%lx\n", sig); in identify_board()
505 pr_debug("Looking for a signature, got 0x%lx\n", sig); in identify_board()
518 pr_debug("Sent HWConfig message\n"); in identify_board()
528 pr_debug("Timeout waiting for response\n"); in identify_board()
533 pr_debug("Got HWConfig response, status = 0x%x\n", rcvmsg.rsp_status); in identify_board()
535 pr_debug("Hardware Config: Interface: %s, RAM Size: %ld, Serial: %s\n" in identify_board()