Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Daic7xxx_seeprom.c259 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 …]
H A Daic79xx.h818 uint16_t device_flags[16]; /* words 0-15 */ member
904 uint8_t device_flags; member
H A Daic7xxxvar.h802 uint16_t device_flags[16]; /* words 0-15 */ member
H A Dmpireg.h1164 u_int16_t device_flags; member
H A Daic79xx.c6651 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()
/openbsd/sys/arch/i386/isa/
H A Dahc_isa.c548 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()