Home
last modified time | relevance | path

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

/openbmc/qemu/hw/xen/
H A Dxen_pt_graphics.c23 #define IORESOURCE_IO 0x00000100 macro
28 .type = IORESOURCE_IO,
35 .type = IORESOURCE_IO,
62 if (vga_args[i].type == IORESOURCE_IO) { in xen_pt_register_vga_regions()
76 vga_args[i].type == IORESOURCE_IO ? "ioport" : "memory", in xen_pt_register_vga_regions()
98 if (vga_args[i].type == IORESOURCE_IO) { in xen_pt_unregister_vga_regions()
112 vga_args[i].type == IORESOURCE_IO ? "ioport" : "memory", in xen_pt_unregister_vga_regions()
H A Dxen-host-pci-device.c32 #define IORESOURCE_IO 0x00000100 macro
163 if (flags & IORESOURCE_IO) { in xen_host_pci_get_resource()
/openbmc/u-boot/include/linux/
H A Dioport.h38 #define IORESOURCE_IO 0x00000100 macro
/openbmc/u-boot/drivers/core/
H A Dof_addr.c328 if ((flags & (IORESOURCE_IO | IORESOURCE_MEM)) == 0) in __of_address_to_resource()
/openbmc/u-boot/drivers/pci/
H A Dpci_mvebu.c389 rtype = IORESOURCE_IO; in mvebu_get_tgt_attr()