Lines Matching refs:ppr_options

1614 		 || tinfo->curr.ppr_options != tinfo->goal.ppr_options)  in ahc_send_async()
1637 && tinfo->curr.ppr_options == target_ppr_options) in ahc_send_async()
1644 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0; in ahc_send_async()
1645 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0; in ahc_send_async()
1646 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0; in ahc_send_async()
2337 unsigned int ppr_options = tinfo->goal.ppr_options; in ahc_linux_set_period() local
2349 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahc_linux_set_period()
2359 if (ppr_options & ~MSG_EXT_PPR_QAS_REQ) { in ahc_linux_set_period()
2361 ppr_options &= MSG_EXT_PPR_QAS_REQ; in ahc_linux_set_period()
2364 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); in ahc_linux_set_period()
2367 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_period()
2381 unsigned int ppr_options = 0; in ahc_linux_set_offset() local
2389 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); in ahc_linux_set_offset()
2391 ppr_options = tinfo->goal.ppr_options; in ahc_linux_set_offset()
2395 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_offset()
2409 unsigned int ppr_options = tinfo->goal.ppr_options in ahc_linux_set_dt() local
2417 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahc_linux_set_dt()
2425 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,AHC_SYNCRATE_DT); in ahc_linux_set_dt()
2428 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_dt()
2447 unsigned int ppr_options = tinfo->goal.ppr_options
2454 ppr_options |= MSG_EXT_PPR_QAS_REQ;
2458 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT);
2461 ppr_options, AHC_TRANS_GOAL, FALSE);
2475 unsigned int ppr_options = tinfo->goal.ppr_options
2482 ppr_options |= MSG_EXT_PPR_IU_REQ;
2486 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT);
2489 ppr_options, AHC_TRANS_GOAL, FALSE);