Searched refs:dmapos (Results 1 – 5 of 5) sorted by relevance
48 uint32_t **dmapos;
572 int stripe, uint32_t **dmapos) in hdacc_stream_alloc() argument578 dir, format, stripe, dmapos); in hdacc_stream_alloc()
229 uint32_t *dmapos; member
1823 uint32_t **dmapos) in hdac_stream_alloc() argument1872 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()
2135 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()