Searched refs:ppr_able (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | advansys.c | 3119 ushort ppr_able; /* PPR message capable per TID bitmask. */ member 16294 ushort wdtr_able, sdtr_able, ppr_able, tagqng_able; in AdvInitAsc38C1600Driver() local 16333 AdvReadWordLram(iop_base, ASC_MC_PPR_ABLE, ppr_able); in AdvInitAsc38C1600Driver() 16880 AdvWriteWordLram(iop_base, ASC_MC_PPR_ABLE, ppr_able); in AdvInitAsc38C1600Driver() 17423 asc_dvc->ppr_able = 0; in ASC_INITFUNC() 18174 ushort ppr_able = 0; in AdvResetChipAndSB() local 18188 AdvReadWordLram(iop_base, ASC_MC_PPR_ABLE, ppr_able); in AdvResetChipAndSB() 18252 AdvWriteWordLram(iop_base, ASC_MC_PPR_ABLE, ppr_able); in AdvResetChipAndSB() 18651 AdvReadWordLram(iop_base, ASC_MC_PPR_ABLE, asc_dvc->ppr_able); in AdvInquiryHandling() 18652 asc_dvc->ppr_able |= tidmask; in AdvInquiryHandling() [all …]
|