Searched refs:eeprom (Results 1 - 25 of 29) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/eeprom/
H A DMakefile.com33 PROG = eeprom
/opensolaris-onvv-gate/usr/src/uts/sun4/sys/
H A Deeprom.h53 #define EEPROM ((struct eeprom *)v_eeprom_addr)
57 #define EEPROM_SIZE 0x1fd8 /* size of eeprom in bytes */
61 * emulated by stealing 20 bytes of the eeprom.
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c209 udelay(hw->eeprom.delay_usec);
228 udelay(hw->eeprom.delay_usec);
243 struct e1000_eeprom_info *eeprom = &hw->eeprom; local
253 if (eeprom->type == e1000_eeprom_microwire) {
255 } else if (eeprom->type == e1000_eeprom_spi) {
272 udelay(eeprom->delay_usec);
338 struct e1000_eeprom_info *eeprom = &hw->eeprom; local
364 if (eeprom
390 struct e1000_eeprom_info *eeprom = &hw->eeprom; local
534 struct e1000_eeprom_info *eeprom = &hw->eeprom; local
3144 struct e1000_eeprom_info *eeprom = &hw->eeprom; local
[all...]
H A D3c90x.c291 /*** a3c90x_internal_ReadEeprom - read data from the serial eeprom.
301 /** Make sure the eeprom isn't busy **/
315 *** data to the onboard serial eeprom (not the BIOS prom, but the
336 /** Send the new data to the eeprom, and wait for completion. **/
341 /** Burn the new data into the eeprom, and wait for completion. **/
350 /*** a3c90x_internal_WriteEeprom - write data to the serial eeprom,
351 *** and re-compute the eeprom checksum.
382 /** Write the checksum to the location in the eeprom **/
695 unsigned short eeprom[0x21]; local
738 eeprom[
[all...]
H A Deepro100.c584 unsigned short eeprom[16]; local
608 if (i < (int)(sizeof(eeprom)/sizeof(eeprom[0])))
609 eeprom[i] = value;
614 nic->node_addr[i] = (eeprom[i/2] >> (8*(i&1))) & 0xff;
623 whereami ("Got eeprom.");
691 if ( ((eeprom[6]>>8) & 0x3f) == DP83840
692 || ((eeprom[6]>>8) & 0x3f) == DP83840A) {
693 int mdi_reg23 = mdio_read(eeprom[6] & 0x1f, 23) | 0x0422;
698 mdio_write(eeprom[
[all...]
H A Depic100.c82 static unsigned short eeprom[64]; variable
163 eeprom[i] = value;
171 printf(" %hhX%s", eeprom[i], i % 16 == 15 ? "\n" : "");
H A Dw89c840.c260 static unsigned short eeprom [0x40]; variable
654 /* Ok. Got one. Read the eeprom. */
657 eeprom[i] = value;
662 nic->node_addr[i] = (eeprom[i/2] >> (8*(i&1))) & 0xff;
667 printf("winbond-840: EEPROM checksum %hX, got eeprom", sum);
H A Dtulip.c423 unsigned char eeprom[EEPROM_SIZE]; /* Serial EEPROM contents. */ member in struct:tulip_private
732 unsigned char *p, *ee_data = tp->eeprom;
1404 memcpy(tp->eeprom, ee_data, sizeof(tp->eeprom));
H A De1000_hw.h905 struct e1000_eeprom_info eeprom; member in struct:e1000_hw
/opensolaris-onvv-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_common.c68 struct ixgbe_eeprom_info *eeprom = &hw->eeprom; local
75 eeprom->ops.init_params = &ixgbe_init_eeprom_params_generic;
78 eeprom->ops.read = &ixgbe_read_eerd_generic;
80 eeprom->ops.read = &ixgbe_read_eeprom_bit_bang_generic;
81 eeprom->ops.write = &ixgbe_write_eeprom_generic;
82 eeprom->ops.validate_checksum =
84 eeprom->ops.update_checksum = &ixgbe_update_eeprom_checksum_generic;
85 eeprom->ops.calc_checksum = &ixgbe_calc_eeprom_checksum_generic;
321 ret_val = hw->eeprom
556 struct ixgbe_eeprom_info *eeprom = &hw->eeprom; local
[all...]
H A Dixgbe_api.c667 return ixgbe_call_func(hw, hw->eeprom.ops.init_params, (hw),
685 return ixgbe_call_func(hw, hw->eeprom.ops.write, (hw, offset, data),
700 return ixgbe_call_func(hw, hw->eeprom.ops.read, (hw, offset, data),
714 return ixgbe_call_func(hw, hw->eeprom.ops.validate_checksum,
725 return ixgbe_call_func(hw, hw->eeprom.ops.update_checksum, (hw),
H A Dixgbe_phy.c879 ret_val = hw->eeprom.ops.read(hw, data_offset, &block_crc);
885 ret_val = hw->eeprom.ops.read(hw, data_offset, &eword);
898 hw->eeprom.ops.read(hw, data_offset++, &phy_offset);
900 hw->eeprom.ops.read(hw, data_offset, &eword);
1197 hw->eeprom.ops.read(hw, IXGBE_PHY_INIT_OFFSET_NL, list_offset);
1209 hw->eeprom.ops.read(hw, *list_offset, &sfp_id);
1214 hw->eeprom.ops.read(hw, *list_offset, data_offset);
1223 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id))
H A Dixgbe_82599.c180 hw->eeprom.ops.read(hw, ++data_offset, &data_value);
184 hw->eeprom.ops.read(hw, ++data_offset, &data_value);
193 msec_delay(hw->eeprom.semaphore_delay);
2462 hw->eeprom.ops.read(hw, IXGBE_DEVICE_CAPS, device_caps);
2493 hw->eeprom.ops.read(hw, IXGBE_FW_PTR, &fw_offset);
2499 hw->eeprom.ops.read(hw, (fw_offset +
2506 hw->eeprom.ops.read(hw, (fw_ptp_cfg_offset + IXGBE_FW_PATCH_VERSION_4),
H A Dixgbe_82598.c1282 hw->eeprom.ops.read(hw, IXGBE_PCIE_GENERAL_PTR, &pci_gen);
1284 hw->eeprom.ops.read(hw, pci_gen + IXGBE_PCIE_CTRL2, &pci_ctrl2);
/opensolaris-onvv-gate/usr/src/uts/sun4u/ml/
H A Dmemscrub_asm.s41 #include <sys/eeprom.h>
/opensolaris-onvv-gate/usr/src/uts/common/io/e1000g/
H A De1000g_debug.c167 uint16_t eeprom[WPL], size_field; local
193 "eeprom_dump size field: %d eeprom bytes: %d\n",
201 "dump eeprom %d lines of %d words per line\n", lines, WPL);
204 if (ret = e1000_read_nvm(hw, offset, WPL, eeprom)) {
213 eeprom[0], eeprom[1], eeprom[2], eeprom[3],
214 eeprom[4], eeprom[
[all...]
/opensolaris-onvv-gate/usr/src/cmd/Adm/sun/
H A DREADME54 /usr/kvm/eeprom /usr/sbin/eeprom
/opensolaris-onvv-gate/usr/src/cmd/svc/milestone/
H A Dfs-usr175 bootcmd=`/usr/sbin/eeprom bootcmd | /usr/bin/sed -e 's#bootcmd=##g'`
/opensolaris-onvv-gate/usr/src/uts/sun4v/sys/
H A DMakefile48 eeprom.h \
/opensolaris-onvv-gate/usr/src/uts/sun4u/sys/
H A DMakefile46 eeprom.h \
125 #MONHDRS= eeprom.h idprom.h keyboard.h password.h
/opensolaris-onvv-gate/usr/src/cmd/stmsboot/
H A Dmpxio-upgrade54 EEPROM=/usr/sbin/eeprom
282 # Since on x64 platforms the eeprom command doesn't update the
H A Dstmsboot.sh50 EEPROM=/usr/sbin/eeprom
402 # Since on x64 platforms the eeprom command doesn't update the
/opensolaris-onvv-gate/usr/src/cmd/
H A DMakefile138 eeprom \
/opensolaris-onvv-gate/usr/src/lib/libsecdb/
H A Dexec_attr.txt52 Device Security:suser:cmd:::/usr/sbin/eeprom:uid=0
154 Maintenance and Repair:suser:cmd:::/usr/sbin/eeprom:euid=0
/opensolaris-onvv-gate/usr/src/cmd/svc/shell/
H A Dmfsthistory636 svc:/platform/i86pc/eeprom:default var/svc/manifest/platform/i86pc/eeprom.xml
637 svc:/platform/i86pc/eeprom var/svc/manifest/platform/i86pc/eeprom.xml

Completed in 268 milliseconds

12