Searched defs:cbfs_boot_device (Results 1 – 2 of 2) sorted by relevance
27 struct cbfs_boot_device { struct28 struct cbfs_dev dev;29 void *mcache;30 size_t mcache_size;
166 struct cbfs_boot_device { struct172 /* Helper to fill out |mcache| and |mcache_size| in a cbfs_boot_device. */ argument