Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/ !
Dpci_x86.h37 #define PCI_CAN_SKIP_ISA_ALIGN 0x8000 macro
/linux-6.6.21/arch/x86/pci/ !
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()
Di386.c135 if ((pci_probe & PCI_CAN_SKIP_ISA_ALIGN) && in skip_isa_ioresource_align()
/linux-6.6.21/arch/powerpc/platforms/powernv/ !
Dpci.c825 pci_add_flags(PCI_CAN_SKIP_ISA_ALIGN); in pnv_pci_init()
/linux-6.6.21/arch/powerpc/platforms/powermac/ !
Dpci.c908 pci_set_flags(PCI_CAN_SKIP_ISA_ALIGN); in pmac_pci_init()
/linux-6.6.21/arch/powerpc/kernel/ !
Dpci-common.c1116 if (pci_has_flag(PCI_CAN_SKIP_ISA_ALIGN) && in skip_isa_ioresource_align()
/linux-6.6.21/include/linux/ !
Dpci.h1046 PCI_CAN_SKIP_ISA_ALIGN = 0x00000008, /* Don't do ISA alignment */ enumerator