/openbmc/u-boot/include/ |
H A D | eeprom.h | 13 int eeprom_write(uint dev_addr, uint offset, uchar *buffer, uint cnt); 21 #define eeprom_write(dev_addr, offset, buffer, cnt) ((void)-ENOSYS) macro
|
/openbmc/linux/drivers/media/common/b2c2/ |
H A D | flexcop-eeprom.c | 11 static int eeprom_write(struct adapter *adapter, u16 addr, u8 *buf, u16 len) 22 if (eeprom_write(adapter, addr, wbuf, len) == len) { 85 if (eeprom_write(adapter, 0x3f8, tmp, 8) == 8)
|
/openbmc/u-boot/cmd/ |
H A D | eeprom.c | 195 int eeprom_write(unsigned dev_addr, unsigned offset, in eeprom_write() function 323 rcode = eeprom_write(i2c_addr, off, (uchar *)addr, cnt); in eeprom_execute_command() 344 rcode = eeprom_write(i2c_addr, 0, layout.data, CONFIG_SYS_EEPROM_SIZE); in eeprom_execute_command()
|
/openbmc/linux/drivers/w1/slaves/ |
H A D | w1_ds2430.c | 204 static ssize_t eeprom_write(struct file *filp, struct kobject *kobj, in eeprom_write() function
|
H A D | w1_ds2431.c | 203 static ssize_t eeprom_write(struct file *filp, struct kobject *kobj, in eeprom_write() function
|
H A D | w1_ds2433.c | 205 static ssize_t eeprom_write(struct file *filp, struct kobject *kobj, in eeprom_write() function
|
H A D | w1_ds28e04.c | 225 static ssize_t eeprom_write(struct file *filp, struct kobject *kobj, in eeprom_write() function
|
/openbmc/u-boot/env/ |
H A D | eeprom.c | 55 rcode = eeprom_write(dev_addr, offset, buffer, cnt); in eeprom_bus_write()
|
/openbmc/u-boot/board/corscience/tricorder/ |
H A D | tricorder-eeprom.c | 170 ret = eeprom_write(devaddr, 0, (unsigned char *)&eeprom, in tricorder_eeprom_write()
|
/openbmc/qemu/hw/nvram/ |
H A D | eeprom93xx.c | 59 eeprom_write = 0x40, /* write register xx */
|
/openbmc/linux/drivers/misc/eeprom/ |
H A D | idt_89hpesx.c | 849 static ssize_t eeprom_write(struct file *filp, struct kobject *kobj, in eeprom_write() function
|
/openbmc/linux/drivers/net/ethernet/agere/ |
H A D | et131x.c | 521 static int eeprom_write(struct et131x_adapter *adapter, u32 addr, u8 data) in eeprom_write() function 703 if (eeprom_write(adapter, i, eedata[i]) < 0) in et131x_init_eeprom()
|
/openbmc/linux/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 2764 static void eeprom_write(struct ksz_hw *hw, u8 reg, u16 data) in eeprom_write() function 5932 eeprom_write(&hw_priv->hw, i, eeprom_data[i]); in netdev_set_eeprom()
|