Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx_pci.c584 nvram_scb = ahd_inb_scbram(ahd, SCB_BASE + NVRAM_SCB_OFFSET); in ahd_check_extport()
586 && ((ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A' in ahd_check_extport()
587 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'D' in ahd_check_extport()
588 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P' in ahd_check_extport()
589 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'T') in ahd_check_extport()
590 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'B' in ahd_check_extport()
591 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'I' in ahd_check_extport()
592 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'O' in ahd_check_extport()
593 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'S') in ahd_check_extport()
594 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A' in ahd_check_extport()
[all …]
Daic7xxx_pci.c1304 ahc_outl(ahc, SCB_BASE, 0x5aa555aa); in ahc_pci_test_register_access()
1305 if (ahc_inl(ahc, SCB_BASE) != 0x5aa555aa) in ahc_pci_test_register_access()
1404 if (ahc_inb(ahc, SCB_BASE) == 'A' in check_extport()
1405 && ahc_inb(ahc, SCB_BASE + 1) == 'D' in check_extport()
1406 && ahc_inb(ahc, SCB_BASE + 2) == 'P' in check_extport()
1407 && ahc_inb(ahc, SCB_BASE + 3) == 'T') { in check_extport()
Daic7xxx.seq2212 bmov CCSCBRAM, SCB_BASE, SCB_UPLOAD_SIZE;
2237 mvi SINDEX, SCB_BASE;
2245 mvi DINDEX, SCB_BASE;
2277 add A, SCB_DOWNLOAD_SIZE+SCB_BASE+1;
2281 cmp DINDEX, SCB_DOWNLOAD_SIZE+SCB_BASE
2284 add A, -SCB_BASE, DINDEX;
Daic7xxx_reg.h1605 #define SCB_BASE 0xa0 macro
Daic7xxx_core.c4189 ahc_outb(ahc, SCB_BASE, i); in ahc_probe_scbs()
4190 if (ahc_inb(ahc, SCB_BASE) != i) in ahc_probe_scbs()
4193 if (ahc_inb(ahc, SCB_BASE) != 0) in ahc_probe_scbs()
4229 ahc_outb(ahc, SCB_BASE+j, 0xFF); in ahc_build_free_scb_list()
Daic79xx_core.c418 *hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i); in ahd_flush_qoutfifo()
5148 ahd_outw(ahd, SCB_BASE, i); in ahd_probe_scbs()
5150 ahd_outb(ahd, SCB_BASE+j, 0); in ahd_probe_scbs()
5153 if (ahd_inw_scbram(ahd, SCB_BASE) != i) in ahd_probe_scbs()
5156 if (ahd_inw_scbram(ahd, SCB_BASE) != 0) in ahd_probe_scbs()
Daic79xx_reg.h3631 #define SCB_BASE 0x180 macro
/linux-2.4.37.9/drivers/net/
D3c507.c177 #define SCB_BASE ((unsigned)64*1024 - (dev->mem_end - dev->mem_start)) macro
664 unsigned short SCB_base = SCB_BASE; in init_rx_bufs()
714 init_words[3] = SCB_BASE; in init_82586_mem()
715 init_words[7] = SCB_BASE; in init_82586_mem()
778 isa_writew(tx_block+22+SCB_BASE,write_ptr+=2); /* Buffer follows the NoOp command. */ in hardware_send_packet()
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h488 #define SCB_BASE 0xa0 macro
/linux-2.4.37.9/drivers/net/pcmcia/
Drayctl.h238 #define SCB_BASE 0x0000 macro
Dray_cs.c1806 writeb(ccs, local->sram + SCB_BASE); in interrupt_ecf()