Home
last modified time | relevance | path

Searched refs:AHD_WIDE (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/dev/aic7xxx/
HDaic79xx_osm.c690 if ((ahd->features & AHD_WIDE) != 0) in ahd_action()
701 cpi->max_target = (ahd->features & AHD_WIDE) ? 15 : 7; in ahd_action()
HDaic79xx.c2990 if (ahd->features & AHD_WIDE) { in ahd_validate_width()
3029 if ((ahd->features & AHD_WIDE) != 0) in ahd_update_neg_request()
3729 if ((ahd->features & AHD_WIDE) != 0) in ahd_build_transfer_msg()
5545 ahd->features &= ~AHD_WIDE; in ahd_reset()
5547 ahd->features |= AHD_WIDE; in ahd_reset()
6225 if ((ahd->features & AHD_WIDE) != 0) { in ahd_controller_info()
7979 max_scsiid = (ahd->features & AHD_WIDE) ? 15 : 7; in ahd_reset_channel()
7998 max_scsiid = (ahd->features & AHD_WIDE) ? 15 : 7; in ahd_reset_channel()
9812 max_id = (ahd->features & AHD_WIDE) ? 15 : 7; in ahd_find_tmode_devs()
HDaic79xx.h226 AHD_WIDE = 0x00001,/* Wide Channel */ enumerator