Lines Matching defs:ppr_options
826 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {
1558 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {
1588 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0)
1689 || tinfo->curr.ppr_options != tinfo->goal.ppr_options)
1714 && tinfo->curr.ppr_options == target_ppr_options)
1721 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0;
1722 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0;
1723 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0;
1724 spi_rd_strm(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_RD_STRM ? 1 : 0;
1725 spi_pcomp_en(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_PCOMP_EN ? 1 : 0;
1726 spi_rti(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_RTI ? 1 : 0;
1727 spi_wr_flow(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_WR_FLOW ? 1 : 0;
1728 spi_hold_mcs(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_HOLD_MCS ? 1 : 0;
2377 unsigned int ppr_options = tinfo->goal.ppr_options;
2393 ppr_options |= MSG_EXT_PPR_DT_REQ;
2395 ppr_options |= MSG_EXT_PPR_IU_REQ;
2400 dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2406 if (ppr_options & ~MSG_EXT_PPR_QAS_REQ) {
2408 ppr_options &= MSG_EXT_PPR_QAS_REQ;
2411 ahd_find_syncrate(ahd, &period, &ppr_options,
2416 ppr_options, AHD_TRANS_GOAL, FALSE);
2430 unsigned int ppr_options = 0;
2432 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2444 ppr_options = tinfo->goal.ppr_options;
2445 ahd_find_syncrate(ahd, &period, &ppr_options,
2450 ahd_set_syncrate(ahd, &devinfo, period, offset, ppr_options,
2465 unsigned int ppr_options = tinfo->goal.ppr_options
2477 ppr_options |= MSG_EXT_PPR_DT_REQ;
2484 ppr_options &= ~MSG_EXT_PPR_IU_REQ;
2488 ahd_find_syncrate(ahd, &period, &ppr_options,
2493 ppr_options, AHD_TRANS_GOAL, FALSE);
2507 unsigned int ppr_options = tinfo->goal.ppr_options
2520 ppr_options |= MSG_EXT_PPR_QAS_REQ;
2523 dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2527 ahd_find_syncrate(ahd, &period, &ppr_options,
2532 ppr_options, AHD_TRANS_GOAL, FALSE);
2546 unsigned int ppr_options = tinfo->goal.ppr_options
2559 ppr_options |= MSG_EXT_PPR_IU_REQ;
2560 ppr_options |= MSG_EXT_PPR_DT_REQ; /* IU requires DT */
2563 dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2567 ahd_find_syncrate(ahd, &period, &ppr_options,
2572 ppr_options, AHD_TRANS_GOAL, FALSE);
2586 unsigned int ppr_options = tinfo->goal.ppr_options
2589 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2599 ppr_options |= MSG_EXT_PPR_RD_STRM;
2603 ahd_find_syncrate(ahd, &period, &ppr_options,
2608 ppr_options, AHD_TRANS_GOAL, FALSE);
2622 unsigned int ppr_options = tinfo->goal.ppr_options
2625 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2635 ppr_options |= MSG_EXT_PPR_WR_FLOW;
2639 ahd_find_syncrate(ahd, &period, &ppr_options,
2644 ppr_options, AHD_TRANS_GOAL, FALSE);
2658 unsigned int ppr_options = tinfo->goal.ppr_options
2661 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2679 ppr_options |= MSG_EXT_PPR_RTI;
2683 ahd_find_syncrate(ahd, &period, &ppr_options,
2688 ppr_options, AHD_TRANS_GOAL, FALSE);
2702 unsigned int ppr_options = tinfo->goal.ppr_options
2705 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2725 ppr_options |= MSG_EXT_PPR_PCOMP_EN;
2733 ahd_find_syncrate(ahd, &period, &ppr_options,
2738 ppr_options, AHD_TRANS_GOAL, FALSE);
2752 unsigned int ppr_options = tinfo->goal.ppr_options
2755 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2759 ppr_options |= MSG_EXT_PPR_HOLD_MCS;
2763 ahd_find_syncrate(ahd, &period, &ppr_options,
2768 ppr_options, AHD_TRANS_GOAL, FALSE);