Searched refs:CFXFER (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic7770.c352 target_settings = (sc->device_flags[i] & CFXFER) << 4;
H A Daic7xxx_pci.c1534 if ((sc->device_flags[i] & CFXFER) == 0x04
1537 sc->device_flags[i] &= ~CFXFER;
1554 scsirate = (sc->device_flags[i] & CFXFER)
1559 scsirate = (sc->device_flags[i] & CFXFER) << 4;
H A Daic79xx.h850 #define CFXFER 0x003F /* synchronous transfer rate */ macro
H A Daic7xxx.h798 #define CFXFER 0x0007 /* synchronous transfer rate */ macro
H A Daic79xx.c7000 user_tinfo->period = (sc->device_flags[targ] & CFXFER);

Completed in 81 milliseconds