Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/aic7xxx/
H A Daic7770.c352 target_settings = (sc->device_flags[i] & CFXFER) << 4; in aha2840_load_seeprom()
353 if (sc->device_flags[i] & CFSYNCH) in aha2840_load_seeprom()
355 if (sc->device_flags[i] & CFWIDEB) in aha2840_load_seeprom()
357 if (sc->device_flags[i] & CFDISC) in aha2840_load_seeprom()
H A Daic7xxx_pci.c1510 if ((sc->device_flags[i] & CFSYNCHISULTRA) != 0) { in ahc_parse_pci_eeprom()
1522 if (sc->device_flags[i] & CFDISC) in ahc_parse_pci_eeprom()
1525 if ((sc->device_flags[i] & CFSYNCHISULTRA) != 0) in ahc_parse_pci_eeprom()
1530 if ((sc->device_flags[i] & CFXFER) == 0x04 in ahc_parse_pci_eeprom()
1533 sc->device_flags[i] &= ~CFXFER; in ahc_parse_pci_eeprom()
1539 if (sc->device_flags[i] & CFSYNCH) in ahc_parse_pci_eeprom()
1550 scsirate = (sc->device_flags[i] & CFXFER) in ahc_parse_pci_eeprom()
1552 if (sc->device_flags[i] & CFWIDEB) in ahc_parse_pci_eeprom()
1555 scsirate = (sc->device_flags[i] & CFXFER) << 4; in ahc_parse_pci_eeprom()
1556 if (sc->device_flags[i] & CFSYNCH) in ahc_parse_pci_eeprom()
[all …]
H A Daic79xx.h849 uint16_t device_flags[16]; /* words 0-15 */ member
935 uint8_t device_flags; member
H A Daic7xxx.h797 uint16_t device_flags[16]; /* words 0-15 */ member
H A Daic79xx.c6935 if (sc->device_flags[targ] & CFDISC) { in ahd_parse_cfgdata()
6943 sc->device_flags[targ] &= ~CFPACKETIZED; in ahd_parse_cfgdata()
6947 user_tinfo->period = (sc->device_flags[targ] & CFXFER); in ahd_parse_cfgdata()
6961 if ((sc->device_flags[targ] & CFPACKETIZED) != 0) { in ahd_parse_cfgdata()
6970 if ((sc->device_flags[targ] & CFQAS) != 0) in ahd_parse_cfgdata()
6973 if ((sc->device_flags[targ] & CFWIDEB) != 0) in ahd_parse_cfgdata()
/freebsd-14.2/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-14.2/sys/dev/pst/
H A Dpst-iop.h404 u_int32_t device_flags; member
/freebsd-14.2/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-14.2/sys/dev/bhnd/
H A Dbhnd.h391 uint32_t device_flags; /**< required BHND_DF_* flags */ member
H A Dbhnd_subr.c935 dflags = entry->device_flags; in bhnd_device_lookup()