Lines Matching refs:DPRINTFN
59 #define DPRINTFN(n,x) if (eppcic_debug>(n)) printf x;
61 #define DPRINTFN(n,x)
260 DPRINTFN(1, ("eppcic_config_socket: cd1=%d, cd2=%d\n",ph->ph_status[0],ph->ph_status[1]));
287 DPRINTFN(1, ("eppcic_event_thread: cd1=%d, cd2=%d\n",ph->ph_status[0],ph->ph_status[1]));
295 DPRINTFN(1, ("eppcic_event_thread: run=%d\n",ph->ph_run));
305 DPRINTFN(1, ("eppcic_shutdown\n"));
320 DPRINTFN(1, ("eppcic_intr: cd1=%#x, cd2=%#x\n",nstatus[0],nstatus[1]));
337 DPRINTFN(1, ("eppcic_mem_alloc: size=%#x\n",(unsigned)size));
346 DPRINTFN(1, ("eppcic_mem_free\n"));
359 DPRINTFN(1, ("eppcic_mem_map: kind=%d, addr=%#x, size=%#x\n",kind,(unsigned)addr,(unsigned)size));
382 DPRINTFN(1, ("eppcic_mem_map: pa=%#x, *offsetp=%#x, size=%#x\n",(unsigned)pa,(unsigned)addr,(unsigned)size));
395 DPRINTFN(1, ("eppcic_mem_unmap: window=%#x\n",window));
408 DPRINTFN(1, ("eppcic_io_alloc: start=%#x, size=%#x, align=%#x\n",(unsigned)start,(unsigned)size,(unsigned)align));
423 DPRINTFN(1, ("eppcic_io_free\n"));
434 DPRINTFN(1, ("eppcic_io_map: offset=%#x, size=%#x, width=%d",(unsigned)offset,(unsigned)size,width));
438 DPRINTFN(1, ("(8bit)\n"));
443 DPRINTFN(1, ("(16bit)\n"));
447 DPRINTFN(1, ("(unknown)\n"));
458 DPRINTFN(1, ("eppcic_io_unmap: window=%#x\n",window));
468 DPRINTFN(1, ("eppcic_intr_establish\n"));
486 DPRINTFN(1, ("eppcic_intr_disestablish\n"));
520 DPRINTFN(1, ("eppcic_socket_enable\n"));
539 DPRINTFN(1, ("eppcic_socket_disable\n"));
552 DPRINTFN(1, ("eppcic_socket_settype: type=%d",type));
556 DPRINTFN(1, ("(Memory)\n"));
559 DPRINTFN(1, ("(I/O)\n"));
562 DPRINTFN(1, ("(unknown)\n"));
588 DPRINTFN(1, ("eppcic_get_voltage: vs1=%d, vs2=%d (%dV)\n",epgpio_read_bit(sc->sc_gpio, ph->ph_port, ph->ph_vs[0]),epgpio_read_bit(sc->sc_gpio, ph->ph_port, ph->ph_vs[1]),vcc));
669 DPRINTFN(1, ("eppcic_set_pcreg: width=%d, access=%d, hold=%d, pre-charge=%d\n",ph->ph_width,atiming,htiming,ptiming));