Searched refs:CS4280_PCTL (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dcs4280.c547 mem = BA1READ4(sc, CS4280_PCTL);
548 BA1WRITE4(sc, CS4280_PCTL, mem & ~PCTL_MASK);
601 BA1WRITE4(sc, CS4280_PCTL, BA1READ4(sc, CS4280_PCTL) & ~PCTL_MASK);
651 pctl = BA1READ4(sc, CS4280_PCTL) & ~PCTL_MASK;
653 BA1WRITE4(sc, CS4280_PCTL, pctl);
727 sc->sc_suspend_state.cs4280.pctl = BA1READ4(sc, CS4280_PCTL);
750 BA1WRITE4(sc, CS4280_PCTL, sc->sc_suspend_state.cs4280.pctl & ~PCTL_MASK);
782 BA1WRITE4(sc, CS4280_PCTL, sc->sc_suspend_state.cs4280.pctl);
1301 mem = BA1READ4(sc, CS4280_PCTL);
[all...]
H A Dcs4280reg.h175 #define CS4280_PCTL 0x02a4 /* Playback Control */ macro

Completed in 70 milliseconds