Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Daic7xxx_seeprom.c434 if ((ahc->features & AHC_WIDE) == 0) in configure_termination()
443 if ((ahc->features & AHC_WIDE) != 0) in configure_termination()
492 if ((ahc->features & AHC_WIDE) != 0 in configure_termination()
563 && (ahc->features & AHC_WIDE) != 0) { in configure_termination()
578 if ((ahc->features & AHC_WIDE) != 0) in configure_termination()
Daic7xxx.c1842 if (ahc->features & AHC_WIDE) { in ahc_validate_width()
1881 if ((ahc->features & AHC_WIDE) != 0) in ahc_update_neg_request()
2426 if ((ahc->features & AHC_WIDE) != 0) in ahc_build_transfer_msg()
4071 ahc->features |= AHC_WIDE; in ahc_reset()
4425 if ((ahc->features & AHC_WIDE) != 0) { in ahc_controller_info()
4666 if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0) in ahc_init()
4689 if ((ahc->features & AHC_WIDE) != 0) in ahc_init()
4755 && (ahc->features & AHC_WIDE) != 0) in ahc_init()
6033 max_scsiid = (ahc->features & AHC_WIDE) ? 15 : 7; in ahc_reset_channel()
6772 maxtarget = (ahc->features & (AHC_WIDE|AHC_TWIN)) ? 15 : 7; in ahc_dump_card_state()
[all …]
Daic7xxx.h205 AHC_WIDE = 0x00004, /* Wide Channel */ enumerator
Daic7xxxvar.h249 AHC_WIDE = 0x00004, /* Wide Channel */ enumerator
Daic7xxx_openbsd.c104 if (ahc->features & AHC_WIDE) in ahc_attach()
/mirbsd/src/sys/dev/microcode/aic7xxx/
Daic7xxx_seq.h932 return ((ahc->features & AHC_WIDE) != 0); in ahc_patch20_func()
Daic7xxx.seq1586 if ((ahc->features & AHC_WIDE) != 0) {