Searched refs:SCNTL1_REG (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | sim710.c | 308 NCR_read8(SIEN_REG), NCR_read8(SDID_REG), NCR_read8(SCNTL1_REG), in ncr_dump() 531 NCR_write8(SCNTL1_REG, SCNTL1_RST); /* Reset the bus */ in sim710_soft_reset() 533 NCR_write8(SCNTL1_REG, 0); in sim710_soft_reset() 550 NCR_write8(SCNTL1_REG, SCNTL1_ESR_700); in sim710_soft_reset()
|
D | sim710.h | 64 #define SCNTL1_REG (0x01^bE) macro
|
D | 53c700.h | 309 #define SCNTL1_REG 0x01 macro
|
D | 53c7xx.c | 2796 if (NCR53c7x0_read8 (SCNTL1_REG) & SCNTL1_CON) { in NCR53c7x0_dstat_sir_intr() 2842 if (NCR53c7x0_read8 (SCNTL1_REG) & SCNTL1_CON) { in NCR53c7x0_dstat_sir_intr() 2993 NCR53c7x0_write8(SCNTL1_REG, SCNTL1_ESR_700); in NCR53c7x0_soft_reset() 5728 if (NCR53c7x0_read8 (SCNTL1_REG) & SCNTL1_CON) { 5785 NCR53c7x0_write8(SCNTL1_REG, SCNTL1_RST); 5787 NCR53c7x0_write8(SCNTL1_REG, 0);
|
D | 53c7,8xx.h | 92 #define SCNTL1_REG 0x01 macro
|
D | 53c7xx.h | 71 #define SCNTL1_REG 0x01 macro
|
D | 53c700.c | 725 NCR_700_writeb(ASSERT_RST, host, SCNTL1_REG); in NCR_700_internal_bus_reset() 727 NCR_700_writeb(0, host, SCNTL1_REG); in NCR_700_internal_bus_reset() 777 NCR_700_writeb(ENABLE_SELECT, host, SCNTL1_REG); in NCR_700_chip_setup()
|
D | 53c7,8xx.c | 2985 if (NCR53c7x0_read8 (SCNTL1_REG) & SCNTL1_CON) { in NCR53c8x0_dstat_sir_intr() 3017 if (NCR53c7x0_read8 (SCNTL1_REG) & SCNTL1_CON) in NCR53c8x0_dstat_sir_intr() 6032 if (NCR53c7x0_read8 (SCNTL1_REG) & SCNTL1_CON) { 6092 NCR53c7x0_write8(SCNTL1_REG, SCNTL1_RST); 6094 NCR53c7x0_write8(SCNTL1_REG, 0);
|