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()
2361 unsigned int ppr_options = tinfo->goal.ppr_options; in ahc_linux_set_period() local
2373 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahc_linux_set_period()
2383 if (ppr_options & ~MSG_EXT_PPR_QAS_REQ) { in ahc_linux_set_period()
2385 ppr_options &= MSG_EXT_PPR_QAS_REQ; in ahc_linux_set_period()
2388 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); in ahc_linux_set_period()
2391 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_period()
2405 unsigned int ppr_options = 0; in ahc_linux_set_offset() local
2413 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); in ahc_linux_set_offset()
2415 ppr_options = tinfo->goal.ppr_options; in ahc_linux_set_offset()
2419 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_offset()
2433 unsigned int ppr_options = tinfo->goal.ppr_options in ahc_linux_set_dt() local
2441 ppr_options |= MSG_EXT_PPR_DT_REQ; in ahc_linux_set_dt()
2449 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,AHC_SYNCRATE_DT); in ahc_linux_set_dt()
2452 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_dt()
2471 unsigned int ppr_options = tinfo->goal.ppr_options
2478 ppr_options |= MSG_EXT_PPR_QAS_REQ;
2482 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT);
2485 ppr_options, AHC_TRANS_GOAL, FALSE);
2499 unsigned int ppr_options = tinfo->goal.ppr_options
2506 ppr_options |= MSG_EXT_PPR_IU_REQ;
2510 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT);
2513 ppr_options, AHC_TRANS_GOAL, FALSE);