Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_loader/
Defi_device_path.c581 struct efi_device_path_sd_mmc_path *sddp = in dp_fill() local
585 sddp->dp.type = DEVICE_PATH_TYPE_MESSAGING_DEVICE; in dp_fill()
586 sddp->dp.sub_type = is_sd(desc) ? in dp_fill()
589 sddp->dp.length = sizeof(*sddp); in dp_fill()
590 sddp->slot_number = dev->seq; in dp_fill()
591 return &sddp[1]; in dp_fill()
617 struct efi_device_path_sd_mmc_path *sddp = in dp_fill() local
622 sddp->dp.type = DEVICE_PATH_TYPE_MESSAGING_DEVICE; in dp_fill()
623 sddp->dp.sub_type = is_sd(desc) ? in dp_fill()
626 sddp->dp.length = sizeof(*sddp); in dp_fill()
[all …]
Defi_device_path_to_text.c171 struct efi_device_path_sd_mmc_path *sddp = in dp_msging() local
173 s += sprintf(s, "%s(%u)", typename, sddp->slot_number); in dp_msging()