Searched refs:SXFER_REG (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A D53c7xx.c1946 (SXFER_REG << 16) | (sxfer << 8);
1969 NCR53c7x0_write8(SXFER_REG, sxfer);
2365 host->host_no, NCR53c7x0_read8(SXFER_REG),
2369 host->host_no, NCR53c7x0_read8(SXFER_REG));
2538 unsigned char sxfer = NCR53c7x0_read8 (SXFER_REG), scntl3;
2546 NCR53c7x0_write8 (SXFER_REG, sxfer);
2557 NCR53c7x0_write8 (SXFER_REG, sxfer);
2577 (int) NCR53c7x0_read8(SXFER_REG),
2584 (int) NCR53c7x0_read8(SXFER_REG),
4116 synchronous = NCR53c7x0_read8 (SXFER_REG)
[all...]
H A D53c700.h97 * 0:7 SXFER_REG negotiated value for this device
298 #define SXFER_REG 0x05 macro
H A D53c700.c241 * which can be loaded into the SXFER_REG.
459 synchronous = NCR_700_readb(host, SXFER_REG) & 0x0f;
717 NCR_700_writeb(ASYNC_OPERATION, host, SXFER_REG);
834 host, SXFER_REG);
1174 host, SXFER_REG);
1484 SCp->device->host, SXFER_REG); local
H A D53c7xx.h156 #define SXFER_REG 0x05 macro

Completed in 58 milliseconds