Home | History | Annotate | Download | only in pci

Lines Matching defs:synctl

248 	uint8_t synctl;		/* Sync control for reg. */
610 ti->synctl = 0;
863 if ((ti->synctl & WIDE_SYNC) != 0)
985 bus_space_write_1(iot, ioh, TRM_SCSI_SYNC, ti->synctl);
1376 if (ti->synctl & WIDE_SYNC)
1601 (ti->synctl & WIDE_SYNC) ? 2 : 1);
1747 ti->synctl = 0;
1750 TRM_SCSI_SYNC, ti->synctl);
1887 ti->synctl |= WIDE_SYNC;
1933 ti->synctl = 0;
1949 ti->synctl |= ALT_SYNC | index;
1955 TRM_SCSI_SYNC, ti->synctl);
2145 bus_space_write_1(iot, ioh, TRM_SCSI_SYNC, ti->synctl);