Searched refs:NCRCFG2_FE (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/esp/
H A Dncr53c9xreg.h142 #define NCRCFG2_FE 0x40 /* Features Enable */ macro
H A Desp_sbus.c490 * - The NCRCFG2_FE bit is set.
495 sc->sc_cfg2 = NCRCFG2_FE;
526 /* NCRCFG2_FE enables > 64K transfers. */
527 sc->sc_cfg2 |= NCRCFG2_FE;
H A Desp_pci.c251 sc->sc_cfg2 = NCRCFG2_SCSI2 | NCRCFG2_FE;
H A Dncr53c9x.c509 if ((sc->sc_cfg2 & NCRCFG2_FE) != 0)

Completed in 122 milliseconds