Home | History | Annotate | Download | only in ic

Lines Matching defs:nsc

374 	struct ncr53c9x_softc *nsc = sc->sc_client;
414 NCR_READ_REG(nsc, NCR_TCL) |
415 (NCR_READ_REG(nsc, NCR_TCM) << 8),
416 NCR_READ_REG(nsc, NCR_TCL),
417 NCR_READ_REG(nsc, NCR_TCM)));
429 (resid = (NCR_READ_REG(nsc, NCR_FFLAG) & NCRFIFO_FF)) != 0) {
432 if (nsc->sc_rev == NCR_VARIANT_FAS366 &&
433 (NCR_READ_REG(nsc, NCR_CFG3) & NCRFASCFG3_EWIDE))
437 if ((nsc->sc_espstat & NCRSTAT_TC) == 0) {
442 resid += (NCR_READ_REG(nsc, NCR_TCL) |
443 (NCR_READ_REG(nsc, NCR_TCM) << 8) |
444 ((nsc->sc_cfg2 & NCRCFG2_FE) ?
445 (NCR_READ_REG(nsc, NCR_TCH) << 16) : 0));
448 (nsc->sc_cfg2 & NCRCFG2_FE) == 0)
469 NCR_READ_REG(nsc, NCR_TCL),
470 NCR_READ_REG(nsc, NCR_TCM),
471 (nsc->sc_cfg2 & NCRCFG2_FE) ?
472 NCR_READ_REG(nsc, NCR_TCH) : 0,
487 nsc->sc_phase != nsc->sc_prevphase)