PCI_DEVICE_MODE    88 arch/mips/pci/pci-bcm1480.c 	if (!(bcm1480_bus_status & (PCI_BUS_ENABLED | PCI_DEVICE_MODE)))
PCI_DEVICE_MODE    93 arch/mips/pci/pci-bcm1480.c 		if (bcm1480_bus_status & PCI_DEVICE_MODE)
PCI_DEVICE_MODE   212 arch/mips/pci/pci-bcm1480.c 		bcm1480_bus_status |= PCI_DEVICE_MODE;
PCI_DEVICE_MODE    79 arch/mips/pci/pci-bcm1480ht.c 	if (!(bcm1480ht_bus_status & (PCI_BUS_ENABLED | PCI_DEVICE_MODE)))
PCI_DEVICE_MODE    84 arch/mips/pci/pci-bcm1480ht.c 		if (bcm1480ht_bus_status & PCI_DEVICE_MODE)
PCI_DEVICE_MODE    95 arch/mips/pci/pci-sb1250.c 	if (!(sb1250_bus_status & (PCI_BUS_ENABLED | PCI_DEVICE_MODE)))
PCI_DEVICE_MODE   102 arch/mips/pci/pci-sb1250.c 		else if (sb1250_bus_status & PCI_DEVICE_MODE)
PCI_DEVICE_MODE   221 arch/mips/pci/pci-sb1250.c 		sb1250_bus_status |= PCI_DEVICE_MODE;