Searched refs:rw_size (Results 1 – 2 of 2) sorted by relevance
34 u32 rw_size; member271 if (header.rw_size) { in vpd_sections_init()274 header.ro_size, header.rw_size); in vpd_sections_init()
897 uint32_t rw_offset, rw_size; in cros_ec_flash_update_rw() local900 if (cros_ec_flash_offset(dev, EC_FLASH_REGION_RW, &rw_offset, &rw_size)) in cros_ec_flash_update_rw()902 if (image_size > (int)rw_size) in cros_ec_flash_update_rw()921 ret = cros_ec_flash_erase(dev, rw_offset, rw_size); in cros_ec_flash_update_rw()