Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libcam/
H A Dcamlib.c648 device->sync_offset = spi->sync_offset; in cam_real_open_device()
652 device->sync_offset = 0; in cam_real_open_device()
H A Dcamlib.h121 uint8_t sync_offset; /* Negotiated sync offset */ member
/freebsd-14.2/sys/dev/aic7xxx/
H A Daic79xx_osm.c804 spi->sync_offset = tinfo->user.offset; in ahd_set_tran_settings()
806 spi->sync_offset = tinfo->goal.offset; in ahd_set_tran_settings()
831 spi->sync_period, &spi->sync_offset, in ahd_set_tran_settings()
835 if (spi->sync_offset == 0) { in ahd_set_tran_settings()
841 spi->sync_offset, spi->ppr_options, in ahd_set_tran_settings()
892 spi->sync_offset = tinfo->offset; in ahd_get_tran_settings()
H A Daic7xxx_osm.c685 spi->sync_offset = tinfo->user.offset; in ahc_action()
687 spi->sync_offset = tinfo->goal.offset; in ahc_action()
716 syncrate, &spi->sync_offset, in ahc_action()
720 if (spi->sync_offset == 0) { in ahc_action()
726 spi->sync_period, spi->sync_offset, in ahc_action()
873 spi->sync_offset = tinfo->offset; in ahc_get_tran_settings()
/freebsd-14.2/sys/cam/scsi/
H A Dscsi_xpt.c1105 || spi->sync_offset == 0 || spi->sync_period == 0) { in proberequestbackoff()
1131 spi->sync_offset = 0; in proberequestbackoff()
2792 spi->sync_offset = cur_spi->sync_offset; in scsi_set_transfer_settings()
2794 spi->sync_offset = 0; in scsi_set_transfer_settings()
2815 spi->sync_offset = 0; in scsi_set_transfer_settings()
3065 && spi->sync_offset != 0) { in _scsi_announce_periph()
3117 spi->sync_offset); in scsi_announce_periph_sbuf()
/freebsd-14.2/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-14.2/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-14.2/sbin/camcontrol/
H A Dcamcontrol.c1402 && (spi->sync_offset != 0)) in camxferrate()
1404 freq % 1000, spi->sync_offset); in camxferrate()
1409 && (spi->sync_offset != 0)) { in camxferrate()
1416 && (spi->sync_offset != 0)) { in camxferrate()
5282 if (spi->sync_offset != 0) { in cts_print()
5293 spi->sync_offset); in cts_print()
6252 spi->sync_offset = offset; in ratecontrol()
/freebsd-14.2/sys/cam/
H A Dcam_ccb.h974 u_int sync_offset; member
/freebsd-14.2/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-14.2/sys/dev/arcmsr/
H A Darcmsr.c3336 spi->sync_offset = 32; in arcmsr_action()