/src/share/man/man4/man4.prep/ |
Makefile | 4 MAN= intro.4 nvram.4
|
/src/sys/arch/prep/include/ |
Makefile | 9 nvram.h \
|
/src/sys/arch/sgimips/sgimips/ |
arcemu.c | 181 * The following matches IP6's and IP12's NVRAM memory layout 202 } 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 [all...] |
/src/usr.sbin/eeprom/ |
defs.h | 37 #include <machine/nvram.h> 131 /* PReP nvram handlers. */
|
prephandlers.c | 42 #include <machine/nvram.h> 57 * write back to nvram. The prep NVRAM is stored in RAM after boot, to 58 * prevent horrific bitbanging on the NVRAM chip, we read and write into RAM 60 * NVRAM back to the physical NVRAM. This is a fairly expensive operation. 179 * NVRAM chip.
|
/src/etc/etc.prep/ |
MAKEDEV.conf | 16 makedev nvram
|
/src/sys/arch/sandpoint/isa/ |
isaclock.c | 140 #include <sandpoint/isa/nvram.h>
|
/src/sys/arch/cobalt/include/ |
Makefile | 17 nvram.h \
|
/src/sys/arch/prep/pnpbus/ |
nvram_pnpbus.c | 54 #include <machine/nvram.h> 61 static NVRAM_MAP *nvram; variable in typeref:typename:NVRAM_MAP * 142 aprint_error("nvram: couldn't map registers\n"); 146 /* Initialize the nvram header */ 152 * now that we have the header, we know how big the NVRAM part on 161 * now read the whole nvram in, one chunk at a time, marking down 180 nvram = (NVRAM_MAP *)&nvramData[0]; 182 aprint_verbose("%s: Read %d bytes from nvram of size %d\n", 187 printf("Dumping nvram\n"); 229 /* tell the NVRAM what we want * [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
bcm47094-linksys-panamera.dts | 25 nvram@1c080000 { 26 compatible = "brcm,nvram"; 294 label = "nvram";
|
bcm53016-meraki-mr32.dts | 158 * It will only detect the "nvram" partition with an incorrect size. 161 * [ 1.733117] 0x000000400000-0x000008000000 : "nvram" 181 label = "nvram";
|
bcm2711-rpi.dtsi | 62 blconfig: nvram@0 {
|
kirkwood-dir665.dts | 95 label = "nvram";
|
/src/etc/etc.atari/ |
MAKEDEV.conf | 24 mkdev nvram c 2 11 640 $g_kmem
|
/src/etc/etc.macppc/ |
MAKEDEV.conf | 11 makedev nvram apm adb grf0 openfirm
|
/src/sys/arch/cobalt/cobalt/ |
console.c | 37 #include <machine/nvram.h>
|
/src/etc/etc.ofppc/ |
MAKEDEV.conf | 10 makedev nvram apm adb grf0 openfirm
|
/src/sys/arch/macppc/dev/ |
nvram.c | 1 /* $NetBSD: nvram.c,v 1.20 2014/07/25 08:10:34 dholland Exp $ */ 35 __KERNEL_RCSID(0, "$NetBSD: nvram.c,v 1.20 2014/07/25 08:10:34 dholland Exp $"); 64 CFATTACH_DECL_NEW(nvram, sizeof(struct nvram_softc), 93 if (strcmp(ca->ca_name, "nvram") != 0)
|
/src/sys/arch/next68k/next68k/ |
nextrom.h | 124 #import <mon/nvram.h>
|
/src/sys/arch/i386/isa/ |
cmos.c | 79 #include <i386/isa/nvram.h>
|
/src/sys/dev/sdmmc/ |
if_bwfm_sdio.c | 464 uint8_t *ucode, *nvram, *clm; local in function:bwfm_sdio_attachhook 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 */ [all...] |
/src/sys/arch/shark/isa/ |
clock.c | 176 #include <shark/isa/nvram.h>
|
/src/sys/arch/evbmips/sbmips/ |
machdep.c | 100 #include <evbmips/sbmips/nvram.h>
|
/src/sys/arch/sbmips/sbmips/ |
machdep.c | 99 #include <sbmips/nvram.h>
|
/src/sys/arch/x86/isa/ |
rtc.c | 134 #include <i386/isa/nvram.h> 303 printf("WARNING: NVRAM century is %d but RTC year is %d\n", 310 printf("WARNING: Setting NVRAM century to %d\n",
|