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