Searched refs:SRAM_BASE (Results 1 - 6 of 6) sorted by relevance
| /src/sys/arch/evbppc/nintendo/dev/ |
| H A D | rtcsram.c | 46 #define SRAM_BASE 0x20000100 macro 113 rtcsram_read_buf(sc, SRAM_BASE, &sc->sc_sram, sizeof(sc->sc_sram));
|
| /src/sys/dev/ic/ |
| H A D | aic7xxx_seeprom.c | 182 *sc_data = ahc_inb(ahc, SRAM_BASE + j) 183 | ahc_inb(ahc, SRAM_BASE + j + 1) << 8;
|
| H A D | aic7xxx.c | 5010 *ptr++ = ahc_inb(ahc, SRAM_BASE + i); 5092 ahc_outb(ahc, SRAM_BASE + i, *ptr++);
|
| /src/sys/dev/pci/ |
| H A D | ahd_pci.c | 628 ahd_outl(ahd, SRAM_BASE, 0x5aa555aa); 629 if (ahd_inl(ahd, SRAM_BASE) != 0x5aa555aa)
|
| /src/sys/dev/microcode/aic7xxx/ |
| H A D | aic7xxx_reg.h | 600 ahc_print_register(NULL, 0, "SRAM_BASE", 0x70, regvalue, cur_col, wrap) 1470 #define SRAM_BASE 0x70 macro
|
| H A D | aic79xx_reg.h | 1937 ahd_print_register(NULL, 0, "SRAM_BASE", 0x100, regvalue, cur_col, wrap) 3509 #define SRAM_BASE 0x100 macro
|
Completed in 24 milliseconds