Home
last modified time | relevance | path

Searched refs:PCI_CONFIG_SPACE_DELAY (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/mips/include/asm/octeon/
Dpci-octeon.h15 #define PCI_CONFIG_SPACE_DELAY 10000 macro
/linux-2.6.39/arch/mips/pci/
Dpci-octeon.c282 #if PCI_CONFIG_SPACE_DELAY in octeon_read_config()
283 udelay(PCI_CONFIG_SPACE_DELAY); in octeon_read_config()
319 #if PCI_CONFIG_SPACE_DELAY in octeon_write_config()
320 udelay(PCI_CONFIG_SPACE_DELAY); in octeon_write_config()
Dpcie-octeon.c1222 #if PCI_CONFIG_SPACE_DELAY in octeon_pcie_write_config()
1223 udelay(PCI_CONFIG_SPACE_DELAY); in octeon_pcie_write_config()