Searched refs:stream_ind (Results 1 – 1 of 1) sorted by relevance
160 static void hda_stream_reset(struct hda_softc *sc, uint8_t stream_ind);161 static int hda_stream_start(struct hda_softc *sc, uint8_t stream_ind);162 static int hda_stream_stop(struct hda_softc *sc, uint8_t stream_ind);179 static inline uint32_t hda_get_offset_stream(uint8_t stream_ind);203 static void hda_set_pib(struct hda_softc *sc, uint8_t stream_ind, uint32_t pib);575 hda_stream_reset(struct hda_softc *sc, uint8_t stream_ind) in hda_stream_reset() argument577 struct hda_stream_desc *st = &sc->streams[stream_ind]; in hda_stream_reset()578 uint32_t off = hda_get_offset_stream(stream_ind); in hda_stream_reset()580 DPRINTF("Reset the HDA stream: 0x%x", stream_ind); in hda_stream_reset()595 hda_stream_start(struct hda_softc *sc, uint8_t stream_ind) in hda_stream_start() argument[all …]