Lines Matching refs:ppr_options
831 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_linux_dev_reset()
1563 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_linux_run_command()
1593 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) in ahd_linux_run_command()
1694 || tinfo->curr.ppr_options != tinfo->goal.ppr_options) in ahd_send_async()
1719 && tinfo->curr.ppr_options == target_ppr_options) in ahd_send_async()
1726 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0; in ahd_send_async()
1727 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0; in ahd_send_async()
1728 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0; in ahd_send_async()
1729 spi_rd_strm(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_RD_STRM ? 1 : 0; in ahd_send_async()
1730 spi_pcomp_en(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_PCOMP_EN ? 1 : 0; in ahd_send_async()
1731 spi_rti(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_RTI ? 1 : 0; in ahd_send_async()
1732 spi_wr_flow(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_WR_FLOW ? 1 : 0; in ahd_send_async()
1733 spi_hold_mcs(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_HOLD_MCS ? 1 : 0; in ahd_send_async()
2391 unsigned int ppr_options = tinfo->goal.ppr_options; in ahd_linux_set_period() local
2407 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahd_linux_set_period()
2409 ppr_options |= MSG_EXT_PPR_IU_REQ; in ahd_linux_set_period()
2414 dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_period()
2420 if (ppr_options & ~MSG_EXT_PPR_QAS_REQ) { in ahd_linux_set_period()
2422 ppr_options &= MSG_EXT_PPR_QAS_REQ; in ahd_linux_set_period()
2425 ahd_find_syncrate(ahd, &period, &ppr_options, in ahd_linux_set_period()
2430 ppr_options, AHD_TRANS_GOAL, FALSE); in ahd_linux_set_period()
2444 unsigned int ppr_options = 0; in ahd_linux_set_offset() local
2446 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_offset()
2458 ppr_options = tinfo->goal.ppr_options; in ahd_linux_set_offset()
2459 ahd_find_syncrate(ahd, &period, &ppr_options, in ahd_linux_set_offset()
2464 ahd_set_syncrate(ahd, &devinfo, period, offset, ppr_options, in ahd_linux_set_offset()
2479 unsigned int ppr_options = tinfo->goal.ppr_options in ahd_linux_set_dt() local
2491 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahd_linux_set_dt()
2498 ppr_options &= ~MSG_EXT_PPR_IU_REQ; in ahd_linux_set_dt()
2502 ahd_find_syncrate(ahd, &period, &ppr_options, in ahd_linux_set_dt()
2507 ppr_options, AHD_TRANS_GOAL, FALSE); in ahd_linux_set_dt()
2521 unsigned int ppr_options = tinfo->goal.ppr_options in ahd_linux_set_qas() local
2534 ppr_options |= MSG_EXT_PPR_QAS_REQ; in ahd_linux_set_qas()
2537 dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_qas()
2541 ahd_find_syncrate(ahd, &period, &ppr_options, in ahd_linux_set_qas()
2546 ppr_options, AHD_TRANS_GOAL, FALSE); in ahd_linux_set_qas()
2560 unsigned int ppr_options = tinfo->goal.ppr_options in ahd_linux_set_iu() local
2573 ppr_options |= MSG_EXT_PPR_IU_REQ; in ahd_linux_set_iu()
2574 ppr_options |= MSG_EXT_PPR_DT_REQ; /* IU requires DT */ in ahd_linux_set_iu()
2577 dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_iu()
2581 ahd_find_syncrate(ahd, &period, &ppr_options, in ahd_linux_set_iu()
2586 ppr_options, AHD_TRANS_GOAL, FALSE); in ahd_linux_set_iu()
2600 unsigned int ppr_options = tinfo->goal.ppr_options in ahd_linux_set_rd_strm() local
2603 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_rd_strm()
2613 ppr_options |= MSG_EXT_PPR_RD_STRM; in ahd_linux_set_rd_strm()
2617 ahd_find_syncrate(ahd, &period, &ppr_options, in ahd_linux_set_rd_strm()
2622 ppr_options, AHD_TRANS_GOAL, FALSE); in ahd_linux_set_rd_strm()
2636 unsigned int ppr_options = tinfo->goal.ppr_options in ahd_linux_set_wr_flow() local
2639 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_wr_flow()
2649 ppr_options |= MSG_EXT_PPR_WR_FLOW; in ahd_linux_set_wr_flow()
2653 ahd_find_syncrate(ahd, &period, &ppr_options, in ahd_linux_set_wr_flow()
2658 ppr_options, AHD_TRANS_GOAL, FALSE); in ahd_linux_set_wr_flow()
2672 unsigned int ppr_options = tinfo->goal.ppr_options in ahd_linux_set_rti() local
2675 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_rti()
2693 ppr_options |= MSG_EXT_PPR_RTI; in ahd_linux_set_rti()
2697 ahd_find_syncrate(ahd, &period, &ppr_options, in ahd_linux_set_rti()
2702 ppr_options, AHD_TRANS_GOAL, FALSE); in ahd_linux_set_rti()
2716 unsigned int ppr_options = tinfo->goal.ppr_options in ahd_linux_set_pcomp_en() local
2719 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_pcomp_en()
2739 ppr_options |= MSG_EXT_PPR_PCOMP_EN; in ahd_linux_set_pcomp_en()
2747 ahd_find_syncrate(ahd, &period, &ppr_options, in ahd_linux_set_pcomp_en()
2752 ppr_options, AHD_TRANS_GOAL, FALSE); in ahd_linux_set_pcomp_en()
2766 unsigned int ppr_options = tinfo->goal.ppr_options in ahd_linux_set_hold_mcs() local
2769 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_hold_mcs()
2773 ppr_options |= MSG_EXT_PPR_HOLD_MCS; in ahd_linux_set_hold_mcs()
2777 ahd_find_syncrate(ahd, &period, &ppr_options, in ahd_linux_set_hold_mcs()
2782 ppr_options, AHD_TRANS_GOAL, FALSE); in ahd_linux_set_hold_mcs()