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

/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic79xx_pci.c585 nvram_scb = ahd_inb_scbram(ahd, SCB_BASE + NVRAM_SCB_OFFSET); ahd_check_extport()
587 && ((ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A' ahd_check_extport()
588 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'D' ahd_check_extport()
589 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P' ahd_check_extport()
590 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'T') ahd_check_extport()
591 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'B' ahd_check_extport()
592 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'I' ahd_check_extport()
593 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'O' ahd_check_extport()
594 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'S') ahd_check_extport()
595 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A' ahd_check_extport()
596 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'S' ahd_check_extport()
597 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P' ahd_check_extport()
598 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'I'))) { ahd_check_extport()
605 *sc_data++ = ahd_inw_scbram(ahd, SCB_BASE+i); ahd_check_extport()
H A Daic7xxx_pci.c1232 ahc_outl(ahc, SCB_BASE, 0x5aa555aa); ahc_pci_test_register_access()
1233 if (ahc_inl(ahc, SCB_BASE) != 0x5aa555aa) ahc_pci_test_register_access()
1336 if (ahc_inb(ahc, SCB_BASE) == 'A' check_extport()
1337 && ahc_inb(ahc, SCB_BASE + 1) == 'D' check_extport()
1338 && ahc_inb(ahc, SCB_BASE + 2) == 'P' check_extport()
1339 && ahc_inb(ahc, SCB_BASE + 3) == 'T') { check_extport()
H A Daic7xxx_core.c4702 ahc_outb(ahc, SCB_BASE, i); ahc_probe_scbs()
4703 if (ahc_inb(ahc, SCB_BASE) != i) ahc_probe_scbs()
4706 if (ahc_inb(ahc, SCB_BASE) != 0) ahc_probe_scbs()
4742 ahc_outb(ahc, SCB_BASE+j, 0xFF); ahc_build_free_scb_list()
H A Daic79xx_core.c1348 *hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i); ahd_flush_qoutfifo()
6367 ahd_outw(ahd, SCB_BASE, i); ahd_probe_scbs()
6369 ahd_outb(ahd, SCB_BASE+j, 0); ahd_probe_scbs()
6372 if (ahd_inw_scbram(ahd, SCB_BASE) != i) ahd_probe_scbs()
6375 if (ahd_inw_scbram(ahd, SCB_BASE) != 0) ahd_probe_scbs()
/linux-4.1.27/drivers/net/wireless/
H A Drayctl.h239 #define SCB_BASE 0x0000 macro
H A Dray_cs.c1571 writeb(ccs, local->sram + SCB_BASE); interrupt_ecf()
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y113 #define SCB_SYMNAME "SCB_BASE"

Completed in 285 milliseconds