/openbmc/u-boot/include/ |
H A D | eeprom.h | 12 int eeprom_read(uint dev_addr, uint offset, uchar *buffer, uint cnt); 20 #define eeprom_read(dev_addr, offset, buffer, cnt) ((void)-ENOSYS) macro
|
/openbmc/u-boot/cmd/ |
H A D | eeprom.c | 185 int eeprom_read(unsigned dev_addr, unsigned offset, uchar *buffer, unsigned cnt) in eeprom_read() function 316 rcode = eeprom_read(i2c_addr, off, (uchar *)addr, cnt); in eeprom_execute_command() 330 rcode = eeprom_read(i2c_addr, 0, eeprom_buf, CONFIG_SYS_EEPROM_SIZE); in eeprom_execute_command()
|
/openbmc/linux/drivers/misc/eeprom/ |
H A D | eeprom.c | 75 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, in eeprom_read() function 114 .read = eeprom_read,
|
H A D | ee1004.c | 134 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, in eeprom_read() function
|
/openbmc/u-boot/board/samtec/vining_fpga/ |
H A D | socfpga.c | 64 ret = eeprom_read(0x50, 0, data, sizeof(data)); in misc_init_r()
|
/openbmc/u-boot/board/ti/ks2_evm/ |
H A D | board_k2g.c | 238 bool eeprom_read = board_ti_was_eeprom_read(); in board_fit_config_name_match() local 240 if (!strcmp(name, "keystone-k2g-generic") && !eeprom_read) in board_fit_config_name_match()
|
/openbmc/u-boot/include/configs/ |
H A D | tam3517-common.h | 273 if (eeprom_read(CONFIG_SYS_I2C_EEPROM_ADDR, 0, \
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | ahb.c | 69 .eeprom_read = ath_ahb_eeprom_read,
|
/openbmc/u-boot/board/kosagi/novena/ |
H A D | novena.c | 255 ret = eeprom_read(0x56, 0, datap, sizeof(data)); in misc_init_r()
|
/openbmc/u-boot/board/freescale/mpc8323erdb/ |
H A D | mpc8323erdb.c | 201 if (eeprom_read(CONFIG_SYS_I2C_EEPROM_ADDR, CONFIG_SYS_I2C_MAC_OFFSET, buf, 28)) { in mac_read_from_eeprom()
|
/openbmc/u-boot/board/ti/am43xx/ |
H A D | board.c | 965 bool eeprom_read = board_ti_was_eeprom_read(); in board_fit_config_name_match() local 967 if (!strcmp(name, "am4372-generic") && !eeprom_read) in board_fit_config_name_match()
|
/openbmc/linux/drivers/net/wireless/ath/ath5k/ |
H A D | ahb.c | 80 .eeprom_read = ath5k_ahb_eeprom_read,
|
H A D | pci.c | 151 .eeprom_read = ath5k_pci_eeprom_read,
|
H A D | ath5k.h | 1462 bool (*eeprom_read)(struct ath_common *common, u32 off, u16 *data); member 1699 return common->bus_ops->eeprom_read(common, off, data); in ath5k_hw_nvram_read()
|
/openbmc/linux/drivers/w1/slaves/ |
H A D | w1_ds2430.c | 97 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, in eeprom_read() function
|
H A D | w1_ds2431.c | 97 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, in eeprom_read() function
|
H A D | w1_ds2433.c | 89 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, in eeprom_read() function
|
H A D | w1_ds28e04.c | 114 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, in eeprom_read() function
|
/openbmc/u-boot/env/ |
H A D | eeprom.c | 35 rcode = eeprom_read(dev_addr, offset, buffer, cnt); in eeprom_bus_read()
|
/openbmc/u-boot/board/corscience/tricorder/ |
H A D | tricorder-eeprom.c | 175 ret = eeprom_read(devaddr, 0, (unsigned char *)&eeprom_verify, in tricorder_eeprom_write()
|
/openbmc/qemu/hw/nvram/ |
H A D | eeprom93xx.c | 58 eeprom_read = 0x80, /* read register xx */
|
/openbmc/linux/drivers/net/wireless/rsi/ |
H A D | rsi_main.h | 348 struct eeprom_read { struct
|
/openbmc/linux/drivers/net/ethernet/dec/tulip/ |
H A D | winbond-840.c | 315 static int eeprom_read(void __iomem *ioaddr, int location); 386 addr[i] = cpu_to_le16(eeprom_read(ioaddr, i)); in w840_probe1() 490 static int eeprom_read(void __iomem *addr, int location) in eeprom_read() function
|
/openbmc/linux/drivers/net/ethernet/natsemi/ |
H A D | natsemi.c | 599 static int eeprom_read(void __iomem *ioaddr, int location); 860 prev_eedata = eeprom_read(ioaddr, 6); in natsemi_probe1() 862 int eedata = eeprom_read(ioaddr, i + 7); in natsemi_probe1() 1003 static int eeprom_read(void __iomem *addr, int location) in eeprom_read() function 3063 ebuf[i] = eeprom_read(ioaddr, i); in netdev_get_eeprom()
|
/openbmc/linux/drivers/net/ethernet/dlink/ |
H A D | sundance.c | 421 static int eeprom_read(void __iomem *ioaddr, int location); 533 cpu_to_le16(eeprom_read(ioaddr, i + EEPROM_SA_OFFSET)); in sundance_probe1() 717 static int eeprom_read(void __iomem *ioaddr, int location) in eeprom_read() function
|