Lines Matching defs:ppr_options
832 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {
1564 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {
1594 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0)
1695 || tinfo->curr.ppr_options != tinfo->goal.ppr_options)
1720 && tinfo->curr.ppr_options == target_ppr_options)
1727 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0;
1728 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0;
1729 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0;
1730 spi_rd_strm(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_RD_STRM ? 1 : 0;
1731 spi_pcomp_en(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_PCOMP_EN ? 1 : 0;
1732 spi_rti(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_RTI ? 1 : 0;
1733 spi_wr_flow(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_WR_FLOW ? 1 : 0;
1734 spi_hold_mcs(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_HOLD_MCS ? 1 : 0;
2389 unsigned int ppr_options = tinfo->goal.ppr_options;
2405 ppr_options |= MSG_EXT_PPR_DT_REQ;
2407 ppr_options |= MSG_EXT_PPR_IU_REQ;
2412 dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2418 if (ppr_options & ~MSG_EXT_PPR_QAS_REQ) {
2420 ppr_options &= MSG_EXT_PPR_QAS_REQ;
2423 ahd_find_syncrate(ahd, &period, &ppr_options,
2428 ppr_options, AHD_TRANS_GOAL, FALSE);
2442 unsigned int ppr_options = 0;
2444 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2456 ppr_options = tinfo->goal.ppr_options;
2457 ahd_find_syncrate(ahd, &period, &ppr_options,
2462 ahd_set_syncrate(ahd, &devinfo, period, offset, ppr_options,
2477 unsigned int ppr_options = tinfo->goal.ppr_options
2489 ppr_options |= MSG_EXT_PPR_DT_REQ;
2496 ppr_options &= ~MSG_EXT_PPR_IU_REQ;
2500 ahd_find_syncrate(ahd, &period, &ppr_options,
2505 ppr_options, AHD_TRANS_GOAL, FALSE);
2519 unsigned int ppr_options = tinfo->goal.ppr_options
2532 ppr_options |= MSG_EXT_PPR_QAS_REQ;
2535 dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2539 ahd_find_syncrate(ahd, &period, &ppr_options,
2544 ppr_options, AHD_TRANS_GOAL, FALSE);
2558 unsigned int ppr_options = tinfo->goal.ppr_options
2571 ppr_options |= MSG_EXT_PPR_IU_REQ;
2572 ppr_options |= MSG_EXT_PPR_DT_REQ; /* IU requires DT */
2575 dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2579 ahd_find_syncrate(ahd, &period, &ppr_options,
2584 ppr_options, AHD_TRANS_GOAL, FALSE);
2598 unsigned int ppr_options = tinfo->goal.ppr_options
2601 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2611 ppr_options |= MSG_EXT_PPR_RD_STRM;
2615 ahd_find_syncrate(ahd, &period, &ppr_options,
2620 ppr_options, AHD_TRANS_GOAL, FALSE);
2634 unsigned int ppr_options = tinfo->goal.ppr_options
2637 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2647 ppr_options |= MSG_EXT_PPR_WR_FLOW;
2651 ahd_find_syncrate(ahd, &period, &ppr_options,
2656 ppr_options, AHD_TRANS_GOAL, FALSE);
2670 unsigned int ppr_options = tinfo->goal.ppr_options
2673 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2691 ppr_options |= MSG_EXT_PPR_RTI;
2695 ahd_find_syncrate(ahd, &period, &ppr_options,
2700 ppr_options, AHD_TRANS_GOAL, FALSE);
2714 unsigned int ppr_options = tinfo->goal.ppr_options
2717 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2737 ppr_options |= MSG_EXT_PPR_PCOMP_EN;
2745 ahd_find_syncrate(ahd, &period, &ppr_options,
2750 ppr_options, AHD_TRANS_GOAL, FALSE);
2764 unsigned int ppr_options = tinfo->goal.ppr_options
2767 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ;
2771 ppr_options |= MSG_EXT_PPR_HOLD_MCS;
2775 ahd_find_syncrate(ahd, &period, &ppr_options,
2780 ppr_options, AHD_TRANS_GOAL, FALSE);