Lines Matching refs:PROBE_PRINT
94 # define PROBE_PRINT(a) printk a macro
96 # define PROBE_PRINT(a) macro
478 PROBE_PRINT(( "Probing for Lance card at mem %#lx io %#lx\n", in lance_probe1()
482 PROBE_PRINT(( "lance_probe1: testing memory to be accessible\n" )); in lance_probe1()
486 PROBE_PRINT(( "lance_probe1: testing memory to be writable (1)\n" )); in lance_probe1()
490 PROBE_PRINT(( "lance_probe1: testing memory to be writable (2)\n" )); in lance_probe1()
496 PROBE_PRINT(( "lance_probe1: testing ioport to be accessible\n" )); in lance_probe1()
500 PROBE_PRINT(( "lance_probe1: testing ioport to be writeable\n" )); in lance_probe1()
506 PROBE_PRINT(( "lance_probe1: testing CSR0 register function (1)\n" )); in lance_probe1()
515 PROBE_PRINT(( "lance_probe1: testing CSR0 register function (2)\n" )); in lance_probe1()
524 PROBE_PRINT(( "lance_probe1: Lance card detected\n" )); in lance_probe1()