HomeSort by relevance Sort by last modified time
    Searched defs:Supports (Results 1 - 25 of 47) sorted by null

1 2

  /device/linaro/bootloader/edk2/PcAtChipsetPkg/IsaAcpiDxe/
PcatIsaAcpi.c 61 @retval EFI_SUCCESS This driver supports this device.
174 UINT64 Supports;
178 Supports = 0;
203 &Supports
209 Supports &= (UINT64) (EFI_PCI_IO_ATTRIBUTE_ISA_IO | EFI_PCI_IO_ATTRIBUTE_ISA_IO_16);
210 if (Supports == 0 || Supports == (EFI_PCI_IO_ATTRIBUTE_ISA_IO | EFI_PCI_IO_ATTRIBUTE_ISA_IO_16)) {
219 EFI_PCI_DEVICE_ENABLE | Supports | EFI_PCI_IO_ATTRIBUTE_ISA_MOTHERBOARD_IO,
278 EFI_PCI_DEVICE_ENABLE | Supports | EFI_PCI_IO_ATTRIBUTE_ISA_MOTHERBOARD_IO,
324 UINT64 Supports;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
PciHostBridgeLib.h 29 UINT64 Supports; ///< Supported attributes.
36 ///< Set to TRUE when root bridge supports DMA above 4GB memory.
37 BOOLEAN NoExtendedConfigSpace; ///< When FALSE, the root bridge supports
39 ///< When TRUE, the root bridge supports
  /external/skia/src/core/
SkBlitter_RGB565.cpp 68 bool SkRGB565_Shader_Blitter::Supports(const SkPixmap& device, const SkPaint& paint) {
93 SkASSERT(Supports(device, paint));
SkBlitter_Sprite.cpp 58 static bool Supports(const SkPixmap& dst, const SkPixmap& src, const SkPaint& paint) {
195 if (!blitter && SkSpriteBlitter_Memcpy::Supports(dst, source, paint)) {
SkCpu.h 50 static bool Supports(uint32_t);
55 inline bool SkCpu::Supports(uint32_t mask) {
  /external/skqp/src/core/
SkBlitter_RGB565.cpp 68 bool SkRGB565_Shader_Blitter::Supports(const SkPixmap& device, const SkPaint& paint) {
93 SkASSERT(Supports(device, paint));
SkBlitter_Sprite.cpp 58 static bool Supports(const SkPixmap& dst, const SkPixmap& src, const SkPaint& paint) {
195 if (!blitter && SkSpriteBlitter_Memcpy::Supports(dst, source, paint)) {
SkCpu.h 50 static bool Supports(uint32_t);
55 inline bool SkCpu::Supports(uint32_t mask) {
  /frameworks/av/media/libstagefright/rtsp/
ARawAudioAssembler.cpp 120 bool ARawAudioAssembler::Supports(const char *desc) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UfsPciHcDxe/
UfsPciHcDxe.c 370 Tests to see if this driver supports a given controller. If a child device is provided,
371 it further tests to see if this driver supports creating a handle for the specified child device.
373 This function checks to see if the driver specified by This supports the device specified by
376 ControllerHandle to determine if the driver supports ControllerHandle. This function
564 UINT64 Supports;
570 Supports = 0;
644 &Supports
648 Supports &= (UINT64)EFI_PCI_DEVICE_ENABLE;
652 Supports,
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Block/DwUfsHcDxe/
DwUfsHcDxe.c 584 Tests to see if this driver supports a given controller. If a child device is provided,
585 it further tests to see if this driver supports creating a handle for the specified child device.
587 This function checks to see if the driver specified by This supports the device specified by
590 ControllerHandle to determine if the driver supports ControllerHandle. This function
777 UINT64 Supports;
784 Supports = 0;
861 &Supports
865 Supports &= (UINT64)EFI_PCI_DEVICE_ENABLE;
869 Supports,
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
SdMmcPciHcDxe.c 334 Tests to see if this driver supports a given controller. If a child device is provided,
335 it further tests to see if this driver supports creating a handle for the specified child device.
337 This function checks to see if the driver specified by This supports the device specified by
340 ControllerHandle to determine if the driver supports ControllerHandle. This function
524 UINT64 Supports;
570 &Supports
574 Supports &= (UINT64)EFI_PCI_DEVICE_ENABLE;
578 Supports,
671 // supports it.
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/
SataSiI3132.c 245 Test to see if this driver supports ControllerHandle.
251 @return EFI_SUCCESS This driver supports this device.
321 @return EFI_SUCCESS supports this device.
337 UINT64 Supports;
384 &Supports
387 Supports &= EFI_PCI_DEVICE_ENABLE;
391 Supports,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpressHci.c 822 UINT64 Supports;
847 &Supports
851 Supports &= (UINT64)EFI_PCI_DEVICE_ENABLE;
855 Supports,
892 // Currently the driver only supports 4k page size.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciDeviceSupport.c 645 UINT64 Supports;
712 &Supports
714 Supports &= (UINT64)EFI_PCI_DEVICE_ENABLE;
718 Supports,
764 &Supports
766 Supports &= (UINT64)EFI_PCI_DEVICE_ENABLE;
770 Supports,
PciIo.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/
PciRootBridge.h 66 UINT64 Supports;
497 Gets the attributes that a PCI root bridge supports setting with
502 root bridge supports and the mask of attributes that the PCI root bridge is
507 bridge supports setting with SetAttributes().
511 @retval EFI_SUCCESS If Supports is not NULL, then the attributes
512 that the PCI root bridge supports is returned
513 in Supports. If Attributes is not NULL, then
516 @retval EFI_INVALID_PARAMETER Both Supports and Attributes are NULL.
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
PciRootBridge.h 81 UINT64 Supports;
614 Get the attributes that a PCI root bridge supports and
621 Supports - A pointer to the mask of attributes that
622 this PCI root bridge supports.
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
DwMmcHcDxe.c 383 Tests to see if this driver supports a given controller. If a child device is provided,
384 it further tests to see if this driver supports creating a handle for the specified child device.
386 This function checks to see if the driver specified by This supports the device specified by
389 ControllerHandle to determine if the driver supports ControllerHandle. This function
582 UINT64 Supports;
637 &Supports
641 Supports &= (UINT64)EFI_PCI_DEVICE_ENABLE;
645 Supports,
721 // supports it.
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/
PciHostBridge.h 94 UINT64 Supports;
295 OUT UINT64 *Supports,
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
FbGop.c 165 UINT64 Supports;
226 &Supports
232 Supports &= (EFI_PCI_IO_ATTRIBUTE_VGA_IO | EFI_PCI_IO_ATTRIBUTE_VGA_IO_16);
233 if (Supports == 0 || Supports == (EFI_PCI_IO_ATTRIBUTE_VGA_IO | EFI_PCI_IO_ATTRIBUTE_VGA_IO_16)) {
410 Install child handles if the Handle supports MBR format.
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciIo.c 252 OUT UINT64 *Supports, OPTIONAL
1281 *Result = PciIoDevice->Supports;
1285 if(Attributes & ~(PciIoDevice->Supports)) {
1291 if(Attributes & ~(PciIoDevice->Supports)) {
1297 if(Attributes & ~(PciIoDevice->Supports)) {
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
IdeBus.c 315 UINT64 Supports;
433 &Supports
436 Supports &= (UINT64)EFI_PCI_DEVICE_ENABLE;
440 Supports,
985 UINT64 Supports;
1004 &Supports
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
Ehci.c 64 @param Is64BitCapable Whether the controller supports 64-bit memory
169 // interrupt supports asynchronous operation.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
Serial.c 340 Check to see if this driver supports the given controller
805 UINT64 Supports;
    [all...]

Completed in 429 milliseconds

1 2