Lines Matching defs:ppr_options
1613 || tinfo->curr.ppr_options != tinfo->goal.ppr_options)
1636 && tinfo->curr.ppr_options == target_ppr_options)
1643 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0;
1644 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0;
1645 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0;
2335 unsigned int ppr_options = tinfo->goal.ppr_options;
2347 ppr_options |= MSG_EXT_PPR_DT_REQ;
2357 if (ppr_options & ~MSG_EXT_PPR_QAS_REQ) {
2359 ppr_options &= MSG_EXT_PPR_QAS_REQ;
2362 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,
2366 ppr_options, AHC_TRANS_GOAL, FALSE);
2380 unsigned int ppr_options = 0;
2388 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,
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,
2429 ppr_options, AHC_TRANS_GOAL, FALSE);
2448 unsigned int ppr_options = tinfo->goal.ppr_options
2455 ppr_options |= MSG_EXT_PPR_QAS_REQ;
2459 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,
2463 ppr_options, AHC_TRANS_GOAL, FALSE);
2477 unsigned int ppr_options = tinfo->goal.ppr_options
2484 ppr_options |= MSG_EXT_PPR_IU_REQ;
2488 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,
2492 ppr_options, AHC_TRANS_GOAL, FALSE);