Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UfsPciHcDxe/
DUfsPciHcDxe.uni2 …iver is used by upper layer to retrieve mmio base address of managed pci-based Ufs host controller.
17 … interface for upper layer to retrieve mmio base address of managed pci-based Ufs host controller."
19 …It implements the interface of getting mmio base address of managed pci-based Ufs host controller."
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UfsPciHcPei/
DUfsPciHcPei.uni3 // pci-based Ufs host controller at PEI phase.
19 …terface for upper layer to retrieve mmio base address of managed pci-based Ufs host controller at …
21 …implements the interface of getting mmio base address of managed pci-based Ufs host controller at …
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
DUfsPassThru.c426 DevicePathNode->Ufs.Pun = 0; in UfsPassThruBuildDevicePath()
427 DevicePathNode->Ufs.Lun = UfsLun; in UfsPassThruBuildDevicePath()
491 Pun = (UINT8) DevicePathNode->Ufs.Pun; in UfsPassThruGetTargetLun()
492 UfsLun = (UINT8) DevicePathNode->Ufs.Lun; in UfsPassThruGetTargetLun()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h1240 UFS_DEVICE_PATH Ufs; member
1296 UFS_DEVICE_PATH *Ufs; member
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathToText.c788 UFS_DEVICE_PATH *Ufs; in DevPathToTextUfs() local
790 Ufs = DevPath; in DevPathToTextUfs()
791 UefiDevicePathLibCatPrint (Str, L"UFS(0x%x,0x%x)", Ufs->Pun, Ufs->Lun); in DevPathToTextUfs()
DDevicePathFromText.c1861 UFS_DEVICE_PATH *Ufs; in DevPathFromTextUfs() local
1865 Ufs = (UFS_DEVICE_PATH *) CreateDeviceNode ( in DevPathFromTextUfs()
1871 Ufs->Pun = (UINT8) Strtoi (PunStr); in DevPathFromTextUfs()
1872 Ufs->Lun = (UINT8) Strtoi (LunStr); in DevPathFromTextUfs()
1874 return (EFI_DEVICE_PATH_PROTOCOL *) Ufs; in DevPathFromTextUfs()
/device/linaro/bootloader/edk2/MdeModulePkg/
DMdeModulePkg.dsc216 MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThruDxe.inf
218 MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.inf