Home
last modified time | relevance | path

Searched refs:PCI_CONTROL_IEE (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/arm/mach-ixp2000/
Dpci.c205 (*IXP2000_PCI_CONTROL | PCI_CONTROL_IEE)); in ixp2000_pci_preinit()
207 if ((*IXP2000_PCI_CONTROL & PCI_CONTROL_IEE) == 0) in ixp2000_pci_preinit()
/linux-2.6.39/arch/arm/mach-ixp2000/include/mach/
Dixp2000-regs.h276 #define PCI_CONTROL_IEE (1 << 17) /* I/O cycle Endian swap Enable */ macro