Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7770.c203 if ((ahc->features & AHC_WIDE) != 0) { in aic7770_config()
348 max_targ = (ahc->features & AHC_WIDE) != 0 ? 16 : 8; in aha2840_load_seeprom()
Daic7xxx_pci.c1670 if ((ahc->features & AHC_WIDE) == 0) in configure_termination()
1679 if ((ahc->features & AHC_WIDE) != 0) in configure_termination()
1728 if ((ahc->features & AHC_WIDE) != 0 in configure_termination()
1799 && (ahc->features & AHC_WIDE) != 0) { in configure_termination()
1814 if ((ahc->features & AHC_WIDE) != 0) in configure_termination()
Daic7xxx_seq.h920 return ((ahc->features & AHC_WIDE) != 0); in ahc_patch20_func()
Daic7xxx_proc.c361 if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0) in ahc_linux_proc_info()
Daic7xxx_core.c1821 if (ahc->features & AHC_WIDE) { in ahc_validate_width()
1860 if ((ahc->features & AHC_WIDE) != 0) in ahc_update_neg_request()
2408 if ((ahc->features & AHC_WIDE) != 0) in ahc_build_transfer_msg()
4135 ahc->features |= AHC_WIDE; in ahc_reset()
4555 if ((ahc->features & AHC_WIDE) != 0) { in ahc_controller_info()
4971 if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0) in ahc_init()
4994 if ((ahc->features & AHC_WIDE) != 0) in ahc_init()
5060 && (ahc->features & AHC_WIDE) != 0) in ahc_init()
6068 max_scsiid = (ahc->features & AHC_WIDE) ? 15 : 7; in ahc_reset_channel()
6808 maxtarget = (ahc->features & (AHC_WIDE|AHC_TWIN)) ? 15 : 7; in ahc_dump_card_state()
[all …]
Daic7xxx.h218 AHC_WIDE = 0x00004, /* Wide Channel */ enumerator
Daic7xxx_osm.c1752 host->max_id = (ahc->features & AHC_WIDE) ? 16 : 8;
1878 numtarg = (ahc->features & AHC_WIDE) ? 16 : 8;
2172 maxtarg = (ahc->features & AHC_WIDE) ? 16 : 8;
3375 } else if ((ahc->features & AHC_WIDE) != 0
5053 maxtarget = (ahc->features & AHC_WIDE) ? 15 : 7;
Daic7xxx.seq1580 if ((ahc->features & AHC_WIDE) != 0) {
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_seq.c618 return ((p->features & AHC_WIDE) != 0); in aic7xxx_patch13_func()
Daic7xxx_proc.c192 if (p->features & AHC_WIDE) in aic7xxx_proc_info()
Daic7xxx.seq714 if ((p->features & AHC_WIDE) != 0) {
940 if ((p->features & AHC_WIDE) != 0) {
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c795 AHC_WIDE = 0x0004, enumerator
2857 (p->features & AHC_WIDE) ) in aic7xxx_done()
3411 max_target = (p->features & AHC_WIDE) ? 15 : 7; in aic7xxx_reset_device()
3420 max_target = (p->features & (AHC_TWIN|AHC_WIDE)) ? 15 : 7; in aic7xxx_reset_device()
3899 if (p->features & AHC_WIDE) in aic7xxx_reset_channel()
5687 if( (p->features & AHC_WIDE) && p->transinfo[tindex].user_width ) in aic7xxx_parse_msg()
5747 if ( (p->features & AHC_WIDE) && in aic7xxx_parse_msg()
5871 p->features & AHC_WIDE ) in aic7xxx_parse_msg()
5916 MSG_EXT_WDTR_BUS_16_BIT) && p->features & AHC_WIDE) in aic7xxx_parse_msg()
7910 if (p->features & (AHC_WIDE|AHC_TWIN)) in configure_termination()
[all …]