Searched refs:dmapos (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdaa.c2136 ch->dir == PCMDIR_PLAY ? 1 : 0, fmt, ch->stripectl, &ch->dmapos);
2183 if (ch->dmapos != NULL) {
2184 ptr = *(ch->dmapos);
H A Dhdaa.h229 uint32_t *dmapos; member in struct:hdaa_chan
H A Dhdac.c67 { "dmapos", HDAC_QUIRK_DMAPOS },
1826 uint32_t **dmapos)
1875 if (dmapos != NULL) {
1877 *dmapos = (uint32_t *)(sc->pos_dma.dma_vaddr + ss * 8);
1879 *dmapos = NULL;
1825 hdac_stream_alloc(device_t dev, device_t child, int dir, int format, int stripe, uint32_t **dmapos) argument
H A Dhdacc.c618 int stripe, uint32_t **dmapos)
624 dir, format, stripe, dmapos);
617 hdacc_stream_alloc(device_t dev, device_t child, int dir, int format, int stripe, uint32_t **dmapos) argument

Completed in 681 milliseconds