Searched defs:spec (Results 1 – 5 of 5) sorted by relevance
/u-boot/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/board/gdsys/p1022/ |
A D | controlcenterd-id.c | 147 #define IS_PCR_HREG(spec) ((spec) & 0x20) argument 148 #define IS_FIX_HREG(spec) (((spec) & 0x38) == 0x08) argument 149 #define IS_VAR_HREG(spec) (((spec) & 0x38) == 0x10) argument 150 #define HREG_IDX(spec) ((spec) & (IS_PCR_HREG(spec) ? 0x1f : 0x7)) argument 461 static struct h_reg *get_hreg(uint8_t spec) in get_hreg() 493 static struct h_reg *access_hreg(struct udevice *tpm, uint8_t spec, in access_hreg()
|
/u-boot/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/lib/crypto/ |
A D | asymmetric_type.c | 305 const char *spec = match_data->raw_data; in asymmetric_key_match_preparse() local
|
/u-boot/common/ |
A D | image-fit.c | 44 static int fit_parse_spec(const char *spec, char sepc, ulong addr_curr, in fit_parse_spec() 85 int fit_parse_conf(const char *spec, ulong addr_curr, in fit_parse_conf() 111 int fit_parse_subimage(const char *spec, ulong addr_curr, in fit_parse_subimage()
|
Completed in 14 milliseconds