Lines Matching refs:ppr_options

845 	if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {  in ahd_linux_dev_reset()
1579 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_linux_run_command()
1609 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) in ahd_linux_run_command()
1710 || tinfo->curr.ppr_options != tinfo->goal.ppr_options) in ahd_send_async()
1735 && tinfo->curr.ppr_options == target_ppr_options) in ahd_send_async()
1742 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0; in ahd_send_async()
1743 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0; in ahd_send_async()
1744 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0; in ahd_send_async()
1745 spi_rd_strm(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_RD_STRM ? 1 : 0; in ahd_send_async()
1746 spi_pcomp_en(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_PCOMP_EN ? 1 : 0; in ahd_send_async()
1747 spi_rti(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_RTI ? 1 : 0; in ahd_send_async()
1748 spi_wr_flow(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_WR_FLOW ? 1 : 0; in ahd_send_async()
1749 spi_hold_mcs(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_HOLD_MCS ? 1 : 0; in ahd_send_async()
2411 unsigned int ppr_options = tinfo->goal.ppr_options; in ahd_linux_set_period() local
2427 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahd_linux_set_period()
2429 ppr_options |= MSG_EXT_PPR_IU_REQ; in ahd_linux_set_period()
2434 dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_period()
2440 if (ppr_options & ~MSG_EXT_PPR_QAS_REQ) { in ahd_linux_set_period()
2442 ppr_options &= MSG_EXT_PPR_QAS_REQ; in ahd_linux_set_period()
2445 ahd_find_syncrate(ahd, &period, &ppr_options, in ahd_linux_set_period()
2450 ppr_options, AHD_TRANS_GOAL, FALSE); in ahd_linux_set_period()
2464 unsigned int ppr_options = 0; in ahd_linux_set_offset() local
2466 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_offset()
2478 ppr_options = tinfo->goal.ppr_options; in ahd_linux_set_offset()
2479 ahd_find_syncrate(ahd, &period, &ppr_options, in ahd_linux_set_offset()
2484 ahd_set_syncrate(ahd, &devinfo, period, offset, ppr_options, in ahd_linux_set_offset()
2499 unsigned int ppr_options = tinfo->goal.ppr_options in ahd_linux_set_dt() local
2511 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahd_linux_set_dt()
2518 ppr_options &= ~MSG_EXT_PPR_IU_REQ; in ahd_linux_set_dt()
2522 ahd_find_syncrate(ahd, &period, &ppr_options, in ahd_linux_set_dt()
2527 ppr_options, AHD_TRANS_GOAL, FALSE); in ahd_linux_set_dt()
2541 unsigned int ppr_options = tinfo->goal.ppr_options in ahd_linux_set_qas() local
2554 ppr_options |= MSG_EXT_PPR_QAS_REQ; in ahd_linux_set_qas()
2557 dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_qas()
2561 ahd_find_syncrate(ahd, &period, &ppr_options, in ahd_linux_set_qas()
2566 ppr_options, AHD_TRANS_GOAL, FALSE); in ahd_linux_set_qas()
2580 unsigned int ppr_options = tinfo->goal.ppr_options in ahd_linux_set_iu() local
2593 ppr_options |= MSG_EXT_PPR_IU_REQ; in ahd_linux_set_iu()
2594 ppr_options |= MSG_EXT_PPR_DT_REQ; /* IU requires DT */ in ahd_linux_set_iu()
2597 dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_iu()
2601 ahd_find_syncrate(ahd, &period, &ppr_options, in ahd_linux_set_iu()
2606 ppr_options, AHD_TRANS_GOAL, FALSE); in ahd_linux_set_iu()
2620 unsigned int ppr_options = tinfo->goal.ppr_options in ahd_linux_set_rd_strm() local
2623 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_rd_strm()
2633 ppr_options |= MSG_EXT_PPR_RD_STRM; in ahd_linux_set_rd_strm()
2637 ahd_find_syncrate(ahd, &period, &ppr_options, in ahd_linux_set_rd_strm()
2642 ppr_options, AHD_TRANS_GOAL, FALSE); in ahd_linux_set_rd_strm()
2656 unsigned int ppr_options = tinfo->goal.ppr_options in ahd_linux_set_wr_flow() local
2659 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_wr_flow()
2669 ppr_options |= MSG_EXT_PPR_WR_FLOW; in ahd_linux_set_wr_flow()
2673 ahd_find_syncrate(ahd, &period, &ppr_options, in ahd_linux_set_wr_flow()
2678 ppr_options, AHD_TRANS_GOAL, FALSE); in ahd_linux_set_wr_flow()
2692 unsigned int ppr_options = tinfo->goal.ppr_options in ahd_linux_set_rti() local
2695 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_rti()
2713 ppr_options |= MSG_EXT_PPR_RTI; in ahd_linux_set_rti()
2717 ahd_find_syncrate(ahd, &period, &ppr_options, in ahd_linux_set_rti()
2722 ppr_options, AHD_TRANS_GOAL, FALSE); in ahd_linux_set_rti()
2736 unsigned int ppr_options = tinfo->goal.ppr_options in ahd_linux_set_pcomp_en() local
2739 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_pcomp_en()
2759 ppr_options |= MSG_EXT_PPR_PCOMP_EN; in ahd_linux_set_pcomp_en()
2767 ahd_find_syncrate(ahd, &period, &ppr_options, in ahd_linux_set_pcomp_en()
2772 ppr_options, AHD_TRANS_GOAL, FALSE); in ahd_linux_set_pcomp_en()
2786 unsigned int ppr_options = tinfo->goal.ppr_options in ahd_linux_set_hold_mcs() local
2789 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_hold_mcs()
2793 ppr_options |= MSG_EXT_PPR_HOLD_MCS; in ahd_linux_set_hold_mcs()
2797 ahd_find_syncrate(ahd, &period, &ppr_options, in ahd_linux_set_hold_mcs()
2802 ppr_options, AHD_TRANS_GOAL, FALSE); in ahd_linux_set_hold_mcs()