Home
last modified time | relevance | path

Searched refs:device_flags (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Daic7770.c345 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()
H A Daic7xxx_pci.c1503 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[i] & CFSYNCH) in ahc_parse_pci_eeprom()
[all …]
H A Daic79xx.h847 uint16_t device_flags[16]; /* words 0-15 */ member
933 uint8_t device_flags; member
H A Daic7xxx.h795 uint16_t device_flags[16]; /* words 0-15 */ member
H A Daic79xx.c6919 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()
/freebsd/sys/dev/sound/pci/
H A Demu10kx.c3014 int device_flags; in emu_pci_attach() local
3066 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 …]
/freebsd/sys/dev/pst/
H A Dpst-iop.h404 u_int32_t device_flags; member
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_defines.h804 (((reportlun_ext_entry_t *)(rle))->device_flags & 0x1)
H A Dsmartpqi_structures.h942 uint8_t device_flags; member
H A Dsmartpqi_discovery.c2181 (lun_ext_entry->device_flags & in pqisrc_scan_devices()
/freebsd/sys/dev/bhnd/
H A Dbhnd.h391 uint32_t device_flags; /**< required BHND_DF_* flags */ member
H A Dbhnd_subr.c934 dflags = entry->device_flags; in bhnd_device_lookup()