Searched refs:ppr_options (Results 1 – 9 of 9) sorted by relevance
| /trueos/sys/dev/aic7xxx/ |
| HD | aic79xx_osm.c | 536 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0 in ahd_action() 710 cpi->xport_specific.spi.ppr_options = SID_SPI_CLOCK_DT_ST in ahd_action() 791 spi->ppr_options = tinfo->user.ppr_options; in ahd_set_tran_settings() 793 spi->ppr_options = tinfo->goal.ppr_options; in ahd_set_tran_settings() 817 spi->ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahd_set_tran_settings() 820 spi->ppr_options &= ~MSG_EXT_PPR_IU_REQ; in ahd_set_tran_settings() 823 &spi->ppr_options, maxsync); in ahd_set_tran_settings() 831 spi->ppr_options = 0; in ahd_set_tran_settings() 835 spi->sync_offset, spi->ppr_options, in ahd_set_tran_settings() 888 spi->ppr_options = tinfo->ppr_options; in ahd_get_tran_settings() [all …]
|
| HD | aic79xx.c | 130 u_int *ppr_options, 155 u_int bus_width, u_int ppr_options); 2307 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ)!=0) { in ahd_handle_nonpkt_busfree() 2325 tinfo->goal.ppr_options = 0; in ahd_handle_nonpkt_busfree() 2890 u_int *period, u_int *ppr_options, role_t role) in ahd_devlimited_syncrate() argument 2901 *ppr_options &= MSG_EXT_PPR_QAS_REQ; in ahd_devlimited_syncrate() 2917 *ppr_options &= (transinfo->ppr_options|MSG_EXT_PPR_PCOMP_EN); in ahd_devlimited_syncrate() 2920 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahd_devlimited_syncrate() 2924 *ppr_options = 0; in ahd_devlimited_syncrate() 2927 ahd_find_syncrate(ahd, period, ppr_options, maxsync); in ahd_devlimited_syncrate() [all …]
|
| HD | aic7xxx_osm.c | 674 spi->ppr_options = tinfo->user.ppr_options; in ahc_action() 676 spi->ppr_options = tinfo->goal.ppr_options; in ahc_action() 706 spi->ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_action() 709 &spi->ppr_options, in ahc_action() 718 spi->ppr_options = 0; in ahc_action() 723 spi->ppr_options, update_type, in ahc_action() 808 cpi->xport_specific.spi.ppr_options = SID_SPI_CLOCK_ST; in ahc_action() 811 cpi->xport_specific.spi.ppr_options = in ahc_action() 872 spi->ppr_options = tinfo->ppr_options; in ahc_get_tran_settings() 1075 || tinfo->goal.ppr_options != 0)) { in ahc_execute_scb()
|
| HD | aic7xxx.c | 159 u_int *ppr_options, 182 u_int bus_width, u_int ppr_options); 1324 tinfo->goal.ppr_options = 0; in ahc_handle_scsiint() 1653 u_int *period, u_int *ppr_options, role_t role) in ahc_devlimited_syncrate() argument 1665 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_devlimited_syncrate() 1686 *ppr_options &= transinfo->ppr_options; in ahc_devlimited_syncrate() 1689 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_devlimited_syncrate() 1693 *ppr_options = 0; in ahc_devlimited_syncrate() 1697 return (ahc_find_syncrate(ahc, period, ppr_options, maxsync)); in ahc_devlimited_syncrate() 1707 u_int *ppr_options, u_int maxsync) in ahc_find_syncrate() argument [all …]
|
| HD | aic7xxx.h | 721 uint8_t ppr_options; /* Parallel Protocol Request options */ member 1286 u_int *ppr_options, u_int maxsync); 1319 u_int ppr_options,
|
| HD | aic79xx.h | 774 uint8_t ppr_options; /* Parallel Protocol Request options */ member 1499 u_int *ppr_options, u_int maxsync); 1528 u_int ppr_options,
|
| /trueos/sys/cam/scsi/ |
| HD | scsi_xpt.c | 2758 spi->ppr_options = cur_spi->ppr_options; in scsi_set_transfer_settings() 2760 spi->ppr_options = 0; in scsi_set_transfer_settings() 2804 spi3caps = cpi.xport_specific.spi.ppr_options; in scsi_set_transfer_settings() 2810 spi->ppr_options &= ~MSG_EXT_PPR_DT_REQ; in scsi_set_transfer_settings() 2813 spi->ppr_options &= ~MSG_EXT_PPR_IU_REQ; in scsi_set_transfer_settings() 2816 spi->ppr_options &= ~MSG_EXT_PPR_QAS_REQ; in scsi_set_transfer_settings() 2820 spi->ppr_options = 0; in scsi_set_transfer_settings() 3065 (spi->ppr_options & MSG_EXT_PPR_DT_REQ) != 0 in scsi_announce_periph()
|
| /trueos/sys/cam/ |
| HD | cam_ccb.h | 594 u_int8_t ppr_options; member 886 u_int ppr_options; member
|
| /trueos/sys/dev/sym/ |
| HD | sym_hipd.c | 3461 cts__spi.ppr_options = tp->tinfo.current.options; in sym_xpt_async_transfer_neg() 8007 cts__spi->ppr_options = tip->options; 8061 cpi->xport_specific.spi.ppr_options = SID_SPI_CLOCK_ST; 8064 cpi->xport_specific.spi.ppr_options = 8167 tip->options = (cts__spi->ppr_options & PPR_OPT_DT);
|