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.c618 struct efi_device_path_sd_mmc_path *sddp = in dp_fill() local
623 sddp->dp.sub_type = is_sd(desc) ? in dp_fill()
626 sddp->dp.length = sizeof(*sddp); in dp_fill()
627 sddp->slot_number = dev_seq(dev); in dp_fill()
628 return &sddp[1]; in dp_fill()
670 struct efi_device_path_sd_mmc_path *sddp = in dp_fill() local
675 sddp->dp.type = DEVICE_PATH_TYPE_MESSAGING_DEVICE; in dp_fill()
676 sddp->dp.sub_type = is_sd(desc) ? in dp_fill()
679 sddp->dp.length = sizeof(*sddp); in dp_fill()
680 sddp->slot_number = dev_seq(dev); in dp_fill()
[all …]
A Defi_device_path_to_text.c198 struct efi_device_path_sd_mmc_path *sddp = in dp_msging() local
200 s += sprintf(s, "%s(%u)", typename, sddp->slot_number); in dp_msging()

Completed in 7 milliseconds