Searched refs:flashrom_host_read (Results 1 – 3 of 3) sorted by relevance
21 int flashrom_host_read(struct buffer *buffer, const char *region);
79 int flashrom_host_read(struct buffer *buffer, const char *region) in flashrom_host_read() function
88 if (flashrom_host_read(buffer, ELOG_RW_REGION_NAME) != 0) { in elog_read()