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

/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.c1232 ahc_outl(ahc, SCB_BASE, 0x5aa555aa);
1233 if (ahc_inl(ahc, SCB_BASE) != 0x5aa555aa)
1336 if (ahc_inb(ahc, SCB_BASE) == 'A'
1337 && ahc_inb(ahc, SCB_BASE + 1) == 'D'
1338 && ahc_inb(ahc, SCB_BASE + 2) == 'P'
1339 && ahc_inb(ahc, SCB_BASE + 3) == 'T') {
H A Daic7xxx.seq2213 bmov CCSCBRAM, SCB_BASE, SCB_UPLOAD_SIZE;
2238 mvi SINDEX, SCB_BASE;
2246 mvi DINDEX, SCB_BASE;
2278 add A, SCB_DOWNLOAD_SIZE+SCB_BASE+1;
2282 cmp DINDEX, SCB_DOWNLOAD_SIZE+SCB_BASE
2285 add A, -SCB_BASE, DINDEX;
H A Daic7xxx_reg.h_shipped159 ahc_print_register(NULL, 0, "SCB_BASE", 0xa0, regvalue, cur_col, wrap)
730 #define SCB_BASE 0xa0
H A Daic7xxx_core.c4703 ahc_outb(ahc, SCB_BASE, i);
4704 if (ahc_inb(ahc, SCB_BASE) != i)
4707 if (ahc_inb(ahc, SCB_BASE) != 0)
4743 ahc_outb(ahc, SCB_BASE+j, 0xFF);
H A Daic79xx_core.c1348 *hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i);
6367 ahd_outw(ahd, SCB_BASE, i);
6369 ahd_outb(ahd, SCB_BASE+j, 0);
6372 if (ahd_inw_scbram(ahd, SCB_BASE) != i)
6375 if (ahd_inw_scbram(ahd, SCB_BASE) != 0)
H A Daic79xx_reg.h_shipped1139 ahd_print_register(NULL, 0, "SCB_BASE", 0x180, regvalue, cur_col, wrap)
2539 #define SCB_BASE 0x180
/drivers/net/ethernet/i825xx/
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. */
/drivers/net/wireless/
H A Drayctl.h238 #define SCB_BASE 0x0000 macro
H A Dray_cs.c1570 writeb(ccs, local->sram + SCB_BASE);
/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h488 #define SCB_BASE 0xa0 macro

Completed in 182 milliseconds