Lines Matching refs:ppr_options

1634 		 || tinfo->curr.ppr_options != tinfo->goal.ppr_options)  in ahc_send_async()
1658 && tinfo->curr.ppr_options == target_ppr_options) in ahc_send_async()
1665 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0; in ahc_send_async()
1666 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0; in ahc_send_async()
1667 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0; in ahc_send_async()
2356 unsigned int ppr_options = tinfo->goal.ppr_options; in ahc_linux_set_period() local
2368 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahc_linux_set_period()
2378 if (ppr_options & ~MSG_EXT_PPR_QAS_REQ) { in ahc_linux_set_period()
2380 ppr_options &= MSG_EXT_PPR_QAS_REQ; in ahc_linux_set_period()
2383 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); in ahc_linux_set_period()
2386 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_period()
2400 unsigned int ppr_options = 0; in ahc_linux_set_offset() local
2408 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); in ahc_linux_set_offset()
2410 ppr_options = tinfo->goal.ppr_options; in ahc_linux_set_offset()
2414 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_offset()
2428 unsigned int ppr_options = tinfo->goal.ppr_options in ahc_linux_set_dt() local
2436 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahc_linux_set_dt()
2444 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,AHC_SYNCRATE_DT); in ahc_linux_set_dt()
2447 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_dt()
2466 unsigned int ppr_options = tinfo->goal.ppr_options
2473 ppr_options |= MSG_EXT_PPR_QAS_REQ;
2477 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT);
2480 ppr_options, AHC_TRANS_GOAL, FALSE);
2494 unsigned int ppr_options = tinfo->goal.ppr_options
2501 ppr_options |= MSG_EXT_PPR_IU_REQ;
2505 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT);
2508 ppr_options, AHC_TRANS_GOAL, FALSE);