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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_pci.c562 nvram_scb = ahd_inb_scbram(ahd, SCB_BASE + NVRAM_SCB_OFFSET);
564 && ((ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A'
565 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'D'
566 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P'
567 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'T')
568 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'B'
569 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'I'
570 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'O'
571 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'S')
572 || (ahd_inb_scbram(ahd, SCB_BASE
[all...]
H A Daic7xxx_pci.c1229 ahc_outl(ahc, SCB_BASE, 0x5aa555aa);
1230 if (ahc_inl(ahc, SCB_BASE) != 0x5aa555aa)
1333 if (ahc_inb(ahc, SCB_BASE) == 'A'
1334 && ahc_inb(ahc, SCB_BASE + 1) == 'D'
1335 && ahc_inb(ahc, SCB_BASE + 2) == 'P'
1336 && ahc_inb(ahc, SCB_BASE + 3) == 'T') {
H A Daic7xxx_core.c4097 ahc_outb(ahc, SCB_BASE, i);
4098 if (ahc_inb(ahc, SCB_BASE) != i)
4101 if (ahc_inb(ahc, SCB_BASE) != 0)
4137 ahc_outb(ahc, SCB_BASE+j, 0xFF);
H A Daic79xx_core.c582 *hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i);
5564 ahd_outw(ahd, SCB_BASE, i);
5566 ahd_outb(ahd, SCB_BASE+j, 0);
5569 if (ahd_inw_scbram(ahd, SCB_BASE) != i)
5572 if (ahd_inw_scbram(ahd, SCB_BASE) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A D3c507.c168 #define SCB_BASE ((unsigned)64*1024 - (dev->mem_end - dev->mem_start)) macro
686 unsigned short SCB_base = SCB_BASE;
736 init_words[3] = SCB_BASE;
737 init_words[7] = SCB_BASE;
800 writew(tx_block+22+SCB_BASE,write_ptr+=2); /* Buffer follows the NoOp command. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Drayctl.h238 #define SCB_BASE 0x0000 macro
H A Dray_cs.c1660 writeb(ccs, local->sram + SCB_BASE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h488 #define SCB_BASE 0xa0 macro

Completed in 155 milliseconds