Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path.c539 struct efi_device_path_sd_mmc_path *sddp = in dp_fill() local
543 sddp->dp.type = DEVICE_PATH_TYPE_MESSAGING_DEVICE; in dp_fill()
544 sddp->dp.sub_type = is_sd(desc) ? in dp_fill()
547 sddp->dp.length = sizeof(*sddp); in dp_fill()
548 sddp->slot_number = dev->seq; in dp_fill()
549 return &sddp[1]; in dp_fill()
561 struct efi_device_path_sd_mmc_path *sddp = in dp_fill() local
566 sddp->dp.type = DEVICE_PATH_TYPE_MESSAGING_DEVICE; in dp_fill()
567 sddp->dp.sub_type = is_sd(desc) ? in dp_fill()
570 sddp->dp.length = sizeof(*sddp); in dp_fill()
[all …]
H A Defi_device_path_to_text.c149 struct efi_device_path_sd_mmc_path *sddp = in dp_msging() local
151 s += sprintf(s, "%s(%u)", typename, sddp->slot_number); in dp_msging()