Home
last modified time | relevance | path

Searched refs:vpd_cache (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/board/ge/mx53ppd/
Dmx53ppd.c291 struct vpd_cache { struct
303 struct vpd_cache *vpd = (struct vpd_cache *)userdata; in vpd_callback() argument
320 static void process_vpd(struct vpd_cache *vpd) in process_vpd()
333 struct vpd_cache vpd; in read_vpd()
/external/u-boot/board/ge/bx50v3/
Dbx50v3.c36 struct vpd_cache;
39 static struct vpd_cache vpd;
563 struct vpd_cache { struct
576 struct vpd_cache *vpd = (struct vpd_cache *)userdata; in vpd_callback() argument
596 static void process_vpd(struct vpd_cache *vpd) in process_vpd()
696 static void set_confidx(const struct vpd_cache* vpd) in set_confidx()