Home
last modified time | relevance | path

Searched refs:ldebug (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/hw/audio/
H A Dsb16.c45 #define ldebug(...) dolog (__VA_ARGS__) macro
47 #define ldebug(...) macro
160 ldebug ("%s:%s:%d:%s:dmasize=%d:freq=%d:const=%d:speaker=%d\n",
185 ldebug ("hold %d high %d dma %d\n", hold, s->use_hdma, dma); in control()
292 ldebug ("freq %d, stereo %d, sign %d, bits %d, " in dma_cmd8()
340 ldebug ("freq %d, stereo %d, sign %d, bits %d, " in dma_cmd()
398 ldebug ("outdata %#x\n", val); in dsp_out_data()
417 ldebug ("command %#x\n", cmd); in command()
654 ldebug ("\n"); in command()
690 ldebug ("complete command %#x, in_index %d, needed_bytes %d\n", in complete()
[all …]
H A Dgus.c40 #define ldebug(...) dolog (__VA_ARGS__) macro
42 #define ldebug(...) macro
157 ldebug ("irqrequest %d %d %d\n", hwirq, n, s->irqs); in GUS_irqrequest()
164 ldebug ("irqclear %d %d\n", hwirq, s->irqs); in GUS_irqclear()
178 ldebug ("dma request %d\n", der->gusdma); in GUS_dmarequest()
189 ldebug ("read DMA %#x %d\n", dma_pos, dma_len); in GUS_read_DMA()
195 ldebug ("left=%d to_copy=%d pos=%d\n", left, to_copy, pos); in GUS_read_DMA()
H A Dadlib.c46 #define ldebug(...) dolog (__VA_ARGS__) macro
48 #define ldebug(...) macro
94 ldebug ( in adlib_kill_timers()
/openbmc/qemu/hw/dma/
H A Di8257.c42 #define ldebug(...) fprintf (stderr, "dma: " __VA_ARGS__) macro
45 #define ldebug(...) macro
158 ldebug ("read_chan %#x -> %d\n", iport, val); in i8257_read_chan()
290 ldebug ("read_cont: nport %#06x, iport %#04x val %#x\n", nport, iport, val); in i8257_read_cont()
342 ldebug ("dma_pos %d size %d\n", n, (r->base[COUNT] + 1) << ncont); in i8257_channel_run()
344 ldebug("transfer done\n"); in i8257_channel_run()
/openbmc/qemu/audio/
H A Dalsaaudio.c701 ldebug ("alsa_fini\n"); in alsa_fini_out()
777 ldebug("enabling voice\n"); in alsa_enable_out()
784 ldebug("disabling voice\n"); in alsa_enable_out()
882 ldebug("enabling voice\n"); in alsa_enable_in()
890 ldebug ("disabling voice\n"); in alsa_enable_in()
H A Daudio_int.h287 #define ldebug(fmt, ...) AUD_log(AUDIO_CAP, fmt, ## __VA_ARGS__) macro
289 #define ldebug(fmt, ...) (void)0 macro
H A Dossaudio.c478 ldebug ("oss_fini\n"); in oss_fini_out()
592 ldebug("enabling voice\n"); in oss_enable_out()
618 ldebug ("disabling voice\n"); in oss_enable_out()
H A Dwavaudio.c197 ldebug ("wav_fini"); in wav_audio_fini()
H A Daudio_template.h505 ldebug ("open %s, freq %d, nchannels %d, fmt %d\n", in glue()
H A Daudio.c1019 ldebug ( in audio_get_avail()