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

12

/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dhw_nvram.c45 nvram - non-volatile memory with clock
98 hw_nvram_device *nvram = ZALLOC(hw_nvram_device); local
99 return nvram;
110 hw_nvram_device *nvram = (hw_nvram_device*)device_data(me); local
117 if (nvram->sizeof_memory == 0) {
127 nvram->sizeof_memory = attach_size;
131 if (nvram->sizeof_memory == 0)
133 if (nvram->sizeof_memory < 8)
138 if (nvram->memory == NULL) {
139 nvram
177 hw_nvram_update_clock(hw_nvram_device *nvram, cpu *processor) argument
202 hw_nvram_set_clock(hw_nvram_device *nvram, cpu *processor) argument
217 hw_nvram_device *nvram = (hw_nvram_device*)device_data(me); local
237 hw_nvram_device *nvram = (hw_nvram_device*)device_data(me); local
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_nvram.c36 nvram - non-volatile memory with clock
85 hw_nvram_device *nvram = ZALLOC(hw_nvram_device); local
86 return nvram;
97 hw_nvram_device *nvram = (hw_nvram_device*)device_data(me); local
104 if (nvram->sizeof_memory == 0) {
114 nvram->sizeof_memory = attach_size;
118 if (nvram->sizeof_memory == 0)
120 if (nvram->sizeof_memory < 8)
125 if (nvram->memory == NULL) {
126 nvram
164 hw_nvram_update_clock(hw_nvram_device *nvram, cpu *processor) argument
185 hw_nvram_set_clock(hw_nvram_device *nvram, cpu *processor) argument
200 hw_nvram_device *nvram = (hw_nvram_device*)device_data(me); local
220 hw_nvram_device *nvram = (hw_nvram_device*)device_data(me); local
[all...]
/netbsd-current/share/man/man4/man4.prep/
H A DMakefile4 MAN= intro.4 nvram.4
/netbsd-current/sys/arch/prep/include/
H A DMakefile9 nvram.h \
/netbsd-current/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-current/external/gpl3/gdb/dist/sim/m68hc11/
H A DMakefile.in27 SIM_EXTRA_HW_DEVICES = m68hc11 m68hc11sio m68hc11eepr m68hc11tim m68hc11spi nvram
H A Ddv-nvram.c1 /* dv-nvram.c -- Generic driver for a non volatile ram (battery saved)
35 nvram - Non Volatile Ram
105 struct nvram struct
126 attach_nvram_regs (struct hw *me, struct nvram *controller)
242 struct nvram *controller;
244 controller = HW_ZALLOC (me, struct nvram);
265 struct nvram *controller = hw_data (me);
288 struct nvram *controller = hw_data (me);
349 { "nvram", nvram_finish, },
/netbsd-current/usr.sbin/eeprom/
H A Ddefs.h37 #include <machine/nvram.h>
131 /* 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-current/external/gpl3/gdb.old/dist/sim/m68hc11/
H A Ddv-nvram.c1 /* dv-nvram.c -- Generic driver for a non volatile ram (battery saved)
33 nvram - Non Volatile Ram
103 struct nvram struct
124 attach_nvram_regs (struct hw *me, struct nvram *controller)
240 struct nvram *controller;
242 controller = HW_ZALLOC (me, struct nvram);
263 struct nvram *controller = hw_data (me);
286 struct nvram *controller = hw_data (me);
347 { "nvram", nvram_finish, },
/netbsd-current/etc/etc.prep/
H A DMAKEDEV.conf16 makedev nvram
/netbsd-current/sys/arch/sandpoint/isa/
H A Disaclock.c140 #include <sandpoint/isa/nvram.h>
/netbsd-current/sys/arch/cobalt/include/
H A DMakefile17 nvram.h \
/netbsd-current/sys/arch/prep/pnpbus/
H A Dnvram_pnpbus.c54 #include <machine/nvram.h>
61 static NVRAM_MAP *nvram; variable
141 aprint_error("nvram: couldn't map registers\n");
145 /* Initialize the nvram header */
160 * now read the whole nvram in, one chunk at a time, marking down
179 nvram = (NVRAM_MAP *)&nvramData[0];
181 aprint_verbose("%s: Read %d bytes from nvram of size %d\n",
186 printf("Dumping nvram\n");
268 while ((cp - nvramGEAp) < nvram->Header.GELength && (*cp != '\0'))
271 while ((cp - nvramGEAp) < nvram
[all...]
/netbsd-current/etc/etc.atari/
H A DMAKEDEV.conf24 mkdev nvram c 2 11 640 $g_kmem
/netbsd-current/etc/etc.macppc/
H A DMAKEDEV.conf11 makedev nvram apm adb grf0 openfirm
/netbsd-current/sys/arch/cobalt/cobalt/
H A Dconsole.c37 #include <machine/nvram.h>
/netbsd-current/etc/etc.ofppc/
H A DMAKEDEV.conf10 makedev nvram apm adb grf0 openfirm
/netbsd-current/sys/arch/macppc/dev/
H A Dnvram.c1 /* $NetBSD: nvram.c,v 1.19 2014/03/16 05:20:25 dholland Exp $ */
35 __KERNEL_RCSID(0, "$NetBSD: nvram.c,v 1.19 2014/03/16 05:20:25 dholland Exp $");
64 CFATTACH_DECL_NEW(nvram, sizeof(struct nvram_softc),
93 if (strcmp(ca->ca_name, "nvram") != 0)
/netbsd-current/sys/arch/next68k/next68k/
H A Dnextrom.h124 #import <mon/nvram.h>
/netbsd-current/sys/arch/i386/isa/
H A Dcmos.c79 #include <i386/isa/nvram.h>
/netbsd-current/sys/dev/sdmmc/
H A Dif_bwfm_sdio.c464 uint8_t *ucode, *nvram, *clm; local
492 nvram = bwfm_firmware_data(&fwctx, BWFM_FILETYPE_NVRAM, &nvlen);
493 KASSERT(nvram != NULL);
496 if (bwfm_nvram_convert(nvram, nvlen, &nvsize)) {
504 if (bwfm_sdio_load_microcode(sc, ucode, ucsize, nvram, nvsize) != 0) {
1157 u_char *nvram, size_t nvlen)
1185 DPRINTF(("nvram %zu bytes to 0x%08lx\n", nvlen,
1188 /* Upload nvram */
1190 bwfm->sc_chip.ch_ramsize - nvlen, nvram, nvlen, 1);
1194 /* Verify nvram */
1156 bwfm_sdio_load_microcode(struct bwfm_sdio_softc *sc, u_char *ucode, size_t size, u_char *nvram, size_t nvlen) argument
[all...]
/netbsd-current/sys/arch/x86/isa/
H A Drtc.c134 #include <i386/isa/nvram.h>
/netbsd-current/sys/arch/shark/isa/
H A Dclock.c176 #include <shark/isa/nvram.h>
/netbsd-current/sys/arch/sbmips/sbmips/
H A Dmachdep.c99 #include <sbmips/nvram.h>

Completed in 186 milliseconds

12