Home
last modified time | relevance | path

Searched refs:SRAM_BASE (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/scsi/aic7xxx/
H A Daic79xx_pci.c467 ahd_outl(ahd, SRAM_BASE, 0x5aa555aa); in ahd_pci_test_register_access()
468 if (ahd_inl(ahd, SRAM_BASE) != 0x5aa555aa) in ahd_pci_test_register_access()
H A Daic7xxx_reg.h_shipped124 ahc_print_register(NULL, 0, "SRAM_BASE", 0x70, regvalue, cur_col, wrap)
586 #define SRAM_BASE 0x70
H A Daic7xxx_reg_print.c_shipped279 return (ahc_print_register(NULL, 0, "SRAM_BASE",
H A Daic7xxx_pci.c1341 *sc_data = ahc_inb(ahc, SRAM_BASE + j) in check_extport()
1342 | ahc_inb(ahc, SRAM_BASE + j + 1) << 8; in check_extport()
H A Daic79xx_reg_print.c_shipped616 return (ahd_print_register(NULL, 0, "SRAM_BASE",
H A Daic79xx_reg.h_shipped285 ahd_print_register(NULL, 0, "SRAM_BASE", 0x100, regvalue, cur_col, wrap)
1533 #define SRAM_BASE 0x100
/linux/include/linux/
H A Drtsx_pci.h688 #define SRAM_BASE 0xE600 macro