Searched defs:fpsba (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/coreboot/util/ifdtool/ |
H A D | ifdtool.c | 199 struct fpsba *fpsba = in find_fpsba() local 441 const size_t fpsba = ((fdb->flmap1 >> 16) & 0xff) << 4; in max_regions_from_fdbar() local 712 static void dump_fcba(const struct fcba *fcba, const struct fpsba *fpsba) in dump_fcba() 797 static void dump_fpsba(const struct fdbar *fdb, const struct fpsba *fpsba) in dump_fpsba() 1064 const struct fpsba *fpsba = find_fpsba(image, size); in dump_fd() local 1662 struct fpsba *fpsba = find_fpsba(image, size); in disable_gpr0() local 1793 struct fpsba *fpsba = find_fpsba(image, size); in enable_gpr0() local 1823 struct fpsba *fpsba = find_fpsba(image, size); in is_gpr0_protected() local 1847 static void set_pchstrap(struct fpsba *fpsba, const struct fdbar *fdb, const int strap, in set_pchstrap() 1865 static void fpsba_set_altmedisable(struct fpsba *fpsba, struct fmsba *fmsba, bool altmedisable) in fpsba_set_altmedisable() [all …]
|
H A D | ifdtool.h | 162 struct __packed fpsba { struct 163 uint32_t pchstrp[MAX_PCHSTRP];
|
/aosp_15_r20/external/coreboot/util/me_cleaner/ |
H A D | me_cleaner.py | 553 fpsba = flmap1 >> 12 & 0xff0 variable
|