Home
last modified time | relevance | path

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

/src/sys/dev/aic7xxx/
H A Daic7770.c196 if ((ahc->features & AHC_WIDE) != 0) { in aic7770_config()
340 max_targ = (ahc->features & AHC_WIDE) != 0 ? 16 : 8; in aha2840_load_seeprom()
H A Daic7xxx_pci.c1676 if ((ahc->features & AHC_WIDE) == 0) in configure_termination()
1685 if ((ahc->features & AHC_WIDE) != 0) in configure_termination()
1734 if ((ahc->features & AHC_WIDE) != 0 in configure_termination()
1805 && (ahc->features & AHC_WIDE) != 0) { in configure_termination()
1820 if ((ahc->features & AHC_WIDE) != 0) in configure_termination()
H A Daic7xxx_seq.h921 return ((ahc->features & AHC_WIDE) != 0); in ahc_patch20_func()
H A Daic7xxx.c1826 if (ahc->features & AHC_WIDE) { in ahc_validate_width()
1865 if ((ahc->features & AHC_WIDE) != 0) in ahc_update_neg_request()
2410 if ((ahc->features & AHC_WIDE) != 0) in ahc_build_transfer_msg()
4152 ahc->features |= AHC_WIDE; in ahc_reset()
4569 if ((ahc->features & AHC_WIDE) != 0) { in ahc_controller_info()
5007 if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0) in ahc_init()
5030 if ((ahc->features & AHC_WIDE) != 0) in ahc_init()
5096 && (ahc->features & AHC_WIDE) != 0) in ahc_init()
6107 max_scsiid = (ahc->features & AHC_WIDE) ? 15 : 7; in ahc_reset_channel()
6848 maxtarget = (ahc->features & (AHC_WIDE|AHC_TWIN)) ? 15 : 7; in ahc_dump_card_state()
[all …]
H A Daic7xxx_osm.c778 if ((ahc->features & AHC_WIDE) != 0) in ahc_action()
789 cpi->max_target = (ahc->features & AHC_WIDE) ? 15 : 7; in ahc_action()
H A Daic7xxx.h222 AHC_WIDE = 0x00004, /* Wide Channel */ enumerator
H A Daic7xxx.seq1583 if ((ahc->features & AHC_WIDE) != 0) {