Home
last modified time | relevance | path

Searched refs:fid (Results 1 – 6 of 6) sorted by relevance

/u-boot/cmd/
A Dsmccc.c18 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 Dnvme.h41 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 Dsbi.c14 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 Dsbi.h97 struct sbiret sbi_ecall(int ext, int fid, unsigned long arg0,
/u-boot/drivers/nvme/
A Dnvme.c488 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 Dnvme.h377 __le32 fid; member

Completed in 10 milliseconds