/openbmc/linux/drivers/pnp/ |
H A D | manager.c | 56 res->flags |= IORESOURCE_DISABLED; in pnp_assign_port() 107 res->flags |= IORESOURCE_DISABLED; in pnp_assign_mem() 155 res->flags |= IORESOURCE_DISABLED; in pnp_assign_irq() 177 res->flags |= IORESOURCE_DISABLED; in pnp_assign_irq() 214 res->flags |= IORESOURCE_DISABLED; in pnp_assign_dma()
|
H A D | system.c | 62 if (res->flags & IORESOURCE_DISABLED) in reserve_resources_of_dev() 83 if (res->flags & IORESOURCE_DISABLED) in reserve_resources_of_dev()
|
H A D | quirks.c | 285 res->flags |= IORESOURCE_DISABLED; in quirk_system_pci_resources()
|
H A D | interface.c | 275 if (res->flags & IORESOURCE_DISABLED) { in resources_show()
|
H A D | resource.c | 165 ((flags) & IORESOURCE_DISABLED)
|
/openbmc/linux/drivers/acpi/ |
H A D | resource.c | 78 res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; in acpi_dev_memresource_flags() 136 return !(res->flags & IORESOURCE_DISABLED); in acpi_dev_resource_memory() 146 res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; in acpi_dev_ioresource_flags() 149 res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; in acpi_dev_ioresource_flags() 202 return !(res->flags & IORESOURCE_DISABLED); in acpi_dev_resource_io() 271 return !(res->flags & IORESOURCE_DISABLED); in acpi_decode_space()
|
H A D | ioapic.c | 62 (res->flags & IORESOURCE_DISABLED)) in setup_res()
|
H A D | pci_root.c | 893 res->flags |= IORESOURCE_DISABLED; in acpi_pci_root_remap_iospace() 921 if (entry->res->flags & IORESOURCE_DISABLED) in acpi_pci_probe_root_resources()
|
/openbmc/linux/sound/drivers/mpu401/ |
H A D | mpu401.c | 135 pnp_port_flags(device, 0) & IORESOURCE_DISABLED) { in snd_mpu401_pnp() 148 pnp_irq_flags(device, 0) & IORESOURCE_DISABLED) { in snd_mpu401_pnp()
|
/openbmc/linux/arch/sh/drivers/pci/ |
H A D | pci.c | 48 if (res->flags & IORESOURCE_DISABLED) in pcibios_scanbus() 103 if (res->flags & IORESOURCE_DISABLED) in register_pci_controller()
|
H A D | pcie-sh7786.c | 450 res->flags |= IORESOURCE_DISABLED; in pcie_init() 452 if (res->flags & IORESOURCE_DISABLED) in pcie_init() 590 sh7786_pci0_resources[2].flags |= IORESOURCE_DISABLED; in sh7786_pcie_init()
|
/openbmc/linux/drivers/pnp/pnpbios/ |
H A D | rsparser.c | 63 flags |= IORESOURCE_DISABLED; in pnpbios_parse_allocated_ioresource() 75 flags |= IORESOURCE_DISABLED; in pnpbios_parse_allocated_memresource() 151 flags = IORESOURCE_DISABLED; in pnpbios_parse_allocated_resource_data() 165 flags = IORESOURCE_DISABLED; in pnpbios_parse_allocated_resource_data()
|
/openbmc/linux/drivers/pnp/isapnp/ |
H A D | core.c | 862 ret == 0 ? IORESOURCE_DISABLED : 0); in isapnp_get_resources() 867 ret == 0 ? IORESOURCE_DISABLED : 0); in isapnp_get_resources() 872 ret == 0 ? IORESOURCE_DISABLED : 0); in isapnp_get_resources() 877 ret == 4 ? IORESOURCE_DISABLED : 0); in isapnp_get_resources()
|
/openbmc/linux/drivers/pnp/pnpacpi/ |
H A D | rsparser.c | 103 if (!(r->flags & IORESOURCE_DISABLED)) in pnpacpi_add_irqresource() 212 flags = IORESOURCE_DISABLED; in pnpacpi_allocated_resource() 216 } else if (r->flags & IORESOURCE_DISABLED) { in pnpacpi_allocated_resource() 217 pnp_add_irq_resource(dev, 0, IORESOURCE_DISABLED); in pnpacpi_allocated_resource() 239 flags = IORESOURCE_DISABLED; in pnpacpi_allocated_resource()
|
/openbmc/linux/include/linux/ |
H A D | ioport.h | 68 #define IORESOURCE_DISABLED 0x10000000 macro 348 res->flags |= IORESOURCE_IRQ | IORESOURCE_DISABLED | IORESOURCE_UNSET; in irqresource_disabled()
|
H A D | pnp.h | 46 if (res && !(res->flags & IORESOURCE_DISABLED)) in pnp_resource_enabled()
|
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm_infineon.c | 401 !(pnp_port_flags(dev, 0) & IORESOURCE_DISABLED)) { in tpm_inf_pnp_probe() 432 !(pnp_mem_flags(dev, 0) & IORESOURCE_DISABLED)) { in tpm_inf_pnp_probe()
|
/openbmc/u-boot/include/linux/ |
H A D | ioport.h | 55 #define IORESOURCE_DISABLED 0x10000000 macro
|
/openbmc/linux/drivers/xen/xen-pciback/ |
H A D | conf_space_header.c | 235 (res[pos].flags & (IORESOURCE_DISABLED | IORESOURCE_UNSET | in bar_init()
|
/openbmc/linux/drivers/parport/ |
H A D | parport_pc.c | 3009 !(pnp_port_flags(dev, 0) & IORESOURCE_DISABLED)) { in parport_pc_pnp_probe() 3015 !(pnp_port_flags(dev, 1) & IORESOURCE_DISABLED)) { in parport_pc_pnp_probe() 3021 !(pnp_irq_flags(dev, 0) & IORESOURCE_DISABLED)) { in parport_pc_pnp_probe() 3027 !(pnp_dma_flags(dev, 0) & IORESOURCE_DISABLED)) { in parport_pc_pnp_probe()
|
/openbmc/linux/arch/powerpc/sysdev/ |
H A D | fsl_pci.c | 265 hose->mem_resources[i].flags |= IORESOURCE_DISABLED; in setup_pci_atmu()
|
/openbmc/linux/drivers/base/ |
H A D | platform.c | 191 if (r && r->flags & IORESOURCE_DISABLED) { in platform_get_irq_optional()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | efi.c | 1226 flags |= IORESOURCE_DISABLED; in efi_initialize_iomem_resources()
|
/openbmc/linux/drivers/pci/ |
H A D | probe.c | 265 res->flags |= IORESOURCE_UNSET | IORESOURCE_DISABLED; in __pci_read_base()
|
/openbmc/linux/lib/ |
H A D | vsprintf.c | 1130 if (res->flags & IORESOURCE_DISABLED) in resource_string()
|