Searched refs:fill_nocache (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dintel8x0.c704 static void fill_nocache(void *buf, int size, int nocache) function
713 #define fill_nocache(buf, size, nocache) do { ; } while (0) macro
909 fill_nocache(runtime->dma_area, runtime->dma_bytes, 0); /* clear */
917 fill_nocache(runtime->dma_area, runtime->dma_bytes, 1);
948 fill_nocache(substream->runtime->dma_area, substream->runtime->dma_bytes, 0);
2482 fill_nocache(chip->bdbars.area, chip->bdbars.bytes, 0);
2515 fill_nocache(runtime->dma_area, runtime->dma_bytes, 0);
2575 fill_nocache(chip->bdbars.area, chip->bdbars.bytes, 1);
2587 fill_nocache(runtime->dma_area, runtime->dma_bytes, 1);
2966 fill_nocache(chi
[all...]

Completed in 158 milliseconds