Searched refs:Ufs (Results 1 – 9 of 9) sorted by relevance
2 …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."
3 // 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 …
426 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()
1249 UFS_DEVICE_PATH Ufs; member1306 UFS_DEVICE_PATH *Ufs; member
790 UFS_DEVICE_PATH *Ufs; in DevPathToTextUfs() local792 Ufs = DevPath; in DevPathToTextUfs()793 UefiDevicePathLibCatPrint (Str, L"UFS(0x%x,0x%x)", Ufs->Pun, Ufs->Lun); in DevPathToTextUfs()
1861 UFS_DEVICE_PATH *Ufs; in DevPathFromTextUfs() local1865 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()
349 # Ufs478 # Ufs481 MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThruDxe.inf
160 # Ufs163 INF MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThruDxe.inf
240 MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThruDxe.inf242 MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.inf