Searched refs:ISTAT_REG (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | sim710.c | 317 NCR_read8(CTEST8_REG), NCR_read8(ISTAT_REG), NCR_read8(DFIFO_REG), in ncr_dump() 457 NCR_write8(ISTAT_REG, ISTAT_ABRT); in ncr_halt() 460 istat = NCR_read8 (ISTAT_REG); in ncr_halt() 472 NCR_write8(ISTAT_REG, 0); in ncr_halt() 537 NCR_write8(ISTAT_REG, ISTAT_10_SRST); /* Reset the chip */ in sim710_soft_reset() 539 NCR_write8(ISTAT_REG, 0); in sim710_soft_reset() 1033 NCR_write8(ISTAT_REG, ISTAT_10_SIGP); in run_command() 1146 istat = NCR_read8(ISTAT_REG); in sim710_intr_handle() 1584 tmp = NCR_read8(ISTAT_REG); in sim710_detect() 1703 istat = NCR_read8(ISTAT_REG); in full_reset()
|
D | sim710.h | 792 #define ISTAT_REG ISTAT_REG_700 macro
|
D | 53c700.h | 388 #define ISTAT_REG 0x21 macro
|
D | 53c700.c | 831 NCR_700_writeb(SOFTWARE_RESET_710, host, ISTAT_REG); in NCR_700_chip_reset() 834 NCR_700_writeb(0, host, ISTAT_REG); in NCR_700_chip_reset() 1553 if((istat = NCR_700_readb(host, ISTAT_REG)) in NCR_700_intr()
|