Home
last modified time | relevance | path

Searched refs:eeprom_write (Results 1 – 13 of 13) sorted by relevance

/openbmc/u-boot/include/
H A Deeprom.h13 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 Dflexcop-eeprom.c11 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 Deeprom.c195 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 Dw1_ds2430.c204 static ssize_t eeprom_write(struct file *filp, struct kobject *kobj, in eeprom_write() function
H A Dw1_ds2431.c203 static ssize_t eeprom_write(struct file *filp, struct kobject *kobj, in eeprom_write() function
H A Dw1_ds2433.c205 static ssize_t eeprom_write(struct file *filp, struct kobject *kobj, in eeprom_write() function
H A Dw1_ds28e04.c225 static ssize_t eeprom_write(struct file *filp, struct kobject *kobj, in eeprom_write() function
/openbmc/u-boot/env/
H A Deeprom.c55 rcode = eeprom_write(dev_addr, offset, buffer, cnt); in eeprom_bus_write()
/openbmc/u-boot/board/corscience/tricorder/
H A Dtricorder-eeprom.c170 ret = eeprom_write(devaddr, 0, (unsigned char *)&eeprom, in tricorder_eeprom_write()
/openbmc/qemu/hw/nvram/
H A Deeprom93xx.c59 eeprom_write = 0x40, /* write register xx */
/openbmc/linux/drivers/misc/eeprom/
H A Didt_89hpesx.c849 static ssize_t eeprom_write(struct file *filp, struct kobject *kobj, in eeprom_write() function
/openbmc/linux/drivers/net/ethernet/agere/
H A Det131x.c521 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 Dksz884x.c2764 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()