Searched refs:ppr_able (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/scsi/ |
| H A D | advansys.c | 1818 ushort ppr_able; /* PPR message capable per TID bitmask. */ member 5295 ushort wdtr_able, sdtr_able, ppr_able, tagqng_able; in AdvInitAsc38C1600Driver() local 5332 AdvReadWordLram(iop_base, ASC_MC_PPR_ABLE, ppr_able); in AdvInitAsc38C1600Driver() 5744 AdvWriteWordLram(iop_base, ASC_MC_PPR_ABLE, ppr_able); in AdvInitAsc38C1600Driver() 5773 ushort ppr_able = 0; in AdvResetChipAndSB() local 5786 AdvReadWordLram(iop_base, ASC_MC_PPR_ABLE, ppr_able); in AdvResetChipAndSB() 5843 AdvWriteWordLram(iop_base, ASC_MC_PPR_ABLE, ppr_able); in AdvResetChipAndSB() 7341 AdvReadWordLram(iop_base, ASC_MC_PPR_ABLE, adv_dvc->ppr_able); in advansys_wide_enable_ppr() 7342 adv_dvc->ppr_able |= tidmask; in advansys_wide_enable_ppr() 7343 AdvWriteWordLram(iop_base, ASC_MC_PPR_ABLE, adv_dvc->ppr_able); in advansys_wide_enable_ppr() [all …]
|