Searched refs:EEPROM_SIZE (Results 1 – 25 of 26) sorted by relevance
12
/netbsd-src/sys/arch/sun3/dev/ |
H A D | eeprom.c | 56 #ifndef EEPROM_SIZE 57 #define EEPROM_SIZE 0x800 macro 98 if (sizeof(struct eeprom) != EEPROM_SIZE) in eeprom_attach() 102 ee_size = EEPROM_SIZE; in eeprom_attach() 128 if (ee_size < EEPROM_SIZE) { in eeprom_attach() 130 memset(dst, 0, (EEPROM_SIZE - ee_size)); in eeprom_attach() 177 if ((off < 0) || (off > EEPROM_SIZE)) in eeprom_uio() 180 cnt = uimin(uio->uio_resid, (EEPROM_SIZE - off)); in eeprom_uio() 216 * ee_size < EEPROM_SIZE in ee_update()
|
/netbsd-src/sys/arch/sparc/sparc/ |
H A D | clock.c | 231 if (off > EEPROM_SIZE) in eeprom_uio() 235 if (cnt > (EEPROM_SIZE - off)) in eeprom_uio() 236 cnt = (EEPROM_SIZE - off); in eeprom_uio() 247 buf = kmem_alloc(EEPROM_SIZE, KM_SLEEP); in eeprom_uio() 250 for (bcnt = 0; bcnt < EEPROM_SIZE; ++bcnt) in eeprom_uio() 260 kmem_free(buf, EEPROM_SIZE); in eeprom_uio()
|
H A D | eeprom.c | 111 EEPROM_SIZE, in eeprom_attach()
|
/netbsd-src/sys/arch/sparc/include/ |
H A D | eeprom.h | 44 #define EEPROM_SIZE 0x500 macro
|
/netbsd-src/external/gpl3/binutils/dist/ld/emulparams/ |
H A D | m68hc12elf.sh | 9 EEPROM_SIZE=2048
|
H A D | m9s12zelf.sh | 9 EEPROM_SIZE=2048
|
H A D | xgateelf.sh | 11 EEPROM_SIZE=2048
|
H A D | m68hc11elf.sh | 9 EEPROM_SIZE=512
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/emulparams/ |
H A D | m68hc11elf.sh | 9 EEPROM_SIZE=512
|
H A D | m9s12zelf.sh | 9 EEPROM_SIZE=2048
|
H A D | xgateelf.sh | 11 EEPROM_SIZE=2048
|
H A D | m68hc12elf.sh | 9 EEPROM_SIZE=2048
|
/netbsd-src/sys/dev/pci/ |
H A D | if_dgereg.h | 239 #define EEPROM_SIZE 64 /* 64 word in length */ macro
|
H A D | if_dge.c | 331 uint16_t sc_eeprom[EEPROM_SIZE]; 2308 for (i = 0; i < EEPROM_SIZE; i++) {
|
/netbsd-src/sys/dev/ic/ |
H A D | ihavar.h | 217 #define EEPROM_SIZE 32 macro
|
H A D | iha.c | 105 static uint16_t eeprom_default[EEPROM_SIZE] = { 110 EEP_WORD(EEPROM_SIZE * 2, 0x01), 2672 for (i = 0, chksum = 0; i < EEPROM_SIZE - 1; i++) { in iha_se2_update_all() 2776 for (i = 0, chksum = 0; i < EEPROM_SIZE - 1; i++) { in iha_se2_rd_all()
|
/netbsd-src/external/gpl3/binutils/dist/ld/scripttempl/ |
H A D | elfm68hc11.sc | 95 eeprom : ORIGIN = ${EEPROM_START_ADDR}, LENGTH = ${EEPROM_SIZE}
|
H A D | elfm68hc12.sc | 95 eeprom : ORIGIN = ${EEPROM_START_ADDR}, LENGTH = ${EEPROM_SIZE}
|
H A D | elfxgate.sc | 95 eeprom : ORIGIN = ${EEPROM_START_ADDR}, LENGTH = ${EEPROM_SIZE}
|
H A D | elfm9s12z.sc | 86 eeprom : ORIGIN = ${EEPROM_START_ADDR}, LENGTH = ${EEPROM_SIZE}
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/scripttempl/ |
H A D | elfm9s12z.sc | 86 eeprom : ORIGIN = ${EEPROM_START_ADDR}, LENGTH = ${EEPROM_SIZE}
|
H A D | elfm68hc11.sc | 95 eeprom : ORIGIN = ${EEPROM_START_ADDR}, LENGTH = ${EEPROM_SIZE}
|
H A D | elfxgate.sc | 95 eeprom : ORIGIN = ${EEPROM_START_ADDR}, LENGTH = ${EEPROM_SIZE}
|
H A D | elfm68hc12.sc | 95 eeprom : ORIGIN = ${EEPROM_START_ADDR}, LENGTH = ${EEPROM_SIZE}
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ChangeLog-0203 | 2438 * emulparams/m68hc11elf.sh (EEPROM_SIZE): Define.
|
12