Searched defs:CircleBufInfo (Results 1 – 1 of 1) sorted by relevance
39 struct CircleBufInfo { struct40 uint32_t cirBufSize; /* Current DMA cache size */41 uint32_t trafBufSize; /* PCM data per transmission default size */42 uint32_t period; /* not used */43 uint32_t periodSize; /* DMA cache period size */44 uint32_t periodCount; /* Number of DMA cache periods */45 unsigned long phyAddr; /* DMA cache physical address */46 uint32_t *virtAddr; /* DMA cache virtual address */47 uint32_t wbufOffSet; /* DMA cache write address offset */48 uint32_t wptrOffSet; /* DMA cache write pointer offset */[all …]