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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h155 #define SHADDR 0x14 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daic7xxx_old.c4667 cur_addr = aic_inb(p, SHADDR) | (aic_inb(p, SHADDR + 1) << 8) |
4668 (aic_inb(p, SHADDR + 2) << 16) | (aic_inb(p, SHADDR + 3) << 24);
4725 * in the SHADDR register set. On the Ultra2 and later controllers
4729 * HADDR register to the SHADDR register. On non-Ultra2 controllers,
4757 aic_outb(p, cur_addr & 0xff, SHADDR);
4758 aic_outb(p, (cur_addr >> 8) & 0xff, SHADDR + 1);
4759 aic_outb(p, (cur_addr >> 16) & 0xff, SHADDR + 2);
4760 aic_outb(p, (cur_addr >> 24) & 0xff, SHADDR
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic79xx_core.c1494 ahd_outq(ahd, SCB_DATAPTR, ahd_inq(ahd, SHADDR));
5664 data_addr = ahd_inq(ahd, SHADDR);
9833 cur_col += printk("SHADDR = 0x%x%x, SHCNT = 0x%x ",
9834 ahd_inl(ahd, SHADDR+4),
9835 ahd_inl(ahd, SHADDR),
H A Daic7xxx_core.c4162 data_addr = ahc_inl(ahc, SHADDR);

Completed in 127 milliseconds