Home
last modified time | relevance | path

Searched refs:flashrom_host_read (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/coreboot/util/cbfstool/
H A Dflashrom.h21 int flashrom_host_read(struct buffer *buffer, const char *region);
H A Dflashrom.c79 int flashrom_host_read(struct buffer *buffer, const char *region) in flashrom_host_read() function
H A Delogtool.c88 if (flashrom_host_read(buffer, ELOG_RW_REGION_NAME) != 0) { in elog_read()