Home
last modified time | relevance | path

Searched refs:dmapos (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/sound/pci/hda/
HDhdacc.c570 int stripe, uint32_t **dmapos) in hdacc_stream_alloc() argument
576 dir, format, stripe, dmapos); in hdacc_stream_alloc()
HDhdac_if.m48 uint32_t **dmapos;
HDhdaa.h230 uint32_t *dmapos; member
HDhdac.c1838 uint32_t **dmapos) in hdac_stream_alloc() argument
1887 if (dmapos != NULL) { in hdac_stream_alloc()
1889 *dmapos = (uint32_t *)(sc->pos_dma.dma_vaddr + ss * 8); in hdac_stream_alloc()
1891 *dmapos = NULL; in hdac_stream_alloc()
HDhdaa.c2169 ch->dir == PCMDIR_PLAY ? 1 : 0, fmt, ch->stripectl, &ch->dmapos); in hdaa_channel_start()
2216 if (ch->dmapos != NULL) { in hdaa_channel_getptr()
2217 ptr = *(ch->dmapos); in hdaa_channel_getptr()