Searched refs:NCR_TCL (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/dev/esp/ |
| HD | esp_pci.c | 475 __func__, READ_ESPREG(esc, NCR_TCL) | in esp_pci_dma_intr() 477 READ_ESPREG(esc, NCR_TCL), READ_ESPREG(esc, NCR_TCM))); in esp_pci_dma_intr() 514 resid += READ_ESPREG(esc, NCR_TCL) | in esp_pci_dma_intr() 558 READ_ESPREG(esc, NCR_TCL), READ_ESPREG(esc, NCR_TCM), in esp_pci_dma_intr()
|
| HD | ncr53c9xreg.h | 41 #define NCR_TCL 0x00 /* RW - Transfer Count Low */ macro
|
| HD | ncr53c9x.c | 182 NCR_WRITE_REG((sc), NCR_TCL, (size)); \
|
| /NextBSD/sys/sparc64/sbus/ |
| HD | lsi64854.c | 511 "tcm=%d)\n", __func__, NCR_READ_REG(nsc, NCR_TCL) | in lsi64854_scsi_intr() 513 NCR_READ_REG(nsc, NCR_TCL), NCR_READ_REG(nsc, NCR_TCM))); in lsi64854_scsi_intr() 539 resid += (NCR_READ_REG(nsc, NCR_TCL) | in lsi64854_scsi_intr() 563 __func__, NCR_READ_REG(nsc, NCR_TCL), NCR_READ_REG(nsc, NCR_TCM), in lsi64854_scsi_intr()
|