Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/hda/
H A Dhdac_if.m47 uint32_t **dmapos;
H A Dhdaa.h230 uint32_t *dmapos; member
H A Dhdacc.c649 int stripe, uint32_t **dmapos) in hdacc_stream_alloc() argument
655 dir, format, stripe, dmapos); in hdacc_stream_alloc()
H A Dhdac.c1946 uint32_t **dmapos) in hdac_stream_alloc() argument
1995 if (dmapos != NULL) { in hdac_stream_alloc()
1997 *dmapos = (uint32_t *)(sc->pos_dma.dma_vaddr + ss * 8); in hdac_stream_alloc()
1999 *dmapos = NULL; in hdac_stream_alloc()
H A Dhdaa.c2164 ch->dir == PCMDIR_PLAY ? 1 : 0, fmt, ch->stripectl, &ch->dmapos); in hdaa_channel_start()
2211 if (ch->dmapos != NULL) { in hdaa_channel_getptr()
2212 ptr = *(ch->dmapos); in hdaa_channel_getptr()