Lines Matching defs:conf
135 reg->conf = sc->sc_conf;
175 int intr, conf, rv = 1;
182 conf = reg->conf;
183 reg->conf = conf;
191 if (conf & (DMAC3_CONF_IPER | DMAC3_CONF_MPER | DMAC3_CONF_DERR)) {
192 printf("%s: conf = 0x%x\n", device_xname(sc->sc_dev), conf);
193 if (conf & DMAC3_CONF_DERR) {
207 int conf;
209 conf = DMAC3_CONF_PCEN | DMAC3_CONF_DCEN | cmd;
210 sc->sc_conf = conf;
211 reg->conf = conf;