Home
last modified time | relevance | path

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

/u-boot/board/gdsys/a38x/
A Dhre.c89 #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 Dcontrolcenterd-id.c147 #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 Dsandbox.c129 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 Dasymmetric_type.c305 const char *spec = match_data->raw_data; in asymmetric_key_match_preparse() local
/u-boot/common/
A Dimage-fit.c44 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