Searched refs:NCR_700_readl (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.c65 * to hang on initial INQUIRY. Updated NCR_700_readl/writel to use
448 (NCR_700_readl(host, DBC_REG) & 0x7f)) & 0x7f;
451 (NCR_700_readl(host, DBC_REG) & 0x3f)) & 0x3f;
1521 dsps = NCR_700_readl(host, DSPS_REG);
1522 dsp = NCR_700_readl(host, DSP_REG);
1594 __u32 temp = NCR_700_readl(host, TEMP_REG);
1595 int count = (hostdata->script[Ent_SendMessage/4] & 0xffffff) - ((NCR_700_readl(host, DBC_REG) & 0xffffff) + NCR_700_data_residual(host));
1601 int data_transfer = NCR_700_readl(host, DBC_REG) & 0xffffff;
1606 __u32 naddr = NCR_700_readl(host, DNAD_REG);
H A D53c700.h486 NCR_700_readl(struct Scsi_Host *host, __u32 reg) function

Completed in 138 milliseconds