Home
last modified time | relevance | path

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

/NextBSD/sys/dev/sound/pci/hda/
HDhdac_if.m48 uint32_t **dmapos;
HDhdacc.c572 int stripe, uint32_t **dmapos) in hdacc_stream_alloc() argument
578 dir, format, stripe, dmapos); in hdacc_stream_alloc()
HDhdaa.h229 uint32_t *dmapos; member
HDhdac.c1823 uint32_t **dmapos) in hdac_stream_alloc() argument
1872 if (dmapos != NULL) { in hdac_stream_alloc()
1874 *dmapos = (uint32_t *)(sc->pos_dma.dma_vaddr + ss * 8); in hdac_stream_alloc()
1876 *dmapos = NULL; in hdac_stream_alloc()
HDhdaa.c2135 ch->dir == PCMDIR_PLAY ? 1 : 0, fmt, ch->stripectl, &ch->dmapos); in hdaa_channel_start()
2182 if (ch->dmapos != NULL) { in hdaa_channel_getptr()
2183 ptr = *(ch->dmapos); in hdaa_channel_getptr()