Searched refs:dmapos (Results 1 – 5 of 5) sorted by relevance
47 uint32_t **dmapos;
230 uint32_t *dmapos; member
647 int stripe, uint32_t **dmapos) in hdacc_stream_alloc() argument653 dir, format, stripe, dmapos); in hdacc_stream_alloc()
1913 uint32_t **dmapos) in hdac_stream_alloc() argument1962 if (dmapos != NULL) { in hdac_stream_alloc()1964 *dmapos = (uint32_t *)(sc->pos_dma.dma_vaddr + ss * 8); in hdac_stream_alloc()1966 *dmapos = NULL; in hdac_stream_alloc()
2137 ch->dir == PCMDIR_PLAY ? 1 : 0, fmt, ch->stripectl, &ch->dmapos); in hdaa_channel_start()2184 if (ch->dmapos != NULL) { in hdaa_channel_getptr()2185 ptr = *(ch->dmapos); in hdaa_channel_getptr()