Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/aic7xxx/
Daic79xx_proc.c307 if ((ahd->features & AHD_WIDE) == 0) in ahd_linux_show_info()
Daic79xx.h214 AHD_WIDE = 0x00001,/* Wide Channel */ enumerator
Daic79xx_core.c3787 if (ahd->features & AHD_WIDE) { in ahd_validate_width()
3826 if ((ahd->features & AHD_WIDE) != 0) in ahd_update_neg_request()
4537 if ((ahd->features & AHD_WIDE) != 0) in ahd_build_transfer_msg()
6285 ahd->features &= ~AHD_WIDE; in ahd_reset()
6287 ahd->features |= AHD_WIDE; in ahd_reset()
6947 if ((ahd->features & AHD_WIDE) != 0) { in ahd_controller_info()
8727 max_scsiid = (ahd->features & AHD_WIDE) ? 15 : 7; in ahd_reset_channel()
10200 max_id = (ahd->features & AHD_WIDE) ? 16 : 8; in ahd_find_tmode_devs()
Daic79xx_osm.c1223 host->max_id = (ahd->features & AHD_WIDE) ? 16 : 8; in ahd_linux_register_host()
1274 numtarg = (ahd->features & AHD_WIDE) ? 16 : 8; in ahd_linux_initialize_scsi_bus()