Home | History | Annotate | Download | only in at91

Lines Matching refs:DPRINTFN

57 #define DPRINTFN(n,x)	if (at91cf_debug>(n)) printf x;
59 #define DPRINTFN(n,x)
251 DPRINTFN(1, ("at91cf_create_event_thread: status=%d\n", ph->ph_status));
273 DPRINTFN(1, ("at91cf_event_thread: old status=%d, new status=%d\n", status, ph->ph_status));
281 DPRINTFN(1, ("at91cf_event_thread: run=%d\n",ph->ph_run));
291 DPRINTFN(1, ("at91cf_shutdown\n"));
306 DPRINTFN(1, ("at91cf_intr: nstatus=%#x, ostatus=%#x\n", nstatus, ph->ph_status));
323 DPRINTFN(1, ("at91cf_mem_alloc: size=%#x\n",(unsigned)size));
332 DPRINTFN(1, ("at91cf_mem_free\n"));
345 DPRINTFN(1, ("at91cf_mem_map: kind=%d, addr=%#x, size=%#x\n",kind,(unsigned)addr,(unsigned)size));
366 DPRINTFN(1, ("at91cf_mem_map: pa=%#x, *offsetp=%#x, size=%#x\n",(unsigned)pa,(unsigned)addr,(unsigned)size));
379 DPRINTFN(1, ("at91cf_mem_unmap: window=%#x\n",window));
392 DPRINTFN(1, ("at91cf_io_alloc: start=%#x, size=%#x, align=%#x\n",(unsigned)start,(unsigned)size,(unsigned)align));
407 DPRINTFN(1, ("at91cf_io_free\n"));
418 DPRINTFN(1, ("at91cf_io_map: offset=%#x, size=%#x, width=%d",(unsigned)offset,(unsigned)size,width));
422 DPRINTFN(1, ("(8bit)\n"));
427 DPRINTFN(1, ("(16bit)\n"));
431 DPRINTFN(1, ("(unknown)\n"));
441 DPRINTFN(1, ("at91cf_io_unmap: window=%#x\n",window));
452 DPRINTFN(1, ("at91cf_intr_establish\n"));
471 DPRINTFN(1, ("at91cf_intr_disestablish\n"));
494 DPRINTFN(2,("%s: other edge ignored\n", __FUNCTION__));
508 DPRINTFN(1, ("at91cf_socket_enable\n"));
522 DPRINTFN(1, ("at91cf_socket_disable\n"));
533 DPRINTFN(1, ("at91cf_socket_settype: type=%d",type));
539 DPRINTFN(1, ("(Memory)\n"));
542 DPRINTFN(1, ("(I/O)\n"));
545 DPRINTFN(1, ("(unknown)\n"));
572 DPRINTFN(1, ("at91cf_get_voltage: vs1=%d, vs2=%d (%dV)\n",eppio_read_bit(sc->sc_pio, ph->ph_port, ph->ph_vs[0]),eppio_read_bit(sc->sc_pio, ph->ph_port, ph->ph_vs[1]),vcc));