Home
last modified time | relevance | path

Searched refs:sync_offset (Results 1 – 12 of 12) sorted by relevance

/freebsd/lib/libcam/
H A Dcamlib.c647 device->sync_offset = spi->sync_offset; in cam_real_open_device()
651 device->sync_offset = 0; in cam_real_open_device()
H A Dcamlib.h120 uint8_t sync_offset; /* Negotiated sync offset */ member
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_osm.c684 spi->sync_offset = tinfo->user.offset; in ahc_action()
686 spi->sync_offset = tinfo->goal.offset; in ahc_action()
715 syncrate, &spi->sync_offset, in ahc_action()
719 if (spi->sync_offset == 0) { in ahc_action()
725 spi->sync_period, spi->sync_offset, in ahc_action()
872 spi->sync_offset = tinfo->offset; in ahc_get_tran_settings()
H A Daic79xx_osm.c803 spi->sync_offset = tinfo->user.offset; in ahd_set_tran_settings()
805 spi->sync_offset = tinfo->goal.offset; in ahd_set_tran_settings()
830 spi->sync_period, &spi->sync_offset, in ahd_set_tran_settings()
834 if (spi->sync_offset == 0) { in ahd_set_tran_settings()
840 spi->sync_offset, spi->ppr_options, in ahd_set_tran_settings()
891 spi->sync_offset = tinfo->offset; in ahd_get_tran_settings()
/freebsd/sys/cam/scsi/
H A Dscsi_xpt.c1103 || spi->sync_offset == 0 || spi->sync_period == 0) { in proberequestbackoff()
1129 spi->sync_offset = 0; in proberequestbackoff()
2790 spi->sync_offset = cur_spi->sync_offset; in scsi_set_transfer_settings()
2792 spi->sync_offset = 0; in scsi_set_transfer_settings()
2813 spi->sync_offset = 0; in scsi_set_transfer_settings()
3063 && spi->sync_offset != 0) { in _scsi_announce_periph()
3115 spi->sync_offset); in scsi_announce_periph_sbuf()
/freebsd/sys/dev/sym/
H A Dsym_defs.h198 u_char sync_offset; member
H A Dsym_hipd.c3442 cts__spi.sync_offset = tp->tinfo.current.offset; in sym_xpt_async_transfer_neg()
7988 cts__spi->sync_offset = tip->offset;
8141 tip->offset = cts__spi->sync_offset;
/freebsd/sys/dev/bxe/
H A Dbxe_elink.c5644 uint32_t sync_offset, media_types; in elink_link_status_update() local
5665 sync_offset = params->shmem_base + in elink_link_status_update()
5668 media_types = REG_RD(sc, sync_offset); in elink_link_status_update()
5682 sync_offset = params->shmem_base + in elink_link_status_update()
9125 sync_offset = params->shmem_base + in elink_get_edc_mode()
9128 media_types = REG_RD(sc, sync_offset); in elink_get_edc_mode()
9140 REG_WR(sc, sync_offset, media_types); in elink_get_edc_mode()
13458 sync_offset = params->shmem_base + in elink_phy_probe()
13461 media_types = REG_RD(sc, sync_offset); in elink_phy_probe()
13475 REG_WR(sc, sync_offset, media_types); in elink_phy_probe()
[all …]
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c1403 && (spi->sync_offset != 0)) in camxferrate()
1405 freq % 1000, spi->sync_offset); in camxferrate()
1410 && (spi->sync_offset != 0)) { in camxferrate()
1417 && (spi->sync_offset != 0)) { in camxferrate()
5283 if (spi->sync_offset != 0) { in cts_print()
5294 spi->sync_offset); in cts_print()
6267 spi->sync_offset = offset; in ratecontrol()
/freebsd/sys/cam/
H A Dcam_ccb.h982 u_int sync_offset; member
/freebsd/sys/dev/mpt/
H A Dmpt_cam.c3379 offset = spi->sync_offset; in mpt_action()
3744 spi->sync_offset = oval; in mpt_get_spi_settings()
/freebsd/sys/dev/arcmsr/
H A Darcmsr.c3336 spi->sync_offset = 32; in arcmsr_action()