Searched refs:NCR_700_readb (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A D53c700.c382 hostdata->rev = (NCR_700_readb(host, CTEST8_REG)>>4) & 0x0f;
384 hostdata->rev = (NCR_700_readb(host, CTEST7_REG)>>4) & 0x0f;
385 hostdata->fast = (NCR_700_readb(host, CTEST9_REG) == 0);
447 count = ((NCR_700_readb(host, DFIFO_REG) & 0x7f) -
450 count = ((NCR_700_readb(host, DFIFO_REG) & 0x3f) -
455 synchronous = NCR_700_readb(host, SXFER_REG) & 0x0f;
458 ddir = NCR_700_readb(host, CTEST0_REG) & 0x01;
463 count += (NCR_700_readb(host, SSTAT2_REG) & 0xf0) >> 4;
465 if (NCR_700_readb(host, SSTAT1_REG) & SIDL_REG_FULL)
469 __u8 sstat = NCR_700_readb(hos
[all...]
H A D53c700.h477 NCR_700_readb(struct Scsi_Host *host, __u32 reg) function

Completed in 119 milliseconds