Searched refs:ppr_options (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/sys/dev/aic7xxx/ |
| D | 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 …]
|
| D | aic79xx.c | 132 u_int *ppr_options, 157 u_int bus_width, u_int ppr_options); 2305 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ)!=0) { in ahd_handle_nonpkt_busfree() 2323 tinfo->goal.ppr_options = 0; in ahd_handle_nonpkt_busfree() 2886 u_int *period, u_int *ppr_options, role_t role) in ahd_devlimited_syncrate() argument 2897 *ppr_options &= MSG_EXT_PPR_QAS_REQ; in ahd_devlimited_syncrate() 2913 *ppr_options &= (transinfo->ppr_options|MSG_EXT_PPR_PCOMP_EN); in ahd_devlimited_syncrate() 2916 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahd_devlimited_syncrate() 2920 *ppr_options = 0; in ahd_devlimited_syncrate() 2923 ahd_find_syncrate(ahd, period, ppr_options, maxsync); in ahd_devlimited_syncrate() [all …]
|
| D | 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()
|
| D | aic7xxx.c | 161 u_int *ppr_options, 184 u_int bus_width, u_int ppr_options); 1326 tinfo->goal.ppr_options = 0; in ahc_handle_scsiint() 1655 u_int *period, u_int *ppr_options, role_t role) in ahc_devlimited_syncrate() argument 1667 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_devlimited_syncrate() 1688 *ppr_options &= transinfo->ppr_options; in ahc_devlimited_syncrate() 1691 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_devlimited_syncrate() 1695 *ppr_options = 0; in ahc_devlimited_syncrate() 1699 return (ahc_find_syncrate(ahc, period, ppr_options, maxsync)); in ahc_devlimited_syncrate() 1709 u_int *ppr_options, u_int maxsync) in ahc_find_syncrate() argument [all …]
|
| D | aic7xxx.h | 723 uint8_t ppr_options; /* Parallel Protocol Request options */ member 1288 u_int *ppr_options, u_int maxsync); 1321 u_int ppr_options,
|
| D | aic79xx.h | 776 uint8_t ppr_options; /* Parallel Protocol Request options */ member 1501 u_int *ppr_options, u_int maxsync); 1530 u_int ppr_options,
|
| /freebsd-12-stable/sys/cam/scsi/ |
| D | scsi_xpt.c | 2811 spi->ppr_options = cur_spi->ppr_options; in scsi_set_transfer_settings() 2813 spi->ppr_options = 0; in scsi_set_transfer_settings() 2857 spi3caps = cpi.xport_specific.spi.ppr_options; in scsi_set_transfer_settings() 2863 spi->ppr_options &= ~MSG_EXT_PPR_DT_REQ; in scsi_set_transfer_settings() 2866 spi->ppr_options &= ~MSG_EXT_PPR_IU_REQ; in scsi_set_transfer_settings() 2869 spi->ppr_options &= ~MSG_EXT_PPR_QAS_REQ; in scsi_set_transfer_settings() 2873 spi->ppr_options = 0; in scsi_set_transfer_settings() 3129 (spi->ppr_options & MSG_EXT_PPR_DT_REQ) != 0 in scsi_announce_periph_sbuf() 3185 (spi->ppr_options & MSG_EXT_PPR_DT_REQ) != 0 in scsi_announce_periph()
|
| /freebsd-12-stable/sys/cam/ |
| D | cam_ccb.h | 619 u_int8_t ppr_options; member 966 u_int ppr_options; member
|
| /freebsd-12-stable/sys/dev/sym/ |
| D | 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 = 8162 tip->options = (cts__spi->ppr_options & PPR_OPT_DT);
|