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

Lines Matching refs:ppr_options

161 						u_int *ppr_options,
184 u_int bus_width, u_int ppr_options);
1323 tinfo->goal.ppr_options = 0;
1347 /*ppr_options*/0,
1651 u_int *period, u_int *ppr_options, role_t role)
1663 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
1684 *ppr_options &= transinfo->ppr_options;
1687 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
1691 *ppr_options = 0;
1695 return (ahc_find_syncrate(ahc, period, ppr_options, maxsync));
1705 u_int *ppr_options, u_int maxsync)
1710 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
1713 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0
1748 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
1760 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
1883 || tinfo->curr.ppr_options != tinfo->goal.ppr_options
1887 || tinfo->goal.ppr_options != 0)))
1906 u_int offset, u_int ppr_options, u_int type, int paused)
1930 tinfo->user.ppr_options = ppr_options;
1936 tinfo->goal.ppr_options = ppr_options;
1941 old_ppr = tinfo->curr.ppr_options;
1946 || old_ppr != ppr_options)) {
1955 if ((ppr_options & MSG_EXT_PPR_DT_REQ) != 0)
1994 tinfo->curr.ppr_options = ppr_options;
2003 (ppr_options & MSG_EXT_PPR_DT_REQ)
2382 u_int ppr_options;
2395 ppr_options = tinfo->goal.ppr_options;
2398 ppr_options = 0;
2400 &ppr_options, devinfo->role);
2408 doppr = ppr_options != 0;
2451 tinfo->goal.width, ppr_options);
2510 u_int ppr_options)
2521 ahc->msgout_buf[ahc->msgout_index++] = ppr_options;
2525 "offset %x, ppr_options %x\n", ahc_name(ahc),
2527 bus_width, period, offset, ppr_options);
3123 u_int ppr_options;
3143 ppr_options = 0;
3146 &ppr_options,
3162 offset, ppr_options,
3299 u_int ppr_options;
3323 ppr_options = ahc->msgin_buf[7];
3329 if ((ppr_options & MSG_EXT_PPR_DT_REQ) == 0
3332 saved_ppr_options = ppr_options;
3340 ppr_options &= MSG_EXT_PPR_DT_REQ;
3342 ppr_options = 0;
3347 &ppr_options,
3361 || saved_ppr_options != ppr_options) {
3366 ppr_options = 0;
3383 bus_width, ppr_options);
3396 bus_width, period, offset, ppr_options);
3403 offset, ppr_options,
3523 tinfo->goal.ppr_options = 0;
3557 /*offset*/0, /*ppr_options*/0,
3841 /*period*/0, /*offset*/0, /*ppr_options*/0,
5100 tinfo->user.ppr_options =
6178 /*ppr_options*/0, AHC_TRANS_CUR,