Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_device_path.c299 struct efi_device_path_sd_mmc_path *sddp = in dp_fill() local
304 sddp->dp.type = DEVICE_PATH_TYPE_MESSAGING_DEVICE; in dp_fill()
305 sddp->dp.sub_type = (desc->if_type == IF_TYPE_MMC) ? in dp_fill()
308 sddp->dp.length = sizeof(*sddp); in dp_fill()
309 sddp->slot_number = dev->seq; in dp_fill()
311 return &sddp[1]; in dp_fill()