Home | History | Annotate | Download | only in EepromCmd

Lines Matching defs:Address

56 #define I2C_DEVICE_INDEX(bus, address) (((address) & 0xffff) | (bus) << 16)

95 "eeprom [read] [write] [list] [<Chip>] [<Bus>][<Address>] [<Length>] [-d <Data>] [-m <Source>]\n"
96 "All modes except 'list' require Address, Length and Chip set.\n\n"
101 "Chip - EEPROM bus address\n"
102 "Bus - I2C bus address\n"
103 "Address - address in EEPROM to read/write\n"
106 "Source - address of data in RAM to be copied\n"
110 "Read 16 bytes from address 0x0 in chip 0x57:\n"
112 "Fill 16 bytes with 0xab at address 0x0 in chip 0x57:\n"
217 UINTN Address, Length, Chip, Source, Bus;
297 Address = ShellHexStrToUintn (ValueStr);
305 Print (L"Error - no memory address given.\n");
331 EepromProtocol->Transfer(EepromProtocol, Address, Length, Buffer,