Home
last modified time | relevance | path

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

/Linux-v4.19/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",
Daic79xx_reg.h_shipped348 ahd_print_register(NULL, 0, "SCB_BASE", 0x180, regvalue, cur_col, wrap)
1668 #define SCB_BASE 0x180
Daic7xxx_core.c4702 ahc_outb(ahc, SCB_BASE, i); in ahc_probe_scbs()
4703 if (ahc_inb(ahc, SCB_BASE) != i) in ahc_probe_scbs()
4706 if (ahc_inb(ahc, SCB_BASE) != 0) in ahc_probe_scbs()
4742 ahc_outb(ahc, SCB_BASE+j, 0xFF); in ahc_build_free_scb_list()
Daic79xx_core.c1348 *hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i); in ahd_flush_qoutfifo()
6365 ahd_outw(ahd, SCB_BASE, i); in ahd_probe_scbs()
6367 ahd_outb(ahd, SCB_BASE+j, 0); in ahd_probe_scbs()
6370 if (ahd_inw_scbram(ahd, SCB_BASE) != i) in ahd_probe_scbs()
6373 if (ahd_inw_scbram(ahd, SCB_BASE) != 0) in ahd_probe_scbs()
/Linux-v4.19/drivers/net/wireless/
Drayctl.h240 #define SCB_BASE 0x0000 macro
Dray_cs.c1567 writeb(ccs, local->sram + SCB_BASE); in interrupt_ecf()