Home
last modified time | relevance | path

Searched refs:AHC_WIDE (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/sys/dev/ic/
Daic7xxx_seeprom.c433 if ((ahc->features & AHC_WIDE) == 0) in configure_termination()
442 if ((ahc->features & AHC_WIDE) != 0) in configure_termination()
491 if ((ahc->features & AHC_WIDE) != 0 in configure_termination()
562 && (ahc->features & AHC_WIDE) != 0) { in configure_termination()
577 if ((ahc->features & AHC_WIDE) != 0) in configure_termination()
Daic7xxx.c1824 if (ahc->features & AHC_WIDE) { in ahc_validate_width()
1863 if ((ahc->features & AHC_WIDE) != 0) in ahc_update_neg_request()
2408 if ((ahc->features & AHC_WIDE) != 0) in ahc_build_transfer_msg()
4056 ahc->features |= AHC_WIDE; in ahc_reset()
4407 if ((ahc->features & AHC_WIDE) != 0) { in ahc_controller_info()
4658 if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0) in ahc_init()
4681 if ((ahc->features & AHC_WIDE) != 0) in ahc_init()
4747 && (ahc->features & AHC_WIDE) != 0) in ahc_init()
6014 max_scsiid = (ahc->features & AHC_WIDE) ? 15 : 7; in ahc_reset_channel()
6759 maxtarget = (ahc->features & (AHC_WIDE|AHC_TWIN)) ? 15 : 7; in ahc_dump_card_state()
[all …]
Daic7xxxvar.h310 AHC_WIDE = 0x00004, /* Wide Channel */ enumerator
Daic7xxx_osm.c97 ahc->sc_channel.chan_ntargets = (ahc->features & AHC_WIDE) ? 16 : 8; in ahc_attach()
/netbsd/src/sys/dev/eisa/
Dahc_eisa.c216 } else if ((ahc->features & AHC_WIDE) != 0) { in ahc_eisa_attach()
/netbsd/src/sys/dev/microcode/aic7xxx/
Daic7xxx_seq.h930 return ((ahc->features & AHC_WIDE) != 0); in ahc_patch20_func()
Daic7xxx.seq1584 if ((ahc->features & AHC_WIDE) != 0) {
/netbsd/src/sys/arch/i386/isa/
Dahc_isa.c512 int max_targ = (ahc->features & AHC_WIDE) != 0 ? 16 : 8; in aha2840_load_seeprom()