Searched refs:vers (Results 1 – 11 of 11) sorted by relevance
/u-boot/disk/ |
A D | part_iso.h | 16 unsigned char vers; /* Version */ member 26 unsigned char vers; /* Version */ member 64 unsigned char vers; /* Version */ member 102 unsigned char vers; /* Version */ member
|
/u-boot/drivers/tee/ |
A D | tee-uclass.c | 29 void tee_get_version(struct udevice *dev, struct tee_version_data *vers) in tee_get_version() argument 31 tee_get_ops(dev)->get_version(dev, vers); in tee_get_version() 151 int (*match)(struct tee_version_data *vers, in tee_find_device() argument 154 struct tee_version_data *vers) in tee_find_device() 158 struct tee_version_data *v = vers ? vers : &lv; in tee_find_device()
|
A D | sandbox.c | 363 struct tee_version_data *vers) in sandbox_tee_get_version() argument 369 *vers = v; in sandbox_tee_get_version()
|
/u-boot/test/dm/ |
A D | tee.c | 93 static int match(struct tee_version_data *vers, const void *data) in match() argument 95 return vers->gen_caps & TEE_GEN_CAP_GP; in match() 105 struct tee_version_data vers; in test_tee() local 113 dev = tee_find_device(NULL, match, NULL, &vers); in test_tee() 154 struct tee_version_data vers; in test_tee_rpc() local 170 dev = tee_find_device(NULL, match, NULL, &vers); in test_tee_rpc()
|
/u-boot/include/ |
A D | tee.h | 190 void (*get_version)(struct udevice *dev, struct tee_version_data *vers); 311 int (*match)(struct tee_version_data *vers, 314 struct tee_version_data *vers); 321 void tee_get_version(struct udevice *dev, struct tee_version_data *vers);
|
/u-boot/drivers/tpm/ |
A D | tpm2_ftpm_tee.c | 155 static int ftpm_tee_match(struct tee_version_data *vers, const void *data) in ftpm_tee_match() argument 157 debug("%s:vers->gen_caps =0x%x\n", __func__, vers->gen_caps); in ftpm_tee_match() 162 return vers->gen_caps & TEE_GEN_CAP_GP; in ftpm_tee_match()
|
/u-boot/net/ |
A D | nfs.h | 66 uint32_t vers; member
|
A D | nfs.c | 194 rpc_pkt.u.call.vers = htonl(2); /* NFS v2 */ in rpc_req() 196 rpc_pkt.u.call.vers = htonl(3); /* NFS v3 */ in rpc_req() 201 rpc_pkt.u.call.vers = htonl(2); /* portmapper is version 2 */ in rpc_req()
|
/u-boot/drivers/ata/ |
A D | ahci.c | 360 u32 vers, cap, cap2, impl, speed; in ahci_print_info() local 364 vers = readl(mmio + HOST_VERSION); in ahci_print_info() 398 (vers >> 24) & 0xff, in ahci_print_info() 399 (vers >> 16) & 0xff, in ahci_print_info() 400 (vers >> 8) & 0xff, in ahci_print_info() 401 vers & 0xff, in ahci_print_info()
|
A D | dwc_ahsata.c | 279 u32 vers, cap, impl, speed; in ahci_print_info() local 283 vers = readl(&host_mmio->vs); in ahci_print_info() 300 (vers >> 24) & 0xff, in ahci_print_info() 301 (vers >> 16) & 0xff, in ahci_print_info() 302 (vers >> 8) & 0xff, in ahci_print_info() 303 vers & 0xff, in ahci_print_info()
|
/u-boot/drivers/tee/optee/ |
A D | core.c | 134 struct tee_version_data *vers) in optee_get_version() argument 140 *vers = v; in optee_get_version()
|
Completed in 17 milliseconds