Searched refs:ppr_options (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Daic79xx_osm.c360 (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0)
416 u_int ppr_options = 0, period, offset; local
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_MA
[all...]
H A Daic7xxx_osm.c403 u_int ppr_options = 0, period, offset; local
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
[all...]
H A Daic7xxx.c162 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
1635 ahc_devlimited_syncrate(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, u_int *period, u_int *ppr_options, role_t role) argument
1690 ahc_find_syncrate(struct ahc_softc *ahc, u_int *period, u_int *ppr_options, u_int maxsync) argument
1892 ahc_set_syncrate(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct ahc_syncrate *syncrate, u_int period, u_int offset, u_int ppr_options, u_int type, int paused) argument
2371 u_int ppr_options; local
2497 ahc_construct_ppr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int period, u_int offset, u_int bus_width, u_int ppr_options) argument
3043 u_int ppr_options; local
3213 u_int ppr_options; local
[all...]
H A Daic79xx.c136 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
2764 ahd_devlimited_syncrate(struct ahd_softc *ahd, struct ahd_initiator_tinfo *tinfo, u_int *period, u_int *ppr_options, role_t role) argument
2813 ahd_find_syncrate(struct ahd_softc *ahd, u_int *period, u_int *ppr_options, u_int maxsync) argument
2956 ahd_set_syncrate(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int period, u_int offset, u_int ppr_options, u_int type, int paused) argument
3583 u_int ppr_options; local
3709 ahd_construct_ppr(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int period, u_int offset, u_int bus_width, u_int ppr_options) argument
4212 u_int ppr_options; local
4385 u_int ppr_options; local
[all...]
H A Daic79xxvar.h773 uint8_t ppr_options; /* Parallel Protocol Request options */ member in struct:ahd_transinfo
H A Daic7xxxvar.h823 uint8_t ppr_options; /* Parallel Protocol Request options */ member in struct:ahc_transinfo

Completed in 238 milliseconds