HomeSort by: relevance | last modified time | path
    Searched defs:synctl (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
trm.c 248 uint8_t synctl; /* Sync control for reg. */ member in struct:trm_tinfo
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
    [all...]

Completed in 13 milliseconds