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.c544 struct efi_device_path_sd_mmc_path *sddp = in dp_fill() local
548 sddp->dp.type = DEVICE_PATH_TYPE_MESSAGING_DEVICE; in dp_fill()
549 sddp->dp.sub_type = is_sd(desc) ? in dp_fill()
552 sddp->dp.length = sizeof(*sddp); in dp_fill()
553 sddp->slot_number = dev->seq; in dp_fill()
554 return &sddp[1]; in dp_fill()
566 struct efi_device_path_sd_mmc_path *sddp = in dp_fill() local
571 sddp->dp.type = DEVICE_PATH_TYPE_MESSAGING_DEVICE; in dp_fill()
572 sddp->dp.sub_type = is_sd(desc) ? in dp_fill()
575 sddp->dp.length = sizeof(*sddp); in dp_fill()
[all …]
Defi_device_path_to_text.c141 struct efi_device_path_sd_mmc_path *sddp = in dp_msging() local
143 s += sprintf(s, "%s(%u)", typename, sddp->slot_number); in dp_msging()