Searched refs:pch_cnt (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/sound/pci/ |
H A D | maestro3.c | 153 int pch_cnt; member 408 idx = sc->pch_cnt; /* dac instance number, no active reuse! */ in m3_pchan_init() 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() 501 m3_wr_assp_data(sc, KDATA_MIXER_XFER0 + sc->pch_cnt, in m3_pchan_init() 509 sc->pch_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() 532 m3_wr_assp_data(sc, KDATA_MIXER_XFER0 + (sc->pch_cnt-1), 0); in m3_pchan_free() 533 sc->pch_cnt--; in m3_pchan_free() [all …]
|