Searched defs:spec (Results 1 – 5 of 5) sorted by relevance
/u-boot-v2022.01-rc1/board/gdsys/a38x/ |
A D | hre.c | 89 #define IS_PCR_HREG(spec) ((spec) & 0x20) argument 90 #define IS_FIX_HREG(spec) (((spec) & 0x38) == 0x08) argument 91 #define IS_VAR_HREG(spec) (((spec) & 0x38) == 0x10) argument 92 #define HREG_IDX(spec) ((spec) & (IS_PCR_HREG(spec) ? 0x1f : 0x7)) argument 222 static struct h_reg *get_hreg(uint8_t spec) in get_hreg() 255 static struct h_reg *access_hreg(struct udevice *tpm, uint8_t spec, in access_hreg()
|
/u-boot-v2022.01-rc1/drivers/mtd/spi/ |
A D | sandbox.c | 129 const char *spec = NULL; in sandbox_sf_probe() local 522 struct udevice *bus, ofnode node, const char *spec) in sandbox_sf_bind_emul()
|
/u-boot-v2022.01-rc1/common/ |
A D | image-fit.c | 49 static int fit_parse_spec(const char *spec, char sepc, ulong addr_curr, in fit_parse_spec() 90 int fit_parse_conf(const char *spec, ulong addr_curr, in fit_parse_conf() 116 int fit_parse_subimage(const char *spec, ulong addr_curr, in fit_parse_subimage()
|
/u-boot-v2022.01-rc1/lib/crypto/ |
A D | asymmetric_type.c | 305 const char *spec = match_data->raw_data; in asymmetric_key_match_preparse() local
|
/u-boot-v2022.01-rc1/arch/mips/mach-octeon/include/mach/ |
A D | cvmx-pki-defs.h | 1918 u64 spec : 48; member
|
Completed in 28 milliseconds