Searched refs:rw_offset (Results 1 – 1 of 1) sorted by relevance
1021 uint32_t rw_offset, rw_size; in cros_ec_flash_update_rw() local1024 if (cros_ec_flash_offset(dev, EC_FLASH_REGION_ACTIVE, &rw_offset, in cros_ec_flash_update_rw()1046 ret = cros_ec_flash_erase(dev, rw_offset, rw_size); in cros_ec_flash_update_rw()1051 ret = cros_ec_flash_write(dev, image, rw_offset, image_size); in cros_ec_flash_update_rw()