Searched refs:SCB_BASE (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic79xx_pci.c585 nvram_scb = ahd_inb_scbram(ahd, SCB_BASE + NVRAM_SCB_OFFSET);
587 && ((ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A'
588 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'D'
589 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P'
590 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'T')
591 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'B'
592 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'I'
593 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'O'
594 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'S')
595 || (ahd_inb_scbram(ahd, SCB_BASE
[all...]
H A Daic7xxx_pci.c1220 ahc_outl(ahc, SCB_BASE, 0x5aa555aa);
1221 if (ahc_inl(ahc, SCB_BASE) != 0x5aa555aa)
1324 if (ahc_inb(ahc, SCB_BASE) == 'A'
1325 && ahc_inb(ahc, SCB_BASE + 1) == 'D'
1326 && ahc_inb(ahc, SCB_BASE + 2) == 'P'
1327 && ahc_inb(ahc, SCB_BASE + 3) == 'T') {
H A Daic7xxx_core.c4652 ahc_outb(ahc, SCB_BASE, i);
4653 if (ahc_inb(ahc, SCB_BASE) != i)
4656 if (ahc_inb(ahc, SCB_BASE) != 0)
4692 ahc_outb(ahc, SCB_BASE+j, 0xFF);
H A Daic79xx_core.c1302 *hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i);
6287 ahd_outw(ahd, SCB_BASE, i);
6289 ahd_outb(ahd, SCB_BASE+j, 0);
6292 if (ahd_inw_scbram(ahd, SCB_BASE) != i)
6295 if (ahd_inw_scbram(ahd, SCB_BASE) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D3c507.c167 #define SCB_BASE ((unsigned)64*1024 - (dev->mem_end - dev->mem_start)) macro
674 unsigned short SCB_base = SCB_BASE;
724 init_words[3] = SCB_BASE;
725 init_words[7] = SCB_BASE;
785 writew(tx_block+22+SCB_BASE,write_ptr+=2); /* Buffer follows the NoOp command. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h488 #define SCB_BASE 0xa0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Drayctl.h238 #define SCB_BASE 0x0000 macro
H A Dray_cs.c1609 writeb(ccs, local->sram + SCB_BASE);

Completed in 98 milliseconds