Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/include/asm/mach-pnx8550/
Dpci.h48 #define PCI_CFG_FUNC_SHIFT 8 macro
/linux-2.6.39/arch/mips/pci/
Dops-pnx8550.c47 addr |= ((devfn & 0xff) << PCI_CFG_FUNC_SHIFT) | (where & 0xfc); in calc_cfg_addr()