Searched refs:fid (Results 1 – 6 of 6) sorted by relevance
/u-boot/cmd/ |
A D | smccc.c | 18 unsigned long fid; in do_call() local 31 fid = simple_strtoul(argv[1], NULL, 16); in do_call() 42 arm_smccc_smc(fid, a1, a2, a3, a4, a5, a6, a7, &res); in do_call() 44 arm_smccc_hvc(fid, a1, a2, a3, a4, a5, a6, a7, &res); in do_call()
|
/u-boot/include/ |
A D | nvme.h | 41 int nvme_get_features(struct nvme_dev *dev, unsigned fid, unsigned nsid, 57 int nvme_set_features(struct nvme_dev *dev, unsigned fid, unsigned dword11,
|
/u-boot/arch/riscv/lib/ |
A D | sbi.c | 14 struct sbiret sbi_ecall(int ext, int fid, unsigned long arg0, in sbi_ecall() argument 27 register uintptr_t a6 asm ("a6") = (uintptr_t)(fid); in sbi_ecall()
|
/u-boot/arch/riscv/include/asm/ |
A D | sbi.h | 97 struct sbiret sbi_ecall(int ext, int fid, unsigned long arg0,
|
/u-boot/drivers/nvme/ |
A D | nvme.c | 488 int nvme_get_features(struct nvme_dev *dev, unsigned fid, unsigned nsid, in nvme_get_features() argument 498 c.features.fid = cpu_to_le32(fid); in nvme_get_features() 516 int nvme_set_features(struct nvme_dev *dev, unsigned fid, unsigned dword11, in nvme_set_features() argument 524 c.features.fid = cpu_to_le32(fid); in nvme_set_features()
|
A D | nvme.h | 377 __le32 fid; member
|
Completed in 10 milliseconds