Home
last modified time | relevance | path

Searched refs:sddp (Results 1 – 2 of 2) sorted by relevance

/u-boot/lib/efi_loader/
A Defi_device_path.c714 struct efi_device_path_sd_mmc_path *sddp = in dp_fill() local
719 sddp->dp.sub_type = is_sd(desc) ? in dp_fill()
722 sddp->dp.length = sizeof(*sddp); in dp_fill()
723 sddp->slot_number = dev_seq(dev); in dp_fill()
724 return &sddp[1]; in dp_fill()
778 struct efi_device_path_sd_mmc_path *sddp = in dp_fill() local
783 sddp->dp.type = DEVICE_PATH_TYPE_MESSAGING_DEVICE; in dp_fill()
784 sddp->dp.sub_type = is_sd(desc) ? in dp_fill()
787 sddp->dp.length = sizeof(*sddp); in dp_fill()
788 sddp->slot_number = dev_seq(dev); in dp_fill()
[all …]
A Defi_device_path_to_text.c229 struct efi_device_path_sd_mmc_path *sddp = in dp_msging() local
231 s += sprintf(s, "%s(%u)", typename, sddp->slot_number); in dp_msging()

Completed in 9 milliseconds