Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/include/asm/mach-pnx8550/
Dpci.h47 #define PCI_CFG_BUS_SHIFT 16 macro
/linux-2.6.39/arch/mips/pci/
Dops-pnx8550.c46 addr = ((bus->number > 0) ? (((bus->number & 0xff) << PCI_CFG_BUS_SHIFT) | 1) : 0); in calc_cfg_addr()