Searched refs:ppr_able (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/scsi/
H A Dadvansys.c1818 ushort ppr_able; /* PPR message capable per TID bitmask. */ member in struct:adv_dvc_var
5296 ushort wdtr_able, sdtr_able, ppr_able, tagqng_able; local
5333 AdvReadWordLram(iop_base, ASC_MC_PPR_ABLE, ppr_able);
5745 AdvWriteWordLram(iop_base, ASC_MC_PPR_ABLE, ppr_able);
5774 ushort ppr_able = 0; local
5787 AdvReadWordLram(iop_base, ASC_MC_PPR_ABLE, ppr_able);
5844 AdvWriteWordLram(iop_base, ASC_MC_PPR_ABLE, ppr_able);
7342 AdvReadWordLram(iop_base, ASC_MC_PPR_ABLE, adv_dvc->ppr_able);
7343 adv_dvc->ppr_able |= tidmask;
7344 AdvWriteWordLram(iop_base, ASC_MC_PPR_ABLE, adv_dvc->ppr_able);
[all...]

Completed in 285 milliseconds