Searched refs:fill_nocache (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/sound/pci/ |
| D | intel8x0.c | 734 static void fill_nocache(void *buf, int size, int nocache) in fill_nocache() function 743 #define fill_nocache(buf, size, nocache) do { ; } while (0) macro 946 fill_nocache(runtime->dma_area, runtime->dma_bytes, 0); /* clear */ in snd_intel8x0_hw_params() 954 fill_nocache(runtime->dma_area, runtime->dma_bytes, 1); in snd_intel8x0_hw_params() 985 fill_nocache(substream->runtime->dma_area, substream->runtime->dma_bytes, 0); in snd_intel8x0_hw_free() 2634 fill_nocache(chip->bdbars.area, chip->bdbars.bytes, 0); in snd_intel8x0_free() 2667 fill_nocache(runtime->dma_area, runtime->dma_bytes, 0); in intel8x0_suspend() 2713 fill_nocache(chip->bdbars.area, chip->bdbars.bytes, 1); in intel8x0_resume() 2725 fill_nocache(runtime->dma_area, runtime->dma_bytes, 1); in intel8x0_resume() 3142 fill_nocache(chip->bdbars.area, chip->bdbars.bytes, 1); in snd_intel8x0_create()
|