Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dcs4280reg.h158 #define CS4280_PDTC 0x00c0 /* Playback DMA Transaction Count */ macro
Dcs4280.c604 pdtc = BA1READ4(sc, CS4280_PDTC); in cs4280_trigger_output()
607 BA1WRITE4(sc, CS4280_PDTC, pdtc); in cs4280_trigger_output()
730 sc->sc_suspend_state.cs4280.pdtc = BA1READ4(sc, CS4280_PDTC); in cs4280_suspend()
779 BA1WRITE4(sc, CS4280_PDTC, sc->sc_suspend_state.cs4280.pdtc); in cs4280_resume()