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

  /src/sys/arch/x68k/include/
sram.h 40 #define SRAM_SIZE 16*1024 /* Sram size is 16K bytes. */
  /src/sys/arch/evbppc/include/
walnut.h 58 #define SRAM_SIZE 0x80000 /* SRAM size - 512K */
  /src/sys/arch/x68k/dev/
sram.c 125 if (bus_space_map(iot, ia->ia_addr, SRAM_SIZE, 0, &ioh))
212 if (sram_io->offset + SRAM_IO_SIZE > SRAM_SIZE)
224 if (sram_io->offset + SRAM_IO_SIZE > SRAM_SIZE)

Completed in 13 milliseconds