Searched refs:device_flags (Results 1 – 12 of 12) sorted by relevance
345 target_settings = (sc->device_flags[i] & CFXFER) << 4; in aha2840_load_seeprom() 346 if (sc->device_flags[i] & CFSYNCH) in aha2840_load_seeprom() 348 if (sc->device_flags[i] & CFWIDEB) in aha2840_load_seeprom() 350 if (sc->device_flags[i] & CFDISC) in aha2840_load_seeprom()
1503 if ((sc->device_flags[i] & CFSYNCHISULTRA) != 0) { in ahc_parse_pci_eeprom() 1515 if (sc->device_flags[i] & CFDISC) in ahc_parse_pci_eeprom() 1518 if ((sc->device_flags[i] & CFSYNCHISULTRA) != 0) in ahc_parse_pci_eeprom() 1523 if ((sc->device_flags[i] & CFXFER) == 0x04 in ahc_parse_pci_eeprom() 1526 sc->device_flags[i] &= ~CFXFER; in ahc_parse_pci_eeprom() 1532 if (sc->device_flags[i] & CFSYNCH) in ahc_parse_pci_eeprom() 1543 scsirate = (sc->device_flags[i] & CFXFER) in ahc_parse_pci_eeprom() 1545 if (sc->device_flags[i] & CFWIDEB) in ahc_parse_pci_eeprom() 1548 scsirate = (sc->device_flags[i] & CFXFER) << 4; in ahc_parse_pci_eeprom() 1549 if (sc->device_flags[ in ahc_parse_pci_eeprom() [all...]
847 uint16_t device_flags[16]; /* words 0-15 */933 uint8_t device_flags;849 uint16_t device_flags[16]; /* words 0-15 */ global() member 935 uint8_t device_flags; global() member
795 uint16_t device_flags[16]; /* words 0-15 */797 uint16_t device_flags[16]; /* words 0-15 */ global() member
6919 if (sc->device_flags[targ] & CFDISC) { in ahd_parse_cfgdata()6927 sc->device_flags[targ] &= ~CFPACKETIZED; in ahd_parse_cfgdata()6931 user_tinfo->period = (sc->device_flags[targ] & CFXFER); in ahd_parse_cfgdata()6945 if ((sc->device_flags[targ] & CFPACKETIZED) != 0) { in ahd_parse_cfgdata()6954 if ((sc->device_flags[targ] & CFQAS) != 0) in ahd_parse_cfgdata()6957 if ((sc->device_flags[targ] & CFWIDEB) != 0) in ahd_parse_cfgdata()
3014 int device_flags; in emu_pci_attach() local3066 device_flags = emu_cards[emu_getcard(dev)].flags; in emu_pci_attach()3067 if (device_flags & HAS_51) in emu_pci_attach()3069 if (device_flags & HAS_71) { in emu_pci_attach()3073 if (device_flags & IS_EMU10K1) in emu_pci_attach()3075 if (device_flags & IS_EMU10K2) in emu_pci_attach()3077 if (device_flags & IS_CA0102) in emu_pci_attach()3079 if (device_flags & IS_CA0108) in emu_pci_attach()3086 if (device_flags & IS_CARDBUS) in emu_pci_attach()3093 if (device_flags & BROKEN_DIGITAL) in emu_pci_attach()[all …]
404 u_int32_t device_flags; member
804 (((reportlun_ext_entry_t *)(rle))->device_flags & 0x1)
942 uint8_t device_flags; member
2181 (lun_ext_entry->device_flags & in pqisrc_scan_devices()
391 uint32_t device_flags; /**< required BHND_DF_* flags */ member
934 dflags = entry->device_flags; in bhnd_device_lookup()