Lines Matching refs:ppr_able
1929 ushort ppr_able; /* PPR message capable per TID bitmask. */ member
5519 ushort wdtr_able, sdtr_able, ppr_able, tagqng_able; in AdvInitAsc38C1600Driver() local
5556 AdvReadWordLram(iop_base, ASC_MC_PPR_ABLE, ppr_able); in AdvInitAsc38C1600Driver()
5984 AdvWriteWordLram(iop_base, ASC_MC_PPR_ABLE, ppr_able); in AdvInitAsc38C1600Driver()
6013 ushort ppr_able = 0; in AdvResetChipAndSB() local
6026 AdvReadWordLram(iop_base, ASC_MC_PPR_ABLE, ppr_able); in AdvResetChipAndSB()
6083 AdvWriteWordLram(iop_base, ASC_MC_PPR_ABLE, ppr_able); in AdvResetChipAndSB()
7788 AdvReadWordLram(iop_base, ASC_MC_PPR_ABLE, adv_dvc->ppr_able); in advansys_wide_enable_ppr()
7789 adv_dvc->ppr_able |= tidmask; in advansys_wide_enable_ppr()
7790 AdvWriteWordLram(iop_base, ASC_MC_PPR_ABLE, adv_dvc->ppr_able); in advansys_wide_enable_ppr()
11007 asc_dvc->ppr_able = 0; in AdvInitFrom38C1600EEP()