Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Dnpm_registry.py33 def __init__(self, spec): argument
90 def __init__(self, base_fname, spec): argument
112 def __init__(self, base_fname, spec): argument
147 def _meta_uri(spec): argument
153 def _tarball_uri(spec): argument
/openbmc/u-boot/board/gdsys/a38x/
H A Dhre.c87 #define IS_PCR_HREG(spec) ((spec) & 0x20) argument
88 #define IS_FIX_HREG(spec) (((spec) & 0x38) == 0x08) argument
89 #define IS_VAR_HREG(spec) (((spec) & 0x38) == 0x10) argument
90 #define HREG_IDX(spec) ((spec) & (IS_PCR_HREG(spec) ? 0x1f : 0x7)) argument
220 static struct h_reg *get_hreg(uint8_t spec) in get_hreg()
253 static struct h_reg *access_hreg(struct udevice *tpm, uint8_t spec, in access_hreg()
/openbmc/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c140 #define IS_PCR_HREG(spec) ((spec) & 0x20) argument
141 #define IS_FIX_HREG(spec) (((spec) & 0x38) == 0x08) argument
142 #define IS_VAR_HREG(spec) (((spec) & 0x38) == 0x10) argument
143 #define HREG_IDX(spec) ((spec) & (IS_PCR_HREG(spec) ? 0x1f : 0x7)) argument
454 static struct h_reg *get_hreg(uint8_t spec) in get_hreg()
486 static struct h_reg *access_hreg(struct udevice *tpm, uint8_t spec, in access_hreg()
/openbmc/u-boot/drivers/mtd/spi/
H A Dsandbox.c130 const char *spec = NULL; in sandbox_sf_probe() local
523 struct udevice *bus, ofnode node, const char *spec) in sandbox_sf_bind_emul()
/openbmc/qemu/tests/tcg/s390x/
H A Dvfminmax.c286 const char *spec = test->table[it.cls[0]][it.cls[1]]; in main() local
/openbmc/u-boot/common/
H A Dimage-fit.c37 static int fit_parse_spec(const char *spec, char sepc, ulong addr_curr, in fit_parse_spec()
78 int fit_parse_conf(const char *spec, ulong addr_curr, in fit_parse_conf()
104 int fit_parse_subimage(const char *spec, ulong addr_curr, in fit_parse_subimage()
/openbmc/qemu/block/
H A Drbd.c814 RbdEncryptionCreateOptions **spec, in qemu_rbd_extract_encryption_create_options()
/openbmc/qemu/libdecnumber/
H A DdecNumber.c8045 const char *spec; local
/openbmc/qemu/linux-user/
H A Dsyscall.c5109 struct dm_target_spec *spec = cur_data; in do_ioctl_dm() local
5179 struct dm_target_spec *spec = (void*)host_dm + host_dm->data_start; in do_ioctl_dm() local
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c1050 unsigned spec:8; member