Lines Matching defs:stream
80 /* stream register offsets from stream base */
155 #define SD_CTL_STREAM_RESET 0x01 /* stream reset bit */
156 #define SD_CTL_DMA_START 0x02 /* stream DMA start bit */
159 #define SD_CTL_DIR (1 << 19) /* bi-directional stream */
175 #define AZX_INT_ALL_STREAM 0xff /* all stream interrupts */
308 * helpers to read the stream position
311 snd_hdac_stream_get_pos_lpib(struct hdac_stream *stream)
313 return snd_hdac_stream_readl(stream, SD_LPIB);
317 snd_hdac_stream_get_pos_posbuf(struct hdac_stream *stream)
319 return le32_to_cpu(*stream->posbuf);