Home
last modified time | relevance | path

Searched defs:spec (Results 1 – 7 of 7) sorted by relevance

/u-boot/board/gdsys/a38x/
A Dhre.c88 #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 Dbootdev.c114 const char *spec = NULL; in do_bootdev_hunt() local
/u-boot/drivers/mtd/spi/
A Dsandbox.c129 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 Dasymmetric_type.c305 const char *spec = match_data->raw_data; in asymmetric_key_match_preparse() local
/u-boot/boot/
A Dimage-fit.c50 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 Dbootdev-uclass.c778 int bootdev_hunt(const char *spec, bool show) in bootdev_hunt()
/u-boot/arch/mips/mach-octeon/include/mach/
A Dcvmx-pki-defs.h1918 u64 spec : 48; member

Completed in 77 milliseconds