Home
last modified time | relevance | path

Searched defs:ec_params_i2c_write (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dec_commands.h3280 struct __ec_align_size1 ec_params_i2c_write { struct
3281 uint16_t data;
3282 uint16_t addr; /* 8-bit address (7-bit shifted << 1) */
3283 uint8_t write_size; /* Either 8 or 16. */
3284 uint8_t port;
3285 uint8_t offset;
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_commands.h3797 struct ec_params_i2c_write { struct
3798 uint16_t data;
3799 uint16_t addr; /* 8-bit address (7-bit shifted << 1) */
3800 uint8_t write_size; /* Either 8 or 16. */
3801 uint8_t port;
3802 uint8_t offset;