Lines Matching refs:ppr_options

1613 		 || tinfo->curr.ppr_options != tinfo->goal.ppr_options)  in ahc_send_async()
1636 && tinfo->curr.ppr_options == target_ppr_options) in ahc_send_async()
1643 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0; in ahc_send_async()
1644 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0; in ahc_send_async()
1645 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0; in ahc_send_async()
2335 unsigned int ppr_options = tinfo->goal.ppr_options; in ahc_linux_set_period() local
2347 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahc_linux_set_period()
2357 if (ppr_options & ~MSG_EXT_PPR_QAS_REQ) { in ahc_linux_set_period()
2359 ppr_options &= MSG_EXT_PPR_QAS_REQ; in ahc_linux_set_period()
2362 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, in ahc_linux_set_period()
2366 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_period()
2380 unsigned int ppr_options = 0; in ahc_linux_set_offset() local
2388 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, 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, in ahc_linux_set_dt()
2429 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_dt()
2448 unsigned int ppr_options = tinfo->goal.ppr_options
2455 ppr_options |= MSG_EXT_PPR_QAS_REQ;
2459 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,
2463 ppr_options, AHC_TRANS_GOAL, FALSE);
2477 unsigned int ppr_options = tinfo->goal.ppr_options
2484 ppr_options |= MSG_EXT_PPR_IU_REQ;
2488 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,
2492 ppr_options, AHC_TRANS_GOAL, FALSE);