HomeSort by: relevance | last modified time | path
    Searched refs:device_flags (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/ic/
aic7xxx_seeprom.c 262 if ((sc->device_flags[i] & CFSYNCHISULTRA) != 0) {
274 if (sc->device_flags[i] & CFDISC)
277 if ((sc->device_flags[i] & CFSYNCHISULTRA) != 0)
282 if ((sc->device_flags[i] & CFXFER) == 0x04
285 sc->device_flags[i] &= ~CFXFER;
291 if (sc->device_flags[i] & CFSYNCH)
302 scsirate = (sc->device_flags[i] & CFXFER)
304 if (sc->device_flags[i] & CFWIDEB)
307 scsirate = (sc->device_flags[i] & CFXFER) << 4;
308 if (sc->device_flags[i] & CFSYNCH
    [all...]
aic79xxvar.h 848 uint16_t device_flags[16]; /* words 0-15 */ member in struct:seeprom_config
934 uint8_t device_flags; member in struct:vpd_config
aic7xxxvar.h 899 uint16_t device_flags[16]; /* words 0-15 */ member in struct:seeprom_config
aic79xx.c 6652 if (sc->device_flags[targ] & CFDISC) {
6660 sc->device_flags[targ] &= ~CFPACKETIZED;
6664 user_tinfo->period = (sc->device_flags[targ] & CFXFER);
6678 if ((sc->device_flags[targ] & CFPACKETIZED) != 0) {
6687 if ((sc->device_flags[targ] & CFQAS) != 0)
6690 if ((sc->device_flags[targ] & CFWIDEB) != 0)
  /src/sys/arch/i386/isa/
ahc_isa.c 518 target_settings = (sc.device_flags[i] & CFXFER) << 4;
519 if (sc.device_flags[i] & CFSYNCH)
521 if (sc.device_flags[i] & CFWIDEB)
523 if (sc.device_flags[i] & CFDISC)
  /src/usr.bin/config/
gram.y 218 %type <i32> int32 npseudo device_flags no
833 device_instance AT attachment locators device_flags
992 device_flags: label

Completed in 24 milliseconds