Searched refs:nvram (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_nvram.c46 nvram - non-volatile memory with clock
99 hw_nvram_device *nvram = ZALLOC(hw_nvram_device); local
100 return nvram;
111 hw_nvram_device *nvram = (hw_nvram_device*)device_data(me); local
118 if (nvram->sizeof_memory == 0) {
128 nvram->sizeof_memory = attach_size;
132 if (nvram->sizeof_memory == 0)
134 if (nvram->sizeof_memory < 8)
139 if (nvram->memory == NULL) {
140 nvram
178 hw_nvram_update_clock(hw_nvram_device *nvram, cpu *processor) argument
203 hw_nvram_set_clock(hw_nvram_device *nvram, cpu *processor) argument
218 hw_nvram_device *nvram = (hw_nvram_device*)device_data(me); local
238 hw_nvram_device *nvram = (hw_nvram_device*)device_data(me); local
[all...]
/netbsd-6-1-5-RELEASE/share/man/man4/man4.prep/
H A DMakefile4 MAN= intro.4 nvram.4
/netbsd-6-1-5-RELEASE/sys/arch/prep/include/
H A DMakefile8 nvram.h \
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/sgimips/
H A Darcemu.c202 } nvram; variable in typeref:struct:arcemu_nvramdata
279 eeprom_read((uint8_t *)&nvram, sizeof(nvram), i,
283 eeprom_read((uint8_t *)&nvram, sizeof(nvram), i,
288 if (nvram.enaddr[0] == 0x08 && nvram.enaddr[1] == 0x00 &&
289 nvram.enaddr[2] == 0x69)
292 if (memcmp(nvram.lbaud, "9600\x0", 5) == 0)
295 if (memcmp(nvram
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m68hc11/
H A Ddv-nvram.c1 /* dv-nvram.c -- Generic driver for a non volatile ram (battery saved)
34 nvram - Non Volatile Ram
104 struct nvram struct
125 attach_nvram_regs (struct hw *me, struct nvram *controller)
241 struct nvram *controller;
243 controller = HW_ZALLOC (me, struct nvram);
264 struct nvram *controller = hw_data (me);
287 struct nvram *controller = hw_data (me);
348 { "nvram", nvram_finish, },
/netbsd-6-1-5-RELEASE/etc/etc.prep/
H A DMAKEDEV.conf17 makedev nvram
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/isa/
H A Disaclock.c140 #include <sandpoint/isa/nvram.h>
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/cobalt/
H A Dconsole.c37 #include <machine/nvram.h>
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/include/
H A DMakefile17 nvram.h \
/netbsd-6-1-5-RELEASE/usr.sbin/eeprom/
H A Ddefs.h37 #include <machine/nvram.h>
145 /* PReP nvram handlers. */
H A Dprephandlers.c42 #include <machine/nvram.h>
57 * write back to nvram. The prep NVRAM is stored in RAM after boot, to
/netbsd-6-1-5-RELEASE/sys/arch/prep/pnpbus/
H A Dnvram_pnpbus.c55 #include <machine/nvram.h>
62 static NVRAM_MAP *nvram; variable
133 aprint_error("nvram: couldn't map registers\n");
139 /* Initialize the nvram header */
154 * now read the whole nvram in, one chunk at a time, marking down
173 nvram = (NVRAM_MAP *)&nvramData[0];
175 aprint_verbose("%s: Read %d bytes from nvram of size %d\n",
180 printf("Dumping nvram\n");
262 while ((cp - nvramGEAp) < nvram->Header.GELength && (*cp != '\0'))
265 while ((cp - nvramGEAp) < nvram
[all...]
/netbsd-6-1-5-RELEASE/etc/etc.atari/
H A DMAKEDEV.conf25 mkdev nvram c 2 11 640 $g_kmem
/netbsd-6-1-5-RELEASE/etc/etc.macppc/
H A DMAKEDEV.conf10 makedev nvram apm adb grf0 openfirm
/netbsd-6-1-5-RELEASE/etc/etc.ofppc/
H A DMAKEDEV.conf10 makedev nvram apm adb grf0 openfirm
/netbsd-6-1-5-RELEASE/sys/arch/next68k/next68k/
H A Dnextrom.h124 #import <mon/nvram.h>
/netbsd-6-1-5-RELEASE/sys/arch/i386/isa/
H A Dcmos.c80 #include <i386/isa/nvram.h>
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Dnvram.c1 /* $NetBSD: nvram.c,v 1.16 2011/06/18 08:08:28 matt Exp $ */
35 __KERNEL_RCSID(0, "$NetBSD: nvram.c,v 1.16 2011/06/18 08:08:28 matt Exp $");
65 CFATTACH_DECL(nvram, sizeof(struct nvram_softc),
84 if (strcmp(ca->ca_name, "nvram") != 0)
/netbsd-6-1-5-RELEASE/sys/arch/x86/isa/
H A Drtc.c134 #include <i386/isa/nvram.h>
H A Dclock.c150 #include <i386/isa/nvram.h>
/netbsd-6-1-5-RELEASE/sys/arch/sbmips/sbmips/
H A Dmachdep.c100 #include <sbmips/nvram.h>
/netbsd-6-1-5-RELEASE/sys/arch/shark/isa/
H A Dclock.c176 #include <shark/isa/nvram.h>
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dcpu.c113 #include <i386/isa/nvram.h>
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dapmbios.c71 #include <i386/isa/nvram.h>
/netbsd-6-1-5-RELEASE/etc/
H A DMAKEDEV.tmpl1691 nvram)
1692 mkdev nvram c %nvram_chr% 0 644

Completed in 371 milliseconds

12