• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/dev/aic7xxx/

Lines Matching refs:ppr_options

161 						u_int *ppr_options,
184 u_int bus_width, u_int ppr_options);
1326 tinfo->goal.ppr_options = 0;
1350 /*ppr_options*/0,
1655 u_int *period, u_int *ppr_options, role_t role)
1667 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
1688 *ppr_options &= transinfo->ppr_options;
1691 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
1695 *ppr_options = 0;
1699 return (ahc_find_syncrate(ahc, period, ppr_options, maxsync));
1709 u_int *ppr_options, u_int maxsync)
1714 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
1717 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0
1753 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
1765 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
1889 || tinfo->curr.ppr_options != tinfo->goal.ppr_options
1893 || tinfo->goal.ppr_options != 0)))
1912 u_int offset, u_int ppr_options, u_int type, int paused)
1936 tinfo->user.ppr_options = ppr_options;
1942 tinfo->goal.ppr_options = ppr_options;
1947 old_ppr = tinfo->curr.ppr_options;
1952 || old_ppr != ppr_options)) {
1962 if ((ppr_options & MSG_EXT_PPR_DT_REQ) != 0)
2002 tinfo->curr.ppr_options = ppr_options;
2011 (ppr_options & MSG_EXT_PPR_DT_REQ)
2391 u_int ppr_options;
2404 ppr_options = tinfo->goal.ppr_options;
2407 ppr_options = 0;
2409 &ppr_options, devinfo->role);
2417 doppr = ppr_options != 0;
2461 tinfo->goal.width, ppr_options);
2520 u_int ppr_options)
2531 ahc->msgout_buf[ahc->msgout_index++] = ppr_options;
2535 "offset %x, ppr_options %x\n", ahc_name(ahc),
2537 bus_width, period, offset, ppr_options);
3137 u_int ppr_options;
3157 ppr_options = 0;
3160 &ppr_options,
3176 offset, ppr_options,
3314 u_int ppr_options;
3338 ppr_options = ahc->msgin_buf[7];
3344 if ((ppr_options & MSG_EXT_PPR_DT_REQ) == 0
3347 saved_ppr_options = ppr_options;
3355 ppr_options &= MSG_EXT_PPR_DT_REQ;
3357 ppr_options = 0;
3362 &ppr_options,
3376 || saved_ppr_options != ppr_options) {
3381 ppr_options = 0;
3398 bus_width, ppr_options);
3411 bus_width, period, offset, ppr_options);
3418 offset, ppr_options,
3538 tinfo->goal.ppr_options = 0;
3574 /*offset*/0, /*ppr_options*/0,
3860 /*period*/0, /*offset*/0, /*ppr_options*/0,
5121 tinfo->user.ppr_options =
6204 /*ppr_options*/0, AHC_TRANS_CUR,