Home
last modified time | relevance | path

Searched refs:rch_cnt (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/sound/pci/
H A Dmaestro3.c154 int rch_cnt; member
497 (sc->pch_cnt + sc->rch_cnt), in m3_pchan_init()
499 m3_wr_assp_data(sc, KDATA_DMA_XFER0 + (sc->pch_cnt + sc->rch_cnt), in m3_pchan_init()
529 (sc->pch_cnt - 1) + sc->rch_cnt, 0); in m3_pchan_free()
531 (sc->pch_cnt - 1) + sc->rch_cnt, 0); in m3_pchan_free()
628 for (i = 0; i < sc->rch_cnt; i++) in m3_chan_active()
788 idx = sc->rch_cnt; /* adc instance number, no active reuse! */ in m3_rchan_init()
871 (sc->pch_cnt + sc->rch_cnt), in m3_rchan_init()
873 m3_wr_assp_data(sc, KDATA_DMA_XFER0 + (sc->pch_cnt + sc->rch_cnt), in m3_rchan_init()
875 m3_wr_assp_data(sc, KDATA_ADC1_XFER0 + sc->rch_cnt, in m3_rchan_init()
[all …]