Searched refs:dmapos (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdac_if.m | 47 uint32_t **dmapos;
|
H A D | hdaa.h | 230 uint32_t *dmapos; member
|
H A D | hdacc.c | 649 int stripe, uint32_t **dmapos) in hdacc_stream_alloc() argument 655 dir, format, stripe, dmapos); in hdacc_stream_alloc()
|
H A D | hdac.c | 67 { "dmapos", HDAC_QUIRK_DMAPOS }, 1905 uint32_t **dmapos) in hdac_stream_alloc() 1954 if (dmapos != NULL) { in hdac_stream_alloc() 1956 *dmapos = (uint32_t *)(sc->pos_dma.dma_vaddr + ss * 8); in hdac_stream_alloc() 1958 *dmapos = NULL; in hdac_stream_alloc() 1904 hdac_stream_alloc(device_t dev,device_t child,int dir,int format,int stripe,uint32_t ** dmapos) hdac_stream_alloc() argument
|
H A D | hdaa.c | 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()
|