Searched defs:spec (Results 1 – 7 of 7) sorted by relevance
/u-boot/board/gdsys/a38x/ |
A D | hre.c | 88 #define IS_PCR_HREG(spec) ((spec) & 0x20) argument 89 #define IS_FIX_HREG(spec) (((spec) & 0x38) == 0x08) argument 90 #define IS_VAR_HREG(spec) (((spec) & 0x38) == 0x10) argument 91 #define HREG_IDX(spec) ((spec) & (IS_PCR_HREG(spec) ? 0x1f : 0x7)) argument 221 static struct h_reg *get_hreg(uint8_t spec) in get_hreg() 254 static struct h_reg *access_hreg(struct udevice *tpm, uint8_t spec, in access_hreg()
|
/u-boot/cmd/ |
A D | bootdev.c | 114 const char *spec = NULL; in do_bootdev_hunt() local
|
/u-boot/drivers/mtd/spi/ |
A D | sandbox.c | 129 const char *spec = NULL; in sandbox_sf_probe() local 523 struct udevice *bus, ofnode node, const char *spec) in sandbox_sf_bind_emul()
|
/u-boot/lib/crypto/ |
A D | asymmetric_type.c | 305 const char *spec = match_data->raw_data; in asymmetric_key_match_preparse() local
|
/u-boot/boot/ |
A D | image-fit.c | 50 static int fit_parse_spec(const char *spec, char sepc, ulong addr_curr, in fit_parse_spec() 91 int fit_parse_conf(const char *spec, ulong addr_curr, in fit_parse_conf() 117 int fit_parse_subimage(const char *spec, ulong addr_curr, in fit_parse_subimage()
|
A D | bootdev-uclass.c | 778 int bootdev_hunt(const char *spec, bool show) in bootdev_hunt()
|
/u-boot/arch/mips/mach-octeon/include/mach/ |
A D | cvmx-pki-defs.h | 1918 u64 spec : 48; member
|
Completed in 77 milliseconds