HomeSort by: relevance | last modified time | path
    Searched refs:SRAM_BASE (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/evbppc/wii/dev/
rtcsram.c 46 #define SRAM_BASE 0x20000100
114 rtcsram_read_buf(sc, SRAM_BASE, &sc->sc_sram, sizeof(sc->sc_sram));
  /src/sys/dev/ic/
aic7xxx_seeprom.c 182 *sc_data = ahc_inb(ahc, SRAM_BASE + j)
183 | ahc_inb(ahc, SRAM_BASE + j + 1) << 8;
aic7xxx.c 5010 *ptr++ = ahc_inb(ahc, SRAM_BASE + i);
5092 ahc_outb(ahc, SRAM_BASE + i, *ptr++);
  /src/sys/dev/pci/
ahd_pci.c 628 ahd_outl(ahd, SRAM_BASE, 0x5aa555aa);
629 if (ahd_inl(ahd, SRAM_BASE) != 0x5aa555aa)
  /src/sys/dev/microcode/aic7xxx/
aic7xxx_reg.h 600 ahc_print_register(NULL, 0, "SRAM_BASE", 0x70, regvalue, cur_col, wrap)
1470 #define SRAM_BASE 0x70
aic79xx_reg.h 1937 ahd_print_register(NULL, 0, "SRAM_BASE", 0x100, regvalue, cur_col, wrap)
3509 #define SRAM_BASE 0x100

Completed in 25 milliseconds