Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
DIde.c21 UINT8 MasterDeviceType = INVALID_DEVICE_TYPE; variable
510 MasterDeviceType = ATA_DEVICE_TYPE; in DetectIDEController()
515 MasterDeviceType = ATAPI_DEVICE_TYPE; in DetectIDEController()
581 MasterDeviceType == SlaveDeviceType && in DetectIDEController()
629 if (MasterDeviceType == ATA_DEVICE_TYPE) { in DiscoverIdeDevice()
634 MasterDeviceType = ATAPI_DEVICE_TYPE; in DiscoverIdeDevice()
642 MasterDeviceType = ATA_DEVICE_TYPE; in DiscoverIdeDevice()
709 MasterDeviceType = 0xff; in InitializeIDEChannelData()