Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/aic7xxx/
HDaic7770.c203 if ((ahc->features & AHC_WIDE) != 0) { in aic7770_config()
347 max_targ = (ahc->features & AHC_WIDE) != 0 ? 16 : 8; in aha2840_load_seeprom()
HDaic7xxx_pci.c1683 if ((ahc->features & AHC_WIDE) == 0) in configure_termination()
1692 if ((ahc->features & AHC_WIDE) != 0) in configure_termination()
1741 if ((ahc->features & AHC_WIDE) != 0 in configure_termination()
1812 && (ahc->features & AHC_WIDE) != 0) { in configure_termination()
1827 if ((ahc->features & AHC_WIDE) != 0) in configure_termination()
HDaic7xxx_seq.h921 return ((ahc->features & AHC_WIDE) != 0); in ahc_patch20_func()
HDaic7xxx.c1835 if (ahc->features & AHC_WIDE) { in ahc_validate_width()
1874 if ((ahc->features & AHC_WIDE) != 0) in ahc_update_neg_request()
2419 if ((ahc->features & AHC_WIDE) != 0) in ahc_build_transfer_msg()
4180 ahc->features |= AHC_WIDE; in ahc_reset()
4600 if ((ahc->features & AHC_WIDE) != 0) { in ahc_controller_info()
5023 if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0) in ahc_init()
5046 if ((ahc->features & AHC_WIDE) != 0) in ahc_init()
5112 && (ahc->features & AHC_WIDE) != 0) in ahc_init()
6123 max_scsiid = (ahc->features & AHC_WIDE) ? 15 : 7; in ahc_reset_channel()
6864 maxtarget = (ahc->features & (AHC_WIDE|AHC_TWIN)) ? 15 : 7; in ahc_dump_card_state()
[all …]
HDaic7xxx_osm.c779 if ((ahc->features & AHC_WIDE) != 0) in ahc_action()
790 cpi->max_target = (ahc->features & AHC_WIDE) ? 15 : 7; in ahc_action()
HDaic7xxx.h222 AHC_WIDE = 0x00004, /* Wide Channel */ enumerator
HDaic7xxx.seq1583 if ((ahc->features & AHC_WIDE) != 0) {