Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/aic7xxx/
H A Daic7770.c353 target_settings = (sc->device_flags[i] & CFXFER) << 4; in aha2840_load_seeprom()
354 if (sc->device_flags[i] & CFSYNCH) in aha2840_load_seeprom()
356 if (sc->device_flags[i] & CFWIDEB) in aha2840_load_seeprom()
358 if (sc->device_flags[i] & CFDISC) in aha2840_load_seeprom()
H A Daic7xxx_pci.c1511 if ((sc->device_flags[i] & CFSYNCHISULTRA) != 0) { in ahc_parse_pci_eeprom()
1523 if (sc->device_flags[i] & CFDISC) in ahc_parse_pci_eeprom()
1526 if ((sc->device_flags[i] & CFSYNCHISULTRA) != 0) in ahc_parse_pci_eeprom()
1531 if ((sc->device_flags[i] & CFXFER) == 0x04 in ahc_parse_pci_eeprom()
1534 sc->device_flags[i] &= ~CFXFER; in ahc_parse_pci_eeprom()
1540 if (sc->device_flags[i] & CFSYNCH) in ahc_parse_pci_eeprom()
1551 scsirate = (sc->device_flags[i] & CFXFER) in ahc_parse_pci_eeprom()
1553 if (sc->device_flags[i] & CFWIDEB) in ahc_parse_pci_eeprom()
1556 scsirate = (sc->device_flags[i] & CFXFER) << 4; in ahc_parse_pci_eeprom()
1557 if (sc->device_flags[i] & CFSYNCH) in ahc_parse_pci_eeprom()
[all …]
H A Daic79xx.h851 uint16_t device_flags[16]; /* words 0-15 */ member
937 uint8_t device_flags; member
H A Daic7xxx.h799 uint16_t device_flags[16]; /* words 0-15 */ member
H A Daic79xx.c6945 if (sc->device_flags[targ] & CFDISC) { in ahd_parse_cfgdata()
6953 sc->device_flags[targ] &= ~CFPACKETIZED; in ahd_parse_cfgdata()
6957 user_tinfo->period = (sc->device_flags[targ] & CFXFER); in ahd_parse_cfgdata()
6971 if ((sc->device_flags[targ] & CFPACKETIZED) != 0) { in ahd_parse_cfgdata()
6980 if ((sc->device_flags[targ] & CFQAS) != 0) in ahd_parse_cfgdata()
6983 if ((sc->device_flags[targ] & CFWIDEB) != 0) in ahd_parse_cfgdata()
/freebsd-13.1/sys/dev/sound/pci/
H A Demu10kx.c3027 int device_flags; in emu_pci_attach() local
3079 device_flags = emu_cards[emu_getcard(dev)].flags; in emu_pci_attach()
3080 if (device_flags & HAS_51) in emu_pci_attach()
3082 if (device_flags & HAS_71) { in emu_pci_attach()
3086 if (device_flags & IS_EMU10K1) in emu_pci_attach()
3088 if (device_flags & IS_EMU10K2) in emu_pci_attach()
3090 if (device_flags & IS_CA0102) in emu_pci_attach()
3092 if (device_flags & IS_CA0108) in emu_pci_attach()
3099 if (device_flags & IS_CARDBUS) in emu_pci_attach()
3106 if (device_flags & BROKEN_DIGITAL) in emu_pci_attach()
[all …]
/freebsd-13.1/sys/dev/pst/
H A Dpst-iop.h406 u_int32_t device_flags; member
/freebsd-13.1/sys/dev/smartpqi/
H A Dsmartpqi_defines.h691 (((reportlun_ext_entry_t *)(rle))->device_flags & 0x1)
H A Dsmartpqi_structures.h894 uint8_t device_flags; member
H A Dsmartpqi_discovery.c1937 (lun_ext_entry->device_flags & in pqisrc_scan_devices()
/freebsd-13.1/sys/dev/bhnd/
H A Dbhnd.h396 uint32_t device_flags; /**< required BHND_DF_* flags */ member
H A Dbhnd_subr.c936 dflags = entry->device_flags; in bhnd_device_lookup()