Lines Matching defs:ppr_options
1614 || tinfo->curr.ppr_options != tinfo->goal.ppr_options)
1637 && tinfo->curr.ppr_options == target_ppr_options)
1644 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0;
1645 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0;
1646 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0;
2337 unsigned int ppr_options = tinfo->goal.ppr_options;
2349 ppr_options |= MSG_EXT_PPR_DT_REQ;
2359 if (ppr_options & ~MSG_EXT_PPR_QAS_REQ) {
2361 ppr_options &= MSG_EXT_PPR_QAS_REQ;
2364 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT);
2367 ppr_options, AHC_TRANS_GOAL, FALSE);
2381 unsigned int ppr_options = 0;
2389 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT);
2391 ppr_options = tinfo->goal.ppr_options;
2395 ppr_options, AHC_TRANS_GOAL, FALSE);
2409 unsigned int ppr_options = tinfo->goal.ppr_options
2417 ppr_options |= MSG_EXT_PPR_DT_REQ;
2425 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,AHC_SYNCRATE_DT);
2428 ppr_options, AHC_TRANS_GOAL, FALSE);
2447 unsigned int ppr_options = tinfo->goal.ppr_options
2454 ppr_options |= MSG_EXT_PPR_QAS_REQ;
2458 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT);
2461 ppr_options, AHC_TRANS_GOAL, FALSE);
2475 unsigned int ppr_options = tinfo->goal.ppr_options
2482 ppr_options |= MSG_EXT_PPR_IU_REQ;
2486 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT);
2489 ppr_options, AHC_TRANS_GOAL, FALSE);