Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Daic7xxx_seeprom.c262 if ((sc->device_flags[i] & CFSYNCHISULTRA) != 0) { in ahc_parse_pci_eeprom()
274 if (sc->device_flags[i] & CFDISC) in ahc_parse_pci_eeprom()
277 if ((sc->device_flags[i] & CFSYNCHISULTRA) != 0) in ahc_parse_pci_eeprom()
282 if ((sc->device_flags[i] & CFXFER) == 0x04 in ahc_parse_pci_eeprom()
285 sc->device_flags[i] &= ~CFXFER; in ahc_parse_pci_eeprom()
291 if (sc->device_flags[i] & CFSYNCH) in ahc_parse_pci_eeprom()
302 scsirate = (sc->device_flags[i] & CFXFER) in ahc_parse_pci_eeprom()
304 if (sc->device_flags[i] & CFWIDEB) in ahc_parse_pci_eeprom()
307 scsirate = (sc->device_flags[i] & CFXFER) << 4; in ahc_parse_pci_eeprom()
308 if (sc->device_flags[i] & CFSYNCH) in ahc_parse_pci_eeprom()
[all …]
Daic79xxvar.h848 uint16_t device_flags[16]; /* words 0-15 */ member
934 uint8_t device_flags; member
Daic7xxxvar.h899 uint16_t device_flags[16]; /* words 0-15 */ member
Daic79xx.c6652 if (sc->device_flags[targ] & CFDISC) { in ahd_parse_cfgdata()
6660 sc->device_flags[targ] &= ~CFPACKETIZED; in ahd_parse_cfgdata()
6664 user_tinfo->period = (sc->device_flags[targ] & CFXFER); in ahd_parse_cfgdata()
6678 if ((sc->device_flags[targ] & CFPACKETIZED) != 0) { in ahd_parse_cfgdata()
6687 if ((sc->device_flags[targ] & CFQAS) != 0) in ahd_parse_cfgdata()
6690 if ((sc->device_flags[targ] & CFWIDEB) != 0) in ahd_parse_cfgdata()
/netbsd/src/sys/arch/i386/isa/
Dahc_isa.c518 target_settings = (sc.device_flags[i] & CFXFER) << 4; in aha2840_load_seeprom()
519 if (sc.device_flags[i] & CFSYNCH) in aha2840_load_seeprom()
521 if (sc.device_flags[i] & CFWIDEB) in aha2840_load_seeprom()
523 if (sc.device_flags[i] & CFDISC) in aha2840_load_seeprom()
/netbsd/src/usr.bin/config/
Dgram.y218 %type <i32> int32 npseudo device_flags no
833 device_instance AT attachment locators device_flags
992 device_flags: