Lines Matching refs:ppr_options

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