Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/pci/
H A Dcommon.c85 pci_probe |= PCI_CAN_SKIP_ISA_ALIGN; in can_skip_ioresource_align()
607 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()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpci_x86.h34 #define PCI_CAN_SKIP_ISA_ALIGN 0x8000 macro
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/
H A Dpci.c903 pci_set_flags(PCI_CAN_SKIP_ISA_ALIGN); in pmac_pci_init()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dpci.c893 pci_add_flags(PCI_CAN_SKIP_ISA_ALIGN); in pnv_pci_init()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dpci-common.c1034 if (pci_has_flag(PCI_CAN_SKIP_ISA_ALIGN) && in skip_isa_ioresource_align()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci.h979 PCI_CAN_SKIP_ISA_ALIGN = 0x00000008, /* Don't do ISA alignment */ enumerator