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

  /src/sys/arch/x68k/include/
sram.h 41 #define SRAM_IO_SIZE 16 /* IO size */
45 unsigned char sram[SRAM_IO_SIZE];
  /src/usr.sbin/memswitch/
memswitch.c 303 /* Assume SRAM_IO_SIZE = n * 16. */
304 for (i = 0; i < 256; i += SRAM_IO_SIZE) {
308 memcpy(&current_values[i], buffer.sram, SRAM_IO_SIZE);
381 /* Assume SRAM_IO_SIZE = n * 16. */
382 for (i = 0; i < 256; i += SRAM_IO_SIZE) {
384 SRAM_IO_SIZE) == 0)
393 memcpy(buffer.sram, &modified_values[i], SRAM_IO_SIZE);
468 /* Assume SRAM_IO_SIZE = n * 16. */
469 for (i = 0; i < 256; i += SRAM_IO_SIZE) {
471 memcpy(buffer.sram, &modified_values[i], SRAM_IO_SIZE);
    [all...]
  /src/sys/arch/x68k/dev/
sram.c 212 if (sram_io->offset + SRAM_IO_SIZE > SRAM_SIZE)
215 (uint8_t *)&sram_io->sram, SRAM_IO_SIZE);
224 if (sram_io->offset + SRAM_IO_SIZE > SRAM_SIZE)
235 SRAM_IO_SIZE);

Completed in 14 milliseconds