Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/aic7xxx/
Daic79xx_pci.c585 nvram_scb = ahd_inb_scbram(ahd, SCB_BASE + NVRAM_SCB_OFFSET); in ahd_check_extport()
587 && ((ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A' in ahd_check_extport()
588 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'D' in ahd_check_extport()
589 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P' in ahd_check_extport()
590 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'T') in ahd_check_extport()
591 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'B' in ahd_check_extport()
592 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'I' in ahd_check_extport()
593 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'O' in ahd_check_extport()
594 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'S') in ahd_check_extport()
595 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A' in ahd_check_extport()
[all …]
Daic7xxx_pci.c1232 ahc_outl(ahc, SCB_BASE, 0x5aa555aa); in ahc_pci_test_register_access()
1233 if (ahc_inl(ahc, SCB_BASE) != 0x5aa555aa) in ahc_pci_test_register_access()
1336 if (ahc_inb(ahc, SCB_BASE) == 'A' in check_extport()
1337 && ahc_inb(ahc, SCB_BASE + 1) == 'D' in check_extport()
1338 && ahc_inb(ahc, SCB_BASE + 2) == 'P' in check_extport()
1339 && ahc_inb(ahc, SCB_BASE + 3) == 'T') { in check_extport()
Daic7xxx_reg.h_shipped159 ahc_print_register(NULL, 0, "SCB_BASE", 0xa0, regvalue, cur_col, wrap)
730 #define SCB_BASE 0xa0
Daic7xxx_reg_print.c_shipped359 return (ahc_print_register(NULL, 0, "SCB_BASE",
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;
Daic79xx_reg_print.c_shipped713 return (ahd_print_register(NULL, 0, "SCB_BASE",
Daic7xxx_core.c4703 ahc_outb(ahc, SCB_BASE, i); in ahc_probe_scbs()
4704 if (ahc_inb(ahc, SCB_BASE) != i) in ahc_probe_scbs()
4707 if (ahc_inb(ahc, SCB_BASE) != 0) in ahc_probe_scbs()
4743 ahc_outb(ahc, SCB_BASE+j, 0xFF); in ahc_build_free_scb_list()
Daic79xx_reg.h_shipped1139 ahd_print_register(NULL, 0, "SCB_BASE", 0x180, regvalue, cur_col, wrap)
2539 #define SCB_BASE 0x180
Daic79xx_core.c1348 *hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i); in ahd_flush_qoutfifo()
6367 ahd_outw(ahd, SCB_BASE, i); in ahd_probe_scbs()
6369 ahd_outb(ahd, SCB_BASE+j, 0); in ahd_probe_scbs()
6372 if (ahd_inw_scbram(ahd, SCB_BASE) != i) in ahd_probe_scbs()
6375 if (ahd_inw_scbram(ahd, SCB_BASE) != 0) in ahd_probe_scbs()
/linux-2.6.39/drivers/net/
D3c507.c167 #define SCB_BASE ((unsigned)64*1024 - (dev->mem_end - dev->mem_start)) macro
674 unsigned short SCB_base = SCB_BASE; in init_rx_bufs()
724 init_words[3] = SCB_BASE; in init_82586_mem()
725 init_words[7] = SCB_BASE; in init_82586_mem()
785 writew(tx_block+22+SCB_BASE,write_ptr+=2); /* Buffer follows the NoOp command. */ in hardware_send_packet()
/linux-2.6.39/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h488 #define SCB_BASE 0xa0 macro
/linux-2.6.39/drivers/net/wireless/
Drayctl.h238 #define SCB_BASE 0x0000 macro
Dray_cs.c1570 writeb(ccs, local->sram + SCB_BASE); in interrupt_ecf()