Home
last modified time | relevance | path

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

/linux/arch/x86/pci/
H A Dcommon.c85 pci_probe |= PCI_CAN_SKIP_ISA_ALIGN; in can_skip_ioresource_align()
615 pci_probe |= PCI_CAN_SKIP_ISA_ALIGN; in pcibios_setup()
H A Di386.c135 if ((pci_probe & PCI_CAN_SKIP_ISA_ALIGN) && in skip_isa_ioresource_align()
/linux/arch/x86/include/asm/
H A Dpci_x86.h37 #define PCI_CAN_SKIP_ISA_ALIGN 0x8000 macro
/linux/arch/powerpc/platforms/powernv/
H A Dpci.c825 pci_add_flags(PCI_CAN_SKIP_ISA_ALIGN); in pnv_pci_init()
/linux/arch/powerpc/platforms/powermac/
H A Dpci.c908 pci_set_flags(PCI_CAN_SKIP_ISA_ALIGN); in pmac_pci_init()
/linux/include/linux/
H A Dpci.h1068 PCI_CAN_SKIP_ISA_ALIGN = 0x00000008, /* Don't do ISA alignment */
1072 PCI_CAN_SKIP_ISA_ALIGN = 0x00000008, /* Don't do ISA alignment */ global() enumerator