Searched refs:device_flags (Results 1 – 6 of 6) sorted by relevance
259 if ((sc->device_flags[i] & CFSYNCHISULTRA) != 0) { in ahc_parse_pci_eeprom()271 if (sc->device_flags[i] & CFDISC) in ahc_parse_pci_eeprom()274 if ((sc->device_flags[i] & CFSYNCHISULTRA) != 0) in ahc_parse_pci_eeprom()279 if ((sc->device_flags[i] & CFXFER) == 0x04 in ahc_parse_pci_eeprom()282 sc->device_flags[i] &= ~CFXFER; in ahc_parse_pci_eeprom()288 if (sc->device_flags[i] & CFSYNCH) in ahc_parse_pci_eeprom()299 scsirate = (sc->device_flags[i] & CFXFER) in ahc_parse_pci_eeprom()301 if (sc->device_flags[i] & CFWIDEB) in ahc_parse_pci_eeprom()304 scsirate = (sc->device_flags[i] & CFXFER) << 4; in ahc_parse_pci_eeprom()305 if (sc->device_flags[i] & CFSYNCH) in ahc_parse_pci_eeprom()[all …]
818 uint16_t device_flags[16]; /* words 0-15 */ member904 uint8_t device_flags; member
802 uint16_t device_flags[16]; /* words 0-15 */ member
1164 u_int16_t device_flags; member
6651 if (sc->device_flags[targ] & CFDISC) { in ahd_parse_cfgdata()6659 sc->device_flags[targ] &= ~CFPACKETIZED; in ahd_parse_cfgdata()6663 user_tinfo->period = (sc->device_flags[targ] & CFXFER); in ahd_parse_cfgdata()6677 if ((sc->device_flags[targ] & CFPACKETIZED) != 0) { in ahd_parse_cfgdata()6686 if ((sc->device_flags[targ] & CFQAS) != 0) in ahd_parse_cfgdata()6689 if ((sc->device_flags[targ] & CFWIDEB) != 0) in ahd_parse_cfgdata()
548 target_settings = (sc.device_flags[i] & CFXFER) << 4; in aha2840_load_seeprom()549 if (sc.device_flags[i] & CFSYNCH) in aha2840_load_seeprom()551 if (sc.device_flags[i] & CFWIDEB) in aha2840_load_seeprom()553 if (sc.device_flags[i] & CFDISC) in aha2840_load_seeprom()