Home
last modified time | relevance | path

Searched refs:WF_DEBUG_DATA (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/sound/
Dwavfront.c453 DPRINT (WF_DEBUG_DATA, "read timeout.\n"); in wavefront_read()
467 DPRINT (WF_DEBUG_DATA, "write timeout.\n"); in wavefront_write()
509 DPRINT (WF_DEBUG_DATA, "writing %d bytes " in wavefront_cmd()
521 DPRINT (WF_DEBUG_DATA, "write[%d] = 0x%x\n", in wavefront_cmd()
527 DPRINT (WF_DEBUG_DATA, "reading %d ints " in wavefront_cmd()
589 DPRINT (WF_DEBUG_DATA, "read[%d] = 0x%x\n",i, rbuf[i]); in wavefront_cmd()
618 DPRINT (WF_DEBUG_DATA, in wavefront_cmd()
634 DPRINT (WF_DEBUG_DATA, "ack received " in wavefront_cmd()
1355 DPRINT(WF_DEBUG_LOAD_PATCH|WF_DEBUG_DATA, "sample[%d] = %d\n", in wavefront_send_multisample()
1393 DPRINT (WF_DEBUG_DATA, "msample %d has %d samples\n", in wavefront_fetch_multisample()
[all …]
/linux-2.4.37.9/include/linux/
Dwavefront.h171 #define WF_DEBUG_DATA 0x2 macro