HomeSort by: relevance | last modified time | path
    Searched refs:TRM_SCSI_XCNT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
trmreg.h 172 #define TRM_SCSI_XCNT 0x88 /* SCSI Transfer Counter (R/W) */
trm.c 1387 * .....TRM_SCSI_XCNT (24bits)
1393 leftcnt += bus_space_read_4(iot, ioh, TRM_SCSI_XCNT);
1478 leftcnt += bus_space_read_4(iot, ioh, TRM_SCSI_XCNT);
1578 bus_space_write_4(iot, ioh, TRM_SCSI_XCNT, srb->buflen);
1600 bus_space_write_4(iot, ioh, TRM_SCSI_XCNT,
1758 bus_space_write_4(iot, ioh, TRM_SCSI_XCNT, 1);
1985 bus_space_write_4(iot, ioh, TRM_SCSI_XCNT, 1);

Completed in 16 milliseconds