HomeSort by: relevance | last modified time | path
    Searched defs:ppr_options (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/ic/
aic79xx_osm.c 360 (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0)
416 u_int ppr_options = 0, period, offset; local in function:ahd_action
440 ppr_options = tinfo->user.ppr_options;
464 ppr_options = 0;
468 (tinfo->user.ppr_options & MSG_EXT_PPR_DT_REQ))
469 ppr_options |= MSG_EXT_PPR_DT_REQ;
471 ppr_options &= ~MSG_EXT_PPR_DT_REQ;
475 ppr_options &= ~MSG_EXT_PPR_IU_REQ;
483 ahd_find_syncrate(ahd, &period, &ppr_options, AHD_SYNCRATE_MAX)
    [all...]
aic7xxx_osm.c 403 u_int ppr_options = 0, period, offset; local in function:ahc_action
428 ppr_options = tinfo->user.ppr_options;
452 ppr_options = 0;
456 (ppr_options & MSG_EXT_PPR_DT_REQ))
457 ppr_options |= MSG_EXT_PPR_DT_REQ;
459 ppr_options &= ~MSG_EXT_PPR_DT_REQ;
462 ppr_options &= ~MSG_EXT_PPR_IU_REQ;
470 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,
477 ppr_options = 0
    [all...]
aic79xx.c 136 u_int *ppr_options,
161 u_int bus_width, u_int ppr_options);
1069 /*offset*/0, /*ppr_options*/0,
2230 tinfo->goal.ppr_options = 0;
2261 /*ppr_options*/0,
2766 u_int *period, u_int *ppr_options, role_t role)
2777 *ppr_options &= MSG_EXT_PPR_QAS_REQ;
2793 *ppr_options &= (transinfo->ppr_options|MSG_EXT_PPR_PCOMP_EN);
2796 *ppr_options &= ~MSG_EXT_PPR_DT_REQ
3583 u_int ppr_options; local in function:ahd_build_transfer_msg
4212 u_int ppr_options; local in function:ahd_parse_msg
4385 u_int ppr_options; local in function:ahd_parse_msg
    [all...]
aic7xxx.c 162 u_int *ppr_options,
185 u_int bus_width, u_int ppr_options);
1315 tinfo->goal.ppr_options = 0;
1333 /*ppr_options*/0,
1637 u_int *period, u_int *ppr_options, role_t role)
1649 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
1670 *ppr_options &= transinfo->ppr_options;
1673 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
1677 *ppr_options = 0
2371 u_int ppr_options; local in function:ahc_build_transfer_msg
3043 u_int ppr_options; local in function:ahc_parse_msg
3213 u_int ppr_options; local in function:ahc_parse_msg
    [all...]
aic79xxvar.h 773 uint8_t ppr_options; /* Parallel Protocol Request options */ member in struct:ahd_transinfo
aic7xxxvar.h 823 uint8_t ppr_options; /* Parallel Protocol Request options */ member in struct:ahc_transinfo

Completed in 151 milliseconds