Lines Matching refs:ppr_options
1621 || tinfo->curr.ppr_options != tinfo->goal.ppr_options) in ahc_send_async()
1644 && tinfo->curr.ppr_options == target_ppr_options) in ahc_send_async()
1651 spi_dt(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ ? 1 : 0; in ahc_send_async()
1652 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0; in ahc_send_async()
1653 spi_iu(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ ? 1 : 0; in ahc_send_async()
2348 unsigned int ppr_options = tinfo->goal.ppr_options; in ahc_linux_set_period() local
2360 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahc_linux_set_period()
2370 if (ppr_options & ~MSG_EXT_PPR_QAS_REQ) { in ahc_linux_set_period()
2372 ppr_options &= MSG_EXT_PPR_QAS_REQ; in ahc_linux_set_period()
2375 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, in ahc_linux_set_period()
2379 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_period()
2393 unsigned int ppr_options = 0; in ahc_linux_set_offset() local
2401 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, in ahc_linux_set_offset()
2404 ppr_options = tinfo->goal.ppr_options; in ahc_linux_set_offset()
2408 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_offset()
2422 unsigned int ppr_options = tinfo->goal.ppr_options in ahc_linux_set_dt() local
2430 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahc_linux_set_dt()
2438 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, in ahc_linux_set_dt()
2442 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_dt()
2461 unsigned int ppr_options = tinfo->goal.ppr_options
2468 ppr_options |= MSG_EXT_PPR_QAS_REQ;
2472 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,
2476 ppr_options, AHC_TRANS_GOAL, FALSE);
2490 unsigned int ppr_options = tinfo->goal.ppr_options
2497 ppr_options |= MSG_EXT_PPR_IU_REQ;
2501 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,
2505 ppr_options, AHC_TRANS_GOAL, FALSE);