HomeSort by: relevance | last modified time | path
    Searched refs:eeprom (Results 1 - 25 of 121) sorted by relevancy

1 2 3 4 5

  /src/sys/arch/sparc64/include/
eeprom.h 1 /* $NetBSD: eeprom.h,v 1.3 2002/07/20 11:52:21 mrg Exp $ */
3 #include <sparc/eeprom.h>
  /src/external/gpl3/gdb/dist/sim/ppc/
hw_eeprom.c 32 eeprom - JEDEC? compatible electrically erasable programmable device
38 This device implements a small byte addressable EEPROM.
40 standard modern EEPROM components. Writes occure in real time, the
58 the number of sectors in the EEPROM component.
68 smaller part of the eeprom will not be accessible while if it is
103 Initialize the eeprom using the specified binary file.
108 When ever the eeprom is updated, save the modified image into the
115 Enable tracing of the eeprom:
117 | bash$ psim -t eeprom-device \
120 Configure something very like the Amd Am29F040 - 512byte EEPROM
213 hw_eeprom_device *eeprom = (hw_eeprom_device*)device_data(me); local
518 hw_eeprom_device *eeprom = (hw_eeprom_device*)device_data(me); local
708 hw_eeprom_device *eeprom = (hw_eeprom_device*)device_data(me); local
723 hw_eeprom_device *eeprom; member in struct:_hw_eeprom_instance
792 hw_eeprom_device *eeprom = device_data(me); local
821 hw_eeprom_device *eeprom = ZALLOC(hw_eeprom_device); local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
hw_eeprom.c 32 eeprom - JEDEC? compatible electrically erasable programmable device
38 This device implements a small byte addressable EEPROM.
40 standard modern EEPROM components. Writes occure in real time, the
58 the number of sectors in the EEPROM component.
68 smaller part of the eeprom will not be accessible while if it is
103 Initialize the eeprom using the specified binary file.
108 When ever the eeprom is updated, save the modified image into the
115 Enable tracing of the eeprom:
117 | bash$ psim -t eeprom-device \
120 Configure something very like the Amd Am29F040 - 512byte EEPROM
213 hw_eeprom_device *eeprom = (hw_eeprom_device*)device_data(me); local
518 hw_eeprom_device *eeprom = (hw_eeprom_device*)device_data(me); local
708 hw_eeprom_device *eeprom = (hw_eeprom_device*)device_data(me); local
723 hw_eeprom_device *eeprom; member in struct:_hw_eeprom_instance
792 hw_eeprom_device *eeprom = device_data(me); local
821 hw_eeprom_device *eeprom = ZALLOC(hw_eeprom_device); local
    [all...]
  /src/sys/arch/sun3/include/
eeprom.h 1 /* $NetBSD: eeprom.h,v 1.18 2008/04/28 20:23:38 martin Exp $ */
35 #include <dev/sun/eeprom.h>
38 extern struct eeprom *eeprom_copy;
  /src/sys/arch/sun2/include/
eeprom.h 1 /* $NetBSD: eeprom.h,v 1.4 2008/04/28 20:23:37 martin Exp $ */
36 * The Sun2 doesn't have an EEPROM, but some common Sun code still
38 * much as we need to, but always say that we couldn't map the EEPROM.
41 #include <dev/sun/eeprom.h>
  /src/sys/arch/sparc/include/
eeprom.h 1 /* $NetBSD: eeprom.h,v 1.10 2014/10/18 08:33:26 snj Exp $ */
35 #include <dev/sun/eeprom.h>
38 * The size of the eeprom on machines with the old clock is 2k. However,
39 * on machines with the new clock (and the `eeprom' in the nvram area)
42 * with the eeprom in general.
49 #define DEV_EEPROM 11 /* minor device 11 is eeprom */
  /src/external/gpl3/binutils/dist/ld/emulparams/
m68hc11elfb.sh 6 EEPROM_MEMORY=eeprom
m68hc12elfb.sh 6 EEPROM_MEMORY=eeprom
m68hc11elf.sh 12 EEPROM_MEMORY=eeprom
m68hc12elf.sh 12 EEPROM_MEMORY=eeprom
m9s12zelf.sh 12 EEPROM_MEMORY=eeprom
xgateelf.sh 14 EEPROM_MEMORY=eeprom
  /src/external/gpl3/binutils.old/dist/ld/emulparams/
m68hc11elfb.sh 6 EEPROM_MEMORY=eeprom
m68hc12elfb.sh 6 EEPROM_MEMORY=eeprom
m68hc11elf.sh 12 EEPROM_MEMORY=eeprom
m68hc12elf.sh 12 EEPROM_MEMORY=eeprom
m9s12zelf.sh 12 EEPROM_MEMORY=eeprom
xgateelf.sh 14 EEPROM_MEMORY=eeprom
  /src/sys/arch/macppc/dev/
uni-n.c 63 static uint8_t eeprom[2][160]; variable
121 * zero out eeprom blocks, then see if we have valid data
125 memset(eeprom, 0, sizeof(eeprom));
127 OF_getprop(cpuid, "cpuid", eeprom[0], sizeof(eeprom[0]));
128 if (eeprom[0][1] != 0)
129 aprint_normal_dev(self, "found EEPROM data for CPU 0\n");
132 OF_getprop(cpuid, "cpuid", eeprom[1], sizeof(eeprom[1]))
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/lpc/
lpc4357.dtsi 41 &eeprom {
  /src/sys/dev/sun/
Makefile 6 INCS= disklabel.h eeprom.h fbio.h idprom.h kbd_reg.h kbio.h vuid_event.h
  /src/usr.sbin/eeprom/
Makefile 10 PROG= eeprom
38 MAN= eeprom.8
  /src/sys/arch/cesfic/cesfic/
eeprom.c 1 /* $NetBSD: eeprom.c,v 1.6 2009/10/26 19:16:55 cegger Exp $ */
30 __KERNEL_RCSID(0, "$NetBSD: eeprom.c,v 1.6 2009/10/26 19:16:55 cegger Exp $");
38 /* Physical EEPROM */
43 /* Part of EEPROM used for system parameters: last 256 bytes */
124 static struct EEPROMData eeprom; variable in typeref:struct:EEPROMData
133 res = GetEEPROMData(&eeprom);
135 printf("error %d reading EEPROM\n", res);
140 memcpy(buf, eeprom.EtherAddr, 6);
  /src/sys/dev/isa/
if_ate.c 212 uint8_t eeprom[FE_EEPROM_SIZE]; local
257 * address. So, read EEPROM through 86965. We have to write
258 * into LSI registers to read from EEPROM. I want to avoid it
260 * any further without reading EEPROM. FIXME.
262 mb86965_read_eeprom(iot, ioh, eeprom);
264 /* Make sure that config info in EEPROM and 86965 agree. */
265 if (eeprom[FE_EEPROM_CONF] != bus_space_read_1(iot, ioh, FE_BMPR19)) {
267 printf("%s: incorrect configuration in eeprom and chip\n",
279 switch (eeprom[FE_ATI_EEP_REVISION] & 0xf0) {
289 if (eeprom[FE_ATI_EEP_MAGIC] & 0x04)
309 uint8_t eeprom[FE_EEPROM_SIZE]; local
    [all...]
  /src/etc/etc.sun3/
MAKEDEV.conf 15 mkdev eeprom c 3 11 640 $g_kmem

Completed in 61 milliseconds

1 2 3 4 5