Searched refs:sram (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/avr/
H A Dinterp.c219 static byte sram[MAX_AVR_SRAM]; variable
319 return sram[addr] | (sram[addr + 1] << 8);
325 sram[addr] = w;
326 sram[addr + 1] = w >> 8;
348 sram[SREG] &= ~(SREG_S | SREG_V | SREG_N | SREG_Z);
350 sram[SREG] |= SREG_Z;
352 sram[SREG] |= SREG_N | SREG_S;
360 sram[SREG] &= ~(SREG_H | SREG_S | SREG_V | SREG_N | SREG_Z | SREG_C);
362 sram[SRE
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/avr/
H A Dinterp.c220 static byte sram[MAX_AVR_SRAM]; variable
320 return sram[addr] | (sram[addr + 1] << 8);
326 sram[addr] = w;
327 sram[addr + 1] = w >> 8;
349 sram[SREG] &= ~(SREG_S | SREG_V | SREG_N | SREG_Z);
351 sram[SREG] |= SREG_Z;
353 sram[SREG] |= SREG_N | SREG_S;
361 sram[SREG] &= ~(SREG_H | SREG_S | SREG_V | SREG_N | SREG_Z | SREG_C);
363 sram[SRE
[all...]
/netbsd-current/sys/arch/x68k/dev/
H A Dxel.c117 volatile u_int32_t *sram = (volatile u_int32_t *)IIOV(XEL_RAM_ADDR_HIGHER); local
128 b1 = sram[0];
129 b2 = sram[1];
135 if (b1 == sram[0] && b2 == sram[1]) {
141 sram[0] = 0x55555555;
142 sram[1] = 0xaaaaaaaa;
143 if (sram[0] != 0x55555555 || sram[1] != 0xaaaaaaaa) {
144 sram[
[all...]
H A Dsram.c1 /* $NetBSD: sram.c,v 1.22 2024/01/07 07:58:33 isaki Exp $ */
34 __KERNEL_RCSID(0, "$NetBSD: sram.c,v 1.22 2024/01/07 07:58:33 isaki Exp $");
45 #include <machine/sram.h>
74 CFATTACH_DECL_NEW(sram, sizeof(struct sram_softc),
215 (uint8_t *)&sram_io->sram, SRAM_IO_SIZE);
234 sram_io->offset, (uint8_t *)&sram_io->sram,
/netbsd-current/sys/arch/x68k/include/
H A Dsram.h1 /* $NetBSD: sram.h,v 1.3 2005/12/11 12:19:44 christos Exp $ */
36 /* This is sram device driver. */
45 unsigned char sram[SRAM_IO_SIZE]; member in struct:sram_io
H A DMakefile22 setjmp.h signal.h sram.h \
/netbsd-current/etc/etc.x68k/
H A DMAKEDEV.conf11 makedev sram audio speaker bell
29 makedev floppy md0 sram
/netbsd-current/distrib/utils/embedded/conf/
H A Devbarm.conf76 tmpfs /var/shm tmpfs rw,-m1777,-sram%25
88 tmpfs /var/shm tmpfs rw,-m1777,-sram%25
110 tmpfs /var/shm tmpfs rw,-m1777,-sram%25
H A Devbmips.conf76 tmpfs /var/shm tmpfs rw,-m1777,-sram%25
88 tmpfs /var/shm tmpfs rw,-m1777,-sram%25
110 tmpfs /var/shm tmpfs rw,-m1777,-sram%25
H A Devbppc.conf76 tmpfs /var/shm tmpfs rw,-m1777,-sram%25
88 tmpfs /var/shm tmpfs rw,-m1777,-sram%25
110 tmpfs /var/shm tmpfs rw,-m1777,-sram%25
H A Driscv.conf74 tmpfs /var/shm tmpfs rw,-m1777,-sram%25
86 tmpfs /var/shm tmpfs rw,-m1777,-sram%25
/netbsd-current/sys/arch/x68k/conf/
H A DMakefile.x68k82 grf.o par.o sram.o: Makefile
/netbsd-current/usr.sbin/memswitch/
H A Dmemswitch.c45 #include <machine/sram.h>
308 memcpy(&current_values[i], buffer.sram, SRAM_IO_SIZE);
393 memcpy(buffer.sram, &modified_values[i], SRAM_IO_SIZE);
471 memcpy(buffer.sram, &modified_values[i], SRAM_IO_SIZE);
/netbsd-current/sys/dev/isa/
H A Dif_iy.c112 int sram, tx_size, rx_size; member in struct:iy_softc
353 sc->hard_vers, sc->sram/1024);
572 bus_space_write_1(iot, ioh, XMT_UPPER_LIMIT_REG, (sc->sram - 2) >>8);
729 if (end >= sc->sram) {
730 if ((sc->sram - last) <= I595_XMT_HDRLEN) {
1515 sc->sram = testing;
/netbsd-current/etc/
H A DMAKEDEV.tmpl279 # sram battery backuped memory (x68k)
2136 sram)
2137 mkdev sram c %sram_chr% 0 644

Completed in 486 milliseconds