Searched refs:EEPROM_WRITE (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | eeprom.c | 275 EEPROM_WRITE, enumerator 286 return EEPROM_WRITE; in parse_action() 319 } else if (action == EEPROM_WRITE) { in eeprom_execute_command() 383 case EEPROM_WRITE: in do_eeprom() 406 if (action == EEPROM_READ || action == EEPROM_WRITE) { in do_eeprom()
|
/openbmc/linux/arch/mips/sgi-ip22/ |
H A D | ip22-nvram.c | 15 #define EEPROM_WRITE 0xa000 /* serial memory write */ macro
|
/openbmc/linux/drivers/net/usb/ |
H A D | rtl8150.c | 109 #undef EEPROM_WRITE 285 #ifdef EEPROM_WRITE in rtl8150_set_mac_address()
|
/openbmc/linux/drivers/net/wireless/rsi/ |
H A D | rsi_mgmt.h | 281 EEPROM_WRITE, enumerator
|
/openbmc/linux/drivers/net/ethernet/3com/ |
H A D | 3c574_cs.c | 161 EEPROM_Read = 0x200, EEPROM_WRITE = 0x100, EEPROM_ERASE = 0x300, enumerator
|
H A D | 3c515.c | 227 EEPROM_Read = 0x80, EEPROM_WRITE = 0x40, EEPROM_ERASE = 0xC0, enumerator
|
H A D | 3c59x.c | 486 EEPROM_Read = 0x80, EEPROM_WRITE = 0x40, EEPROM_ERASE = 0xC0, enumerator
|